SBP's Credit to Government Sector (Net of Deposits)
SBP credit exposure to the government sector, net of deposits.
GET/3.0/alternate/sbp-credit-government
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",
"invt_govt": 1000000000,
"loan_govt": 200000000,
"others": 50000000,
"govt_deposits": 150000000,
"total": 1100000000
}
]
}
Response Fields
| Field | Type | Description |
|---|---|---|
period | string | Period ended (e.g., "Nov 2024") |
invt_govt | numeric | Investment in Government Securities |
loan_govt | numeric | Loans to Government |
others | numeric | Others |
govt_deposits | numeric | Less Government Deposits |
total | numeric | Total |
Error Responses
For detailed Common Error responses, see the Error Handling.
Examples
GET SBP's Credit to Government Sector (Net of Deposits)
curl -X GET "https://csapis.com/3.0/alternate/sbp-credit-government" -H "Authorization: Bearer YOUR_API_TOKEN"
Use Cases
- Data analysis
- Dashboard / metrics