Business & SME APIWeb Calculator UI
Free Startup Burn Rate & Cash Runway API (2026)
API for founders and investors to calculate startup cash runway and cash balance depletion trajectories.
Interactive API Playground & Live Test
GET
/api/v1/startup-burn-rateQuery Parameters
Current bank cash balance in ₹
Monthly recurring revenue in ₹
Monthly operating expenses in ₹
curl -X GET "https://fincalculator.in/api/v1/startup-burn-rate?cash=5000000&revenue=200000&expenses=700000" \
-H "Accept: application/json"Live JSON Response (HTTP 200 OK)
Click "Execute Live API Request" below...Request Parameters Schema
| Parameter | Type | Required | Description / Notes |
|---|---|---|---|
| cash | number | Required | Current bank cash balance in ₹ |
| revenue | number | Required | Monthly recurring revenue in ₹ |
| expenses | number | Required | Monthly operating expenses in ₹ |