Compound annual growth rate

From HandWiki
Short description: Geometric progression ratio that provides a constant rate of return over the time period

Compound annual growth rate (CAGR) is a business and investing specific term for the geometric progression ratio that provides a constant rate of return over the time period.[1][2] CAGR is not an accounting term, but it is often used to describe some element of the business, for example revenue, units delivered, registered users, etc. CAGR dampens the effect of volatility of periodic returns that can render arithmetic means irrelevant. It is particularly useful to compare growth rates from various data sets of common domain such as revenue growth of companies in the same industry or sector.[3]

CAGR is equivalent to the more generic exponential growth rate when the exponential growth interval is one year.

Formula

CAGR is defined as:

[math]\displaystyle{ \mathrm{CAGR}(t_0,t_n) = \left( \frac{V(t_n)}{V(t_0)} \right)^\frac{1}{t_n-t_0} - 1 }[/math]

where [math]\displaystyle{ V(t_0) }[/math] is the initial value, [math]\displaystyle{ V(t_n) }[/math] is the end value, and [math]\displaystyle{ t_n - t_0 }[/math] is the number of years.

Actual or normalized values may be used for calculation as long as they retain the same mathematical proportion.

Example

In this example, we will compute the CAGR over a three-year period. Assume that the year-end revenues of a business over a three-year period, [math]\displaystyle{ V(t) }[/math], have been:

Year-End 2004-12-31 2007-12-31
Year-End Revenue 9,000 13,000

Therefore, to calculate the CAGR of the revenues over the three-year period spanning the "end" of 2004 to the "end" of 2007 is:

[math]\displaystyle{ {\rm CAGR}(0,3) = \left( \frac{13000}{9000} \right)^\frac{1}{3} - 1 = 0.13 = 13\% }[/math]

Note that this is a smoothed growth rate per year. This rate of growth would take you to the ending value, from the starting value, in the number of years given, if growth had been at the same rate every year.

Verification:

Multiply the initial value (2004 year-end revenue) by (1 + CAGR) three times (because we calculated for 3 years). The product will equal the year-end revenue for 2007. This shows the compound growth rate:

[math]\displaystyle{ V(t_n) = V(t_0) \times (1 + {\rm CAGR})^n }[/math]

For n = 3:

[math]\displaystyle{ = V(t_0) \times (1 + {\rm CAGR}) \times (1 + {\rm CAGR}) \times (1 + {\rm CAGR}) }[/math]
[math]\displaystyle{ = 9000 \times 1.1304 \times 1.1304 \times 1.1304 = 13000 }[/math]

For comparison:

  • the Arithmetic Mean Return (AMR) would be the sum of annual revenue changes (compared with the previous year) divided by number of years, or:
[math]\displaystyle{ \text{AMR}=\bar{x} = \frac{1}{n}\sum_{i=1}^n x_i = \frac{1}{n} (x_1+\cdots+x_n) = \frac{ 11.11\% + 10\% + 8.33\%}{3} = 9.81\%. }[/math]

In contrast to CAGR, you cannot obtain [math]\displaystyle{ V(t_n) }[/math] by multiplying the initial value, [math]\displaystyle{ V(t_0) }[/math], three times by (1 + AMR) (unless all annual growth rates are the same).

  • the arithmetic return (AR) or simple return would be the ending value minus beginning value divided by the beginning value:
[math]\displaystyle{ \text{AR} = \frac{V(t_n) - V(t_0)}{V(t_0)} = \frac{13000-9000}{9000} = 44.44\%. }[/math]

Applications

These are some of the common CAGR applications:

  • Calculating and communicating the average returns of investment funds[4]
  • Demonstrating and comparing the performance of investment advisors[4]
  • Comparing the historical returns of stocks with bonds or with a savings account[4]
  • Forecasting future values based on the CAGR of a data series (you find future values by multiplying the last datum of the series by (1 + CAGR) as many times as years required). As with every forecasting method, this method has a calculation error associated.
  • Analyzing and communicating the behavior, over a series of years, of different business measures such as sales, market share, costs, customer satisfaction, and performance.

See also

References