calculate_cagr
Calculate the compound annual growth rate (CAGR) as a percentage from beginning value, ending value, and time period in years.
Instructions
Calculate compound annual growth rate (CAGR) as a percentage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| years | Yes | ||
| ending_value | Yes | ||
| beginning_value | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |