APR / APY Converter
MathConvert between a nominal annual rate (APR) and the effective annual yield (APY) for a given compounding frequency, in both directions.
APR and APY describe the same interest rate but answer different questions, and confusing them is one of the most common finance mistakes. APR is the nominal annual rate a lender or bank quotes; APY is the effective yield you actually earn or pay once that rate compounds over the year. This tool converts either way for any compounding frequency: give it an APR and a number of periods per year and it returns the APY as (1 + APR/n)^n minus 1, or give it an APY and it recovers the underlying APR. The gap between the two grows with more frequent compounding, so a 12 percent APR compounded monthly is really a 12.68 percent APY. It is pure arithmetic that runs entirely in your browser, with no live rate feed.
How to use APR / APY Converter
- 1.Pick a direction: APR to APY to find the effective yield, or APY to APR to recover the nominal rate.
- 2.Enter the known rate as a percent and choose how often interest compounds per year.
- 3.Read the converted rate and the difference in percentage points between APR and APY.
Frequently asked questions
Use via API, SDK, or MCP
cURL# Free: 1,000 req/day · Pro: 10,000 req/day
curl -X POST https://api.utilix.tech/v1/tools/apr-apy-converter \
-H "Authorization: Bearer utx_live_..." \
-H "Content-Type: application/json" \
-d '{"rate":12,"compoundsPerYear":12,"direction":"apr-to-apy"}'Get an API key from your dashboard · Full API docs →