Investment APIWeb Calculator UI

Free Step-Up SIP Calculator API (2026)

API for top-up / step-up mutual fund SIPs where investors increase their monthly deposit matching salary raises.

Interactive API Playground & Live Test

GET/api/v1/step-up-sip

Query Parameters

Initial monthly SIP in ₹

Annual increase percentage or amount

Annual % return rate

Investment duration in years

percentage | amount (default: percentage)

curl -X GET "https://fincalculator.in/api/v1/step-up-sip?initialInvestment=10000&stepUpValue=10&interest=12&years=15&stepUpType=percentage" \
  -H "Accept: application/json"
Live JSON Response (HTTP 200 OK)
Click "Execute Live API Request" below...

Request Parameters Schema

ParameterTypeRequiredDescription / Notes
initialInvestmentnumberRequiredInitial monthly SIP in ₹
stepUpValuenumberRequiredAnnual increase percentage or amount
interestnumberRequiredAnnual % return rate
yearsnumberRequiredInvestment duration in years
stepUpTypestringOptionalpercentage | amount (default: percentage)

Frequently Asked Questions (FAQs)

Is the Free Step-Up SIP 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/step-up-sip?
Endpoints are cached at the edge for 24 hours. There are no restrictive rate limits for standard web traffic and mobile applications.