Loans to Private Sector Businesses
Aggregate loans to private sector businesses (non-government), useful as a comparator for SME lending.
GET/3.0/alternate/private-sector-business-loans
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",
"finances":[
{
"key": "export_finance_others",
"value": 12345678
},
{
"key": "export_finance_schemes",
"value": 23456789
},
{
"key": "imports_finance",
"value": 34567890
},
{
"key": "gov_self_employement",
"value": 45678901
}
]
}
]
}
Response Fields
| Field | Type | Description |
|---|---|---|
period | string | Period identifier (e.g., "Nov 2024") |
finances | array | List of finance categories and their amounts View |
Finances
| Field | Type | Description |
|---|---|---|
key | string | Finance category key (e.g., "export_finance_others") |
value | integer | Amount of loans for the category (in PKR) |
Error Responses
For detailed Common Error responses, see the Error Handling.
Examples
GET Loans to Private Sector Businesses
curl -X GET "https://csapis.com/3.0/alternate/private-sector-business-loans" -H "Authorization: Bearer YOUR_API_TOKEN"
Use Cases
- Data analysis
- Dashboard / metrics