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 |
Related Investment APIs
Frequently Asked Questions (FAQs)
Is the Free Systematic Withdrawal Plan (SWP) 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/swp?
Endpoints are cached at the edge for 24 hours. There are no restrictive rate limits for standard web traffic and mobile applications.