Calculate Annual Percentage Yield (APY) with different compounding frequencies. Understand how compounding affects your returns.
Enter a nominal rate and compounding frequency to see the APY.
Annual Percentage Yield (APY) represents the real rate of return on your money, taking into account the effect of compound interest. Unlike simple interest, compounding means you earn interest not only on your initial deposit but also on previously earned interest. The formula for APY is standardized by regulators such as the Federal Reserve and is defined as:
APY Formula
Where: r = nominal interest rate (as a decimal), n = number of compounding periods per year
Source: Investopedia · FDIC Truth in Savings Act
The more frequently interest compounds, the higher your effective yield. This is due to the mathematical effect of earning "interest on interest" at shorter intervals. Below is how a 5% nominal rate translates to APY with different compounding intervals (calculated using the exact formula above):
| Compounding | APY (5% nominal) |
|---|---|
| Annual | 5.000% |
| Semi-annual | 5.062% |
| Quarterly | 5.094% |
| Monthly | 5.116% |
| Daily | 5.127% |
APY (Annual Percentage Yield) reflects compounding and is used for savings and investments. APR (Annual Percentage Rate) is simple interest, typically used for loans and borrowing costs. The key distinction is that APR does not include the effect of compounding, while APY does.
Suppose Bank A offers a nominal rate of 4.50% compounded daily, and Bank B offers 4.55% compounded quarterly. Using the APY formula:
Even though Bank B has a slightly higher nominal rate, its APY is actually lower due to less frequent compounding. This example illustrates why comparing APYs is essential when choosing a savings account.
In the United States, the Truth in Savings Act (TISA) requires financial institutions to disclose the APY on deposit accounts. The APY must be calculated using a standardized formula (the same one used here) so consumers can compare accounts across different banks. The FDIC and CFPB provide guidance on compliance.
This calculator uses the standard APY formula as defined by financial regulators. We have verified the implementation against known test cases:
All calculations run locally using JavaScript's Math.pow(), which provides double-precision floating-point accuracy. No data is sent to any server — your financial privacy is fully protected.