Investment APIWeb Calculator UI
Free Weekly SIP Calculator API (2026)
API for calculating weekly systematic investment plan (SIP) returns.
Interactive API Playground & Live Test
GET
/api/v1/sipQuery Parameters
Weekly SIP amount in ₹
Annual return rate %
Investment duration in years
weekly
curl -X GET "https://fincalculator.in/api/v1/sip?investment=2000&interest=12&years=5&frequency=weekly" \
-H "Accept: application/json"Live JSON Response (HTTP 200 OK)
Click "Execute Live API Request" below...Request Parameters Schema
| Parameter | Type | Required | Description / Notes |
|---|---|---|---|
| investment | number | Required | Weekly SIP amount in ₹ |
| interest | number | Required | Annual return rate % |
| years | number | Required | Investment duration in years |
| frequency | string | Optional | weekly |