HomeFinance › APY Calculator

APY Calculator

Converts a nominal annual rate (APR) into the effective annual yield (APY) for a given compounding frequency, and reports the periodic rate and the one-year growth of 1,000.

When to use

You want to compare deposit accounts or loans quoted with different compounding frequencies, or need the effective annual rate for a nominal rate.

Do not use when: You need a balance after several years or with deposits (use compound-interest), or the account quotes an APY already and you want the nominal rate (enter it as annual compounding).

Formula

APY = (1 + apr_percent/100 / n)^n − 1, where n = compounding periods per year (1, 2, 4, 12, 52 or 365)

This is the effective-annual-rate formula prescribed by US Regulation DD (Truth in Savings) for deposit accounts; it ignores fees and assumes the rate stays constant for a year.

Inputs

ParameterTypeUnitRequiredDescription
apr_percentnumber%yesStated annual rate in percent before compounding; 5 means 5 %. Range: ≥ 0, ≤ 1000
compounding_frequencyenum: annually | semiannually | quarterly | monthly | weekly | dailydefault monthlyHow often interest is credited: n = 1, 2, 4, 12, 52 or 365 periods per year.

Outputs

OutputTypeUnitDescription
apy_percentnumber%(1 + APR/n)^n − 1, in percent.
periodic_rate_percentnumber%APR / n, the rate applied each compounding period.
periods_per_yearintegern for the chosen compounding frequency.
apy_minus_apr_percentage_pointsnumberpercentage pointsExtra yield produced by compounding within the year.
balance_of_1000_after_one_yearnumber1000 × (1 + APY).

Example

5 % APR compounded monthly: {"apr_percent":5,"compounding_frequency":"monthly"}{"apy_percent":5.1162,"periodic_rate_percent":0.416667,"periods_per_year":12,"apy_minus_apr_percentage_points":0.1162,"balance_of_1000_after_one_year":1051.16}

4 % APR compounded daily: {"apr_percent":4,"compounding_frequency":"daily"}{"apy_percent":4.0808,"periods_per_year":365,"balance_of_1000_after_one_year":1040.81}

GET https://tttkmbb.com/api/v1/calculate/apy?apr_percent=5&compounding_frequency=monthly

Machine access

Sources

FAQ

What is the difference between APR and APY?

APR is the nominal rate before compounding; APY is the rate you actually earn (or pay) in a year once interest is compounded. They are equal only with annual compounding.

How do I go from APY back to APR?

APR = n × ((1 + APY)^(1/n) − 1). For 5.1162 % APY with monthly compounding that gives 5.00 % APR.

Related calculators