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/cagr

Query 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

ParameterTypeRequiredDescription / Notes
startValuenumberRequiredInitial investment value in ₹
endValuenumberRequiredFinal maturity/current value in ₹
yearsnumberRequiredHolding period in years