APY Calculator
Convert a nominal annual interest rate (APR) and compounding frequency into the effective annual percentage yield (APY) — with a side-by-side comparison across every standard compounding frequency and an optional deposit growth projection.
Input
Optional — used for the future value projection below.
Output
| Metric | Value |
|---|---|
| No data yet | |
| Frequency | APY |
|---|---|
| No data yet | |
| Metric | Value |
|---|---|
| No data yet | |
Guides
What this calculates
The advertised rate on a savings account or CD (the APR, or nominal rate) isn't what you actually earn — how often interest compounds changes the real, effective annual yield. This tool converts a nominal annual rate into its true Annual Percentage Yield (APY) for a chosen compounding frequency, shows what that same rate would yield at every other standard frequency side by side, and optionally projects an initial deposit's growth over a chosen period.
How this tool works
- Enter the nominal annual rate (APR) — the advertised, uncompounded rate.
- Choose a compounding frequency — annually through daily, or continuous.
- Optionally enter an initial deposit and investment period to project future value.
- Choose a currency for the formatted output.
The Summary table shows your nominal rate, the chosen frequency, the resulting APY, and the gap between APY and APR — the extra yield compounding adds. APY by Compounding Frequency recalculates the same nominal rate at every standard frequency at once, so you can see exactly how much more often compounding is worth. Deposit Projection applies the calculated APY to your initial deposit over the investment period, showing the future value and total interest earned.
The math
APY is derived from the nominal rate r and the number of compounding periods per year n:
APY = (1 + r/n)^n − 1Continuous compounding is the limit as n → ∞, computed directly as APY = e^r − 1. APY is always greater than or equal to APR — compounding more frequently can only add yield, never reduce it — so the gap between the two is always zero or positive. The deposit projection then compounds the initial deposit at the resulting APY for the given number of years: future value = deposit × (1 + APY)^years.
Common uses
- Comparing two savings accounts or CDs that advertise the same APR but compound on different schedules
- Checking a bank's advertised APY against the nominal rate they quoted
- Seeing how much difference monthly vs. daily compounding actually makes at a given rate
- Projecting what a deposit will actually be worth once the true yield is accounted for
To convert an APY back to a nominal rate, or run the full year-by-year growth schedule with recurring contributions, use the Compound Interest Calculator.
Privacy
This tool runs entirely in your browser. Your numbers are never uploaded to a server.
More ways to use this tool
REST API
curl -X POST https://api.iotools.cloud/v1/tool/apy-calculator \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"nominalRate": "5",
"frequency": "12",
"initialDeposit": "10000",
"years": "5",
"currency": "USD"
}'Swap in your own key from your account. The tool's fields are the body — no wrapper.
Ask an AI agent
Use the IOTools `apy-calculator` tool (APY Calculator) on this input:
YOUR_INPUT_HEREPaste this at any agent connected to the IOTools MCP server, then add your input.
Embed widget
<iframe
src="https://iotools.cloud/embed/apy-calculator/"
width="100%" height="520" frameborder="0" scrolling="no" loading="lazy"
title="APY Calculator — iotools.cloud"
sandbox="allow-scripts allow-forms allow-same-origin allow-downloads allow-popups allow-popups-to-escape-sandbox"
allow="clipboard-write"
style="width:100%;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden"></iframe>
<script src="https://iotools.cloud/embed.js" async></script>Drop this into your own page — free, no key required, just a link back.
| Cost per call | From 5 credits |
|---|