5.3 Continuous Compounding & Effective Annual Yield (APY vs. APR)

Key Takeaways

  • Continuous compounding represents the theoretical upper limit of interest growth as compounding frequency approaches infinity ($n \to \infty$), modeled by $A = P e^{rt}$ using Euler's transcendental constant $e \approx 2.71828$.
  • The mathematical foundation of continuous compounding arises from the foundational limit $\lim_{n \to \infty} \left(1 + \frac{r}{n}\right)^{nt} = e^{rt}$.
  • The Annual Percentage Rate (APR) represents the nominal quoted annual interest rate, whereas the Annual Percentage Yield (APY) reflects the true annualized effective rate earned when compounding frequency is accounted for.
  • The APY for periodic compounding is $\text{APY} = \left(1 + \frac{r}{n}\right)^n - 1$; for continuous compounding, the APY reaches its maximum at $\text{APY}_{\text{continuous}} = e^r - 1$.
  • Federal regulatory frameworks mandate transparent rate disclosures: the Truth in Savings Act (TISA) requires banks to publish APY on consumer deposit accounts, while the Truth in Lending Act (TILA / Regulation Z) mandates APR disclosure on consumer credit loans.
Last updated: August 2026

5.3 Continuous Compounding & Effective Annual Yield (APY vs. APR)

In financial mathematics, increasing the frequency of compounding ($n$) generates progressively higher accumulated returns because interest is credited and reinvested sooner. However, this growth does not expand without bound. As the compounding frequency approaches infinity ($n \to \infty$)—compounding every millisecond, microsecond, and instant—the accumulation approaches a precise mathematical ceiling known as Continuous Compounding.

This section explores the calculus foundation of continuous growth via Euler's constant $e$, provides conversion techniques between nominal interest rates (APR) and effective annual yields (APY), and reviews institutional disclosure regulations.


1. Continuous Compounding & The Mathematical Limit of $e$

The Calculus Limit Derivation

Recall the standard periodic compound interest formula:

A=P(1+rn)ntA = P\left(1 + \frac{r}{n}\right)^{nt}

To examine continuous compounding, define a substitution variable $k = \frac{n}{r}$, which implies $n = k r$. As compounding frequency $n \to \infty$, the variable $k \to \infty$. Rewriting the accumulation equation:

A=P[(1+1k)kr]t=P[limk(1+1k)k]rtA = P \left[ \left(1 + \frac{1}{k}\right)^{k r} \right]^t = P \left[ \lim_{k \to \infty} \left(1 + \frac{1}{k}\right)^k \right]^{rt}

By mathematical definition, the fundamental limit defining Euler's constant $e$ is:

e=limk(1+1k)k=2.718281828459045e = \lim_{k \to \infty} \left(1 + \frac{1}{k}\right)^k = 2.718281828459045\dots

Substituting $e$ yields the Continuous Compounding Formula:

A=PertA = P e^{rt}

Where:

  • $P$ = Initial Principal (Present Value)
  • $e$ = Base of the natural logarithm ($\approx 2.71828$)
  • $r$ = Annual nominal interest rate (as a decimal)
  • $t$ = Time duration in years
  • Total Interest Earned: $I = A - P = P(e^{rt} - 1)$
+-----------------------------------------------------------------------------+
|              COMPOUNDING FREQUENCY EFFECT ON $10,000 AT 6% FOR 1 YEAR       |
|                                                                             |
|   Frequency (n)               Formula Used                    Future Value  |
|   --------------------------  -----------------------------   ------------  |
|   Annually (n = 1)            10,000 * (1 + 0.06/1)^1         $10,600.00    |
|   Semiannually (n = 2)        10,000 * (1 + 0.06/2)^2         $10,609.00    |
|   Quarterly (n = 4)           10,000 * (1 + 0.06/4)^4         $10,613.64    |
|   Monthly (n = 12)            10,000 * (1 + 0.06/12)^12       $10,616.78    |
|   Daily (n = 365)             10,000 * (1 + 0.06/365)^365     $10,618.31    |
|   Continuously (n -> inf)     10,000 * e^(0.06 * 1)           $10,618.37    |
+-----------------------------------------------------------------------------+

[!NOTE] Diminishing Marginal Gains of Compounding: Notice that moving from annual to monthly compounding increases the annual return by $16.78. However, moving from daily compounding to continuous compounding increases the return by only $0.06 on a $10,000 balance. Continuous compounding is the mathematical supremum (upper bound) for a given nominal rate.

Worked Example: Continuous Compounding Evaluation

Problem: An investor places $P = 12000$ dollars into an account earning 5.5% annual nominal interest compounded continuously for 7 years. Find the total accumulated balance $A$ and interest earned $I$.

  1. Identify rate and time parameters: $r = 0.055$, $t = 7 \implies rt = (0.055)(7) = 0.385$.
  2. Compute continuous compounding accumulation: A=Pert=12000×e0.385=12000×1.46961432=17635.37A = P e^{rt} = 12000 \times e^{0.385} = 12000 \times 1.46961432 = \mathbf{17635.37}
  3. Compute total interest earned: I=AP=17635.3712000.00=5635.37I = A - P = 17635.37 - 12000.00 = \mathbf{5635.37}

TI-30XS MultiView Keystrokes: 12000 [ * ] [2nd] [ln] 0 . 3 8 5 [enter] (since [2nd][ln] accesses the $e^x$ exponential function).


2. APR (Nominal Rate) vs. APY / EAR (Effective Rate)

