Government Schemes APIWeb Calculator UI
Free Sukanya Samriddhi Yojana (SSY) Calculator API (2026)
Official government girl child savings scheme API with 15-year deposit and 21-year maturity rules.
Interactive API Playground & Live Test
GET
/api/v1/ssyQuery Parameters
Yearly deposit amount in ₹ (250 to 1.5L)
Girl child age (0 to 10 years)
Annual Govt interest rate % (default: 8.2)
curl -X GET "https://fincalculator.in/api/v1/ssy?amount=150000&age=1&rate=8.2" \
-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 | Yearly deposit amount in ₹ (250 to 1.5L) |
| age | number | Required | Girl child age (0 to 10 years) |
| rate | number | Optional | Annual Govt interest rate % (default: 8.2) |
Related Government Schemes APIs
Frequently Asked Questions (FAQs)
Is the Free Sukanya Samriddhi Yojana (SSY) 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/ssy?
Endpoints are cached at the edge for 24 hours. There are no restrictive rate limits for standard web traffic and mobile applications.