Government Schemes APIWeb Calculator UI

Free Public Provident Fund (PPF) Calculator API (2026)

API for Public Provident Fund (PPF) calculations with annual compounding and EEE tax exemption status.

Interactive API Playground & Live Test

GET/api/v1/compounding

Query Parameters

Yearly deposit amount in ₹ (₹500 to ₹1.5L)

Annual Govt interest rate % (default: 7.1)

Tenure in years (default: 15)

curl -X GET "https://fincalculator.in/api/v1/compounding?contribution=150000&rate=7.1&years=15" \
  -H "Accept: application/json"
Live JSON Response (HTTP 200 OK)
Click "Execute Live API Request" below...

Request Parameters Schema

ParameterTypeRequiredDescription / Notes
contributionnumberRequiredYearly deposit amount in ₹ (₹500 to ₹1.5L)
ratenumberOptionalAnnual Govt interest rate % (default: 7.1)
yearsnumberOptionalTenure in years (default: 15)