Government Schemes APIWeb Calculator UI

Free Atal Pension Yojana (APY) Calculator API (2026)

Atal Pension Yojana contribution API using official PFRDA lookup tables for entry ages 18 to 40.

Interactive API Playground & Live Test

GET/api/v1/apy

Query Parameters

Subscriber age (18 to 40 years)

Desired pension: 1000 | 2000 | 3000 | 4000 | 5000

monthly | quarterly | half-yearly

curl -X GET "https://fincalculator.in/api/v1/apy?age=25&pension=5000&frequency=monthly" \
  -H "Accept: application/json"
Live JSON Response (HTTP 200 OK)
Click "Execute Live API Request" below...

Request Parameters Schema

ParameterTypeRequiredDescription / Notes
agenumberRequiredSubscriber age (18 to 40 years)
pensionnumberRequiredDesired pension: 1000 | 2000 | 3000 | 4000 | 5000
frequencystringOptionalmonthly | quarterly | half-yearly

Frequently Asked Questions (FAQs)

Is the Free Atal Pension Yojana (APY) Calculator API free to use in production apps?
Yes! All FinCalculator REST APIs are completely free, zero-auth, open-CORS, and edge-cached for high performance across global web and mobile applications.
What is the rate limit for /api/v1/apy?
Endpoints are cached at the edge for 24 hours. There are no restrictive rate limits for standard web traffic and mobile applications.