Calculateur de TCAC — Formule
## CAGR Formula
**CAGR = (Ending Value / Beginning Value)^(1/n) - 1**
CAGR smooths out the return over the period, giving you the consistent annual rate that would produce the same final result.
**CAGR = (Ending Value / Beginning Value)^(1/n) - 1**
CAGR smooths out the return over the period, giving you the consistent annual rate that would produce the same final result.
Exemple Résolu
$10,000 invested grows to $25,000 in 5 years.
- CAGR = (25000/10000)^(1/5) - 1
- = 2.5^0.2 - 1
- = 1.2011 - 1 = 0.2011
- CAGR = 20.11%
- Total return = 150%