Business & SME APIWeb Calculator UI
Free Debt Service Coverage Ratio (DSCR) Calculator API (2026)
Lender-grade DSCR API calculating Net Operating Income divided by total annual debt service.
Interactive API Playground & Live Test
GET
/api/v1/dscrQuery Parameters
Net Operating Income / EBITDA in ₹
Total annual principal + interest in ₹
curl -X GET "https://fincalculator.in/api/v1/dscr?noi=2400000&annualDebtService=1600000" \
-H "Accept: application/json"Live JSON Response (HTTP 200 OK)
Click "Execute Live API Request" below...Request Parameters Schema
| Parameter | Type | Required | Description / Notes |
|---|---|---|---|
| noi | number | Required | Net Operating Income / EBITDA in ₹ |
| annualDebtService | number | Required | Total annual principal + interest in ₹ |