Investment APIWeb Calculator UI
Free Systematic Withdrawal Plan (SWP) Calculator API (2026)
SWP API for wealth managers to simulate monthly cash withdrawals from a lump sum mutual fund investment.
Interactive API Playground & Live Test
GET
/api/v1/swpQuery Parameters
Total initial corpus in ₹
Monthly payout in ₹
Annual % return
Duration in years
curl -X GET "https://fincalculator.in/api/v1/swp?initialCorpus=10000000&monthlyWithdrawal=60000&expectedReturn=10&years=20" \
-H "Accept: application/json"Live JSON Response (HTTP 200 OK)
Click "Execute Live API Request" below...Request Parameters Schema
| Parameter | Type | Required | Description / Notes |
|---|---|---|---|
| initialCorpus | number | Required | Total initial corpus in ₹ |
| monthlyWithdrawal | number | Required | Monthly payout in ₹ |
| expectedReturn | number | Required | Annual % return |
| years | number | Required | Duration in years |