Investment APIWeb Calculator UI

Free Goal-Based Reverse SIP Calculator API (2026)

Solve exact monthly SIP required for target goals (buying a house, college education, retirement) accounting for current savings.

Interactive API Playground & Live Test

GET/api/v1/goal-sip

Query Parameters

Target goal amount in ₹

Time horizon in years

Expected annual % return

Current accumulated savings in ₹

curl -X GET "https://fincalculator.in/api/v1/goal-sip?targetCorpus=10000000&years=15&expectedReturn=12&existingSavings=500000" \
  -H "Accept: application/json"
Live JSON Response (HTTP 200 OK)
Click "Execute Live API Request" below...

Request Parameters Schema

ParameterTypeRequiredDescription / Notes
targetCorpusnumberRequiredTarget goal amount in ₹
yearsnumberRequiredTime horizon in years
expectedReturnnumberRequiredExpected annual % return
existingSavingsnumberOptionalCurrent accumulated savings in ₹