cagr_calc
Calculate the Compound Annual Growth Rate (CAGR) from initial and final values over a specified number of periods. Ideal for financial analysis and investment return calculations.
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 |