Convert an Effective Annual Yield (APY) into the underlying Nominal Annual Percentage Rate (APR) for any compounding frequency. This is the inverse of the standard APR→APY conversion. Understand the nominal rate that financial institutions quote, given the effective return you expect or observe.
While the Annual Percentage Yield (APY) tells you the effective return on a savings account or the true cost of a loan after compounding, the Annual Percentage Rate (APR) is the nominal, quoted rate that does not include the effect of compounding. Financial institutions often advertise APY to attract savers, but loans and credit cards usually display APR. However, when you know the effective yield you want or are offered, you may need to back-calculate the equivalent APR — especially for comparing products with different compounding frequencies.
This calculator performs the inverse operation of the standard APR→APY conversion. Given an APY and a compounding frequency, it solves for the APR that would produce that APY. The mathematical relationship is:
APR = n × ((1 + APY)1/n − 1)
for discrete compounding with n periods per year.
For continuous compounding: APR = ln(1 + APY)
Knowing the nominal APR behind a given APY is crucial in several real‑world scenarios:
The algorithm solves the compound interest equation for the nominal rate r (APR) given the effective rate APY and compounding frequency n.
Step 1: You enter the desired APY (as a percentage), select the compounding frequency, and optionally provide a principal and investment term.
Step 2: For discrete compounding, the calculator applies the formula APR = n × ((1 + APY)1/n − 1). For continuous compounding, it uses APR = ln(1 + APY).
Step 3: Using the derived APR, it projects the growth of your principal over the given term — both with compound interest (using the selected frequency) and with simple interest (for comparison).
Step 4: A comparison grid shows what the APR would be for the same APY under all common compounding frequencies, helping you see how frequency affects the nominal rate.
A credit union wants to offer a personal loan with an effective annual cost (APY) of no more than 8.5%. The loan will be compounded monthly. Using this calculator, they find that the nominal APR required is 8.19%. This allows them to advertise an APR of 8.19% while ensuring the borrower’s effective cost stays at 8.5% — a key compliance requirement.
An investor targets a 12% effective annual return from a fund that compounds quarterly. The calculator reveals that the fund must achieve a nominal APR of 11.49% to meet that goal. This helps the investor evaluate fund performance reports that quote APR, making it easier to track progress.
Bank X offers a savings account with a 5.0% APY compounded daily. Bank Y offers a 5.1% APY compounded annually. At first glance, Bank Y seems better. But after converting Bank Y’s APY to APR (which equals 5.1% since annual compounding), and Bank X’s APY to APR, the calculator shows Bank X’s APR is 4.88% while Bank Y’s is 5.10%. This reveals that Bank Y actually has a higher nominal rate, but the less frequent compounding makes its APY only slightly higher. The investor can now make a more informed choice.
In the United States, the Truth in Lending Act (TILA) requires that the APR be prominently disclosed for credit products, while the Truth in Savings Act (TISA) mandates the disclosure of APY for deposit accounts. The Consumer Financial Protection Bureau (CFPB) enforces these rules to ensure consumers are not misled.
Regulation Z (TILA) Regulation DD (TISA) CFPB Oversight
This calculator empowers you to verify those disclosures. By converting APY to APR, you can cross‑check the numbers a bank or lender provides, ensuring they are consistent and mathematically sound.
Starting from the standard compound interest formula:
FV = P · (1 + APR/n)n·t
For one year (t=1), the effective yield is:
APY = (1 + APR/n)n − 1
Solving for APR:
1 + APY = (1 + APR/n)n → (1 + APY)1/n = 1 + APR/n
APR = n · ((1 + APY)1/n − 1)
For continuous compounding, we take the limit as n → ∞, which leads to:
APY = eAPR − 1 → APR = ln(1 + APY)
This derivation is standard in financial mathematics and is covered in textbooks like Principles of Corporate Finance by Brealey, Myers, and Allen.