Business & SME APIWeb Calculator UI
Free Working Capital & Liquidity Ratio API (2026)
Working capital and current ratio API for small businesses.
Interactive API Playground & Live Test
GET
/api/v1/working-capitalQuery Parameters
Total current assets in ₹
Total current liabilities in ₹
curl -X GET "https://fincalculator.in/api/v1/working-capital?currentAssets=2000000¤tLiabilities=1200000" \
-H "Accept: application/json"Live JSON Response (HTTP 200 OK)
Click "Execute Live API Request" below...Request Parameters Schema
| Parameter | Type | Required | Description / Notes |
|---|---|---|---|
| currentAssets | number | Required | Total current assets in ₹ |
| currentLiabilities | number | Required | Total current liabilities in ₹ |