Effective Interest Rate Calculator
Convert a nominal (stated) annual interest rate to its effective annual rate (EAR) for any compounding frequency, from annually to continuously. See exactly how much extra compounding periods add to your real annual return or cost.
Input
The stated annual rate, before accounting for compounding within the year.
Output
| Metric | Value |
|---|---|
| No data yet | |
More ways to use this tool
REST API
curl -X POST https://api.iotools.cloud/v1/tool/effective-interest-rate-calculator \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"nominalRate": "6",
"compoundingFrequency": "12"
}'Swap in your own key from your account. The tool's fields are the body — no wrapper.
Ask an AI agent
Use the IOTools `effective-interest-rate-calculator` tool (Effective Interest Rate 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/effective-interest-rate-calculator/"
width="100%" height="520" frameborder="0" scrolling="no" loading="lazy"
title="Effective Interest Rate 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 API/MCP call | From 5 credits |
|---|---|
| Need more credits? | View pricing |
Also available with
Guides
What is the effective interest rate?
The effective interest rate — also called the effective annual rate (EAR) or annual percentage yield (APY) — is the real annual rate of return or cost once compounding within the year is taken into account. A nominal (stated) rate ignores how often interest compounds; the effective rate shows what you actually earn or pay per year.
How this tool works
- Enter the nominal annual interest rate — the stated rate before compounding, as it typically appears on a loan or savings account.
- Choose the compounding frequency — how many times per year interest is applied, from annually up through daily, or continuously.
The Effective Rate Summary shows the nominal rate, the compounding frequency, the resulting effective annual rate, and the difference between the two — how much extra return (or cost) compounding adds over a year.
The formula
EAR = (1 + i/n)ⁿ − 1
where i is the nominal annual rate (as a decimal) and n is the number of compounding periods per year. As compounding gets more frequent, n → ∞ and the formula approaches continuous compounding: EAR = eⁱ − 1.
The more frequently interest compounds, the larger the gap between the nominal and effective rate — a 6% rate compounded monthly yields an effective rate of about 6.17%, while the same rate compounded daily edges even closer to the continuous-compounding limit.
Common uses
- Comparing loan or credit card offers that quote the same nominal rate with different compounding frequencies
- Converting a bank's stated savings rate into the real annual yield you'll earn
- Understanding why two accounts with the same "interest rate" pay out differently
- Checking a lender's or issuer's advertised rate against its true annual cost
Privacy
This tool runs entirely in your browser. Your numbers are never uploaded to a server.