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) |