Investment APIWeb Calculator UI
Free CAGR (Compound Annual Growth Rate) API (2026)
API to calculate annualized return percentage given beginning value, ending value, and tenure in years.
Interactive API Playground & Live Test
GET
/api/v1/cagrQuery Parameters
Initial investment value in ₹
Final maturity/current value in ₹
Holding period in years
curl -X GET "https://fincalculator.in/api/v1/cagr?startValue=100000&endValue=300000&years=5" \
-H "Accept: application/json"Live JSON Response (HTTP 200 OK)
Click "Execute Live API Request" below...Request Parameters Schema
| Parameter | Type | Required | Description / Notes |
|---|---|---|---|
| startValue | number | Required | Initial investment value in ₹ |
| endValue | number | Required | Final maturity/current value in ₹ |
| years | number | Required | Holding period in years |