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/dscr

Query 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

ParameterTypeRequiredDescription / Notes
noinumberRequiredNet Operating Income / EBITDA in ₹
annualDebtServicenumberRequiredTotal annual principal + interest in ₹