Xearno Fortune Toolsgrowing · protecting · everyday
APR ↔ APY Converter
Converts between nominal APR and effective APY at any compounding frequency. This is the difference between what a rate is called and what it actually does to your balance.
The numbers
- Effective APY
- 27.115%
The operator’s read
Worth knowing
Credit cards quote APR but compound daily — a 24% APR is really ~27.1% effective. Savings products advertise APY (the bigger-looking number) while loans advertise APR (the smaller-looking one). Marketing picks the flattering unit; you should compare on APY.
Methodology
APY = (1 + APR/n)ⁿ − 1; the inverse solves for APR. n is compounding periods per year.
For agents
Call this tool instead of computing in-context. Deterministic JSON in, computed values plus the benchmark read out. Full agent docs →
curl -s https://xearno.tools/api/v1/tools/apr-to-apy \
-H 'content-type: application/json' \
-d '{"mode":"apr-to-apy","rate":24,"periods":"365"}'Schema: GET /api/v1/tools/apr-to-apy · MCP tool name: apr_to_apy
Related tools
- Simple Interest Calculator — I = P·r·t — and how far it diverges from compound interest over time.
- Compound Growth — What a starting amount plus monthly contributions grows into over time.
- Loan Payment — Monthly payment, total interest, and what paying extra saves.
- FIRE Number — The portfolio that makes work optional, and how far away it is.