Non Performing Loans (Banks & DFIs)
NPL ratio for banks and DFIs.
GET/3.0/alternate/non-performing-loans-ratio
Request
Authentication
- Type: Bearer Token
- Required: Yes
Parameters
This endpoint does not accept any query parameters.
Response
Success Response (200)
{
"status":"ok",
"data":[
{
"period": "Nov 2023",
"public": 8.5,
"local_pvt": 6.2,
"special": 5.8,
"dfis": 4.3
},
{
"period": "Oct 2023",
"public": 8.3,
"local_pvt": 6.0,
"special": 5.6,
"dfis": 4.1
}
]
}
Response Fields
| Field | Type | Description |
|---|---|---|
period | string | Period identifier (e.g., "Nov 2023") |
public | numeric | NPL ratio for public sector banks |
local_pvt | numeric | NPL ratio for local private banks |
special | numeric | NPL ratio for specialized banks |
dfis | numeric | NPL ratio for DFIs (Development Financial Institutions) |
Error Responses
For detailed Common Error responses, see the Error Handling.
Examples
GET Non Performing Loans (Banks & DFIs)
curl -X GET "https://csapis.com/3.0/alternate/non-performing-loans-ratio" -H "Authorization: Bearer YOUR_API_TOKEN"
Use Cases
- Data analysis
- Dashboard / metrics