Investment APIWeb Calculator UI
Free Inflation & Purchasing Power Calculator API (2026)
Bidirectional inflation API: compute what ₹100 today will be worth in future, or future goal cost today.
Interactive API Playground & Live Test
GET
/api/v1/inflationQuery Parameters
Base amount in ₹
Annual inflation rate %
Time horizon in years
curl -X GET "https://fincalculator.in/api/v1/inflation?amount=100000&inflationRate=6&years=10" \
-H "Accept: application/json"Live JSON Response (HTTP 200 OK)
Click "Execute Live API Request" below...Request Parameters Schema
| Parameter | Type | Required | Description / Notes |
|---|---|---|---|
| amount | number | Required | Base amount in ₹ |
| inflationRate | number | Required | Annual inflation rate % |
| years | number | Required | Time horizon in years |