Outstanding SME Portfolio
Total outstanding SME portfolio (aggregate across banks and providers).
GET/3.0/alternate/sme-portfolio-total
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 2024",
"total": 650.8,
"smes": [
{
"key": "foreign_banks",
"value": 150.5,
},
{
"key": "islamic_banks",
"value": 300.3,
},
]
}
]
}
Response Fields
| Field | Type | Description |
|---|---|---|
period | string | Period identifier (e.g., "Nov 2024") |
total | number | Total outstanding SME portfolio (in billion PKR) |
smes | array | List of SME categories and their outstanding portfolio figures View |
SMEs
| Field | Type | Description |
|---|---|---|
key | string | SME category key (e.g., "foreign_banks", "islamic_banks") |
value | number | Outstanding portfolio for the SME category (in billion PKR) |
Error Responses
For detailed Common Error responses, see the Error Handling.
Examples
GET Outstanding SME Portfolio
curl -X GET "https://csapis.com/3.0/alternate/sme-portfolio-total" -H "Authorization: Bearer YOUR_API_TOKEN"
Use Cases
- Data analysis
- Dashboard / metrics