SME NPL Ratio
Non-performing loan ratio for SME lending (NPLs / outstanding).
GET/3.0/alternate/sme-npl-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": "Jun 2025",
"value": 0.125,
},
{
"period": "Mar 2025",
"value": 0.164,
}
]
}
Response Fields
| Field | Type | Description |
|---|---|---|
period | string | Period identifier (e.g., "Jun 2025") |
value | number | SME NPL ratio (e.g., 0.125 for 12.5%) |
Error Responses
For detailed Common Error responses, see the Error Handling.
Examples
GET SME NPL Ratio
curl -X GET "https://csapis.com/3.0/alternate/sme-npl-ratio" -H "Authorization: Bearer YOUR_API_TOKEN"
Use Cases
- Data analysis
- Dashboard / metrics