cagr_calc
Calculate the compound annual growth rate (CAGR) from an initial value, final value, and number of periods. Returns a single growth rate percentage.
Instructions
Calculate Compound Annual Growth Rate (CAGR).
Parameters:
initial_value — Starting value.
final_value — Ending value.
periods — Number of periods (years).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| initial_value | Yes | ||
| final_value | Yes | ||
| periods | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |