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/ssy

Query 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

ParameterTypeRequiredDescription / Notes
amountnumberRequiredYearly deposit amount in ₹ (250 to 1.5L)
agenumberRequiredGirl child age (0 to 10 years)
ratenumberOptionalAnnual Govt interest rate % (default: 8.2)