Skip to main content

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

FieldTypeDescription
periodstringPeriod identifier (e.g., "Nov 2024")
totalnumberTotal outstanding SME portfolio (in billion PKR)
smesarrayList of SME categories and their outstanding portfolio figures View

SMEs

FieldTypeDescription
keystringSME category key (e.g., "foreign_banks", "islamic_banks")
valuenumberOutstanding 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