Financial institutions frequently advertise two distinct interest metrics:

  1. Annual Percentage Rate (APR / $r$): The stated nominal annual interest rate that does not account for intra-year compounding.
  2. Annual Percentage Yield (APY) (also termed Effective Annual Rate (EAR)): The actual effective percentage return earned (or paid) over a full one-year period when compounding is factored in.
+-----------------------------------------------------------------------------+
|                        APR VS. APY FORMULATION SUMMARY                      |
|                                                                             |
|   PERIODIC COMPOUNDING (n times/year):                                      |
|                                                                             |
|                 APY = ( 1 + r / n )^n - 1                                   |
|                                                                             |
|   CONTINUOUS COMPOUNDING (n -> infinity):                                   |
|                                                                             |
|                 APY_continuous = e^r - 1                                    |
+-----------------------------------------------------------------------------+

Mathematical Properties of APY

  • When interest compounds annually ($n = 1$), $\text{APY} = \text{APR}$.
  • For all compounding frequencies greater than once per year ($n > 1$), $\mathbf{\text{APY} > \text{APR}}$.
  • APY increases monotonically as compounding frequency $n$ increases, reaching its maximum at $\text{APY}_{\text{continuous}} = e^r - 1$.

Table: Impact of Compounding Frequency on APY for $r = 8.00%$

Compounding Frequency ($n$)APY Formula ExpressionEffective APY (%)
Annual ($n = 1$)$(1 + 0.08/1)^1 - 1$8.000%
Semiannual ($n = 2$)$(1 + 0.08/2)^2 - 1 = (1.04)^2 - 1$8.160%
Quarterly ($n = 4$)$(1 + 0.08/4)^4 - 1 = (1.02)^4 - 1$8.243%
Monthly ($n = 12$)$(1 + 0.08/12)^{12} - 1$8.300%
Daily ($n = 365$)$(1 + 0.08/365)^{365} - 1$8.328%
Continuous ($n \to \infty$)$e^{0.08} - 1$8.329%

3. Comparative Investment Analysis Using APY

Because different financial products utilize different nominal rates ($r$) and different compounding frequencies ($n$), raw APR quotes cannot be directly compared. Converting each product to its Effective APY creates a standardized common denominator for comparison.

Worked Example: Selecting the Superior Savings Vehicle

Problem: An investor wishes to deposit funds into one of three competing savings options. Which option offers the highest annual return?

  • Option A: Nominal APR of 5.20% compounded annually ($n = 1$)
  • Option B: Nominal APR of 5.12% compounded monthly ($n = 12$)
  • Option C: Nominal APR of 5.10% compounded continuously
  1. Option A (Annual): $\text{APY}_A = (1 + 0.0520)^1 - 1 = \mathbf{5.200%}$
  2. Option B (Monthly): $\text{APY}_B = \left(1 + \frac{0.0512}{12}\right)^{12} - 1 = (1.00426667)^{12} - 1 \approx 1.052418 - 1 = \mathbf{5.242%}$
  3. Option C (Continuous): $\text{APY}_C = e^{0.0510} - 1 \approx 1.052323 - 1 = \mathbf{5.232%}$

Conclusion: Option B is the superior investment choice ($5.242% > 5.232% > 5.200%$), even though its nominal rate (5.12%) is lower than Option A's nominal rate (5.20%).


4. Consumer Finance Regulations: Truth in Savings vs. Truth in Lending

Federal statutes regulate how interest rates are presented to prevent deceptive marketing:

+-----------------------------------------------------------------------------+
|                  FEDERAL INTEREST RATE DISCLOSURE REGULATIONS               |
|                                                                             |
|   TRUTH IN SAVINGS ACT (TISA / Reg DD)    TRUTH IN LENDING ACT (TILA / Reg Z)|
|   ------------------------------------    ----------------------------------|
|   - Target: Consumer Deposit Accounts     - Target: Consumer Borrowing/Loans|
|   - Mandated Metric: APY                  - Mandated Metric: APR            |
|   - Purpose: Highlight total yield        - Purpose: Standardize total loan |
|     earned including compounding.           cost including fees/points.     |
|   - Protects: Savers & Investors          - Protects: Borrowers & Consumers |
+-----------------------------------------------------------------------------+

The Asymmetry in Commercial Practice

  • Banks advertising savings deposits prominently highlight APY because compounding makes the yield figure appear larger and more appealing to savers.
  • Lenders advertising consumer loans prominently highlight APR because nominal rates appear smaller and less burdensome to borrowers than the true compounding cost of debt.

Summary Formula Sheet for Chapter 5

ConceptStandard FormulaPrimary Usage
Simple Interest$I = Prt$, $A = P(1 + rt)$Short-term loans, basic debt instruments.
Periodic Compounding$A = P(1 + r/n)^{nt}$Mortgages, CDs, consumer savings accounts.
Continuous Compounding$A = P e^{rt}$Theoretical finance, continuous reinvestment.
Periodic APY$\text{APY} = (1 + r/n)^n - 1$Standardizing periodic deposit accounts.
Continuous APY$\text{APY} = e^r - 1$Effective yield under continuous compounding.
Test Your Knowledge

An investor deposits $15,000 into an institutional wealth management account earning an annual nominal interest rate of 4.8% compounded continuously. What is the total accumulated balance in the account after 5 years?

A
B
C
D
Test Your Knowledge

A commercial certificate of deposit (CD) advertises a nominal Annual Percentage Rate (APR) of 8.00% compounded quarterly (n = 4). What is the Effective Annual Yield (APY) of this deposit account, rounded to the nearest hundredth of a percent?

A
B
C
D
Test Your Knowledge

Which of the following statements accurately characterizes the mathematical relationship between the Annual Percentage Rate (APR) and the Annual Percentage Yield (APY) for a savings account?

A
B
C
D