Skip to main content

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

FieldTypeDescription
periodstringPeriod ended (e.g., "Nov 2024")
invt_govtnumericInvestment in Government Securities
loan_govtnumericLoans to Government
othersnumericOthers
govt_depositsnumericLess Government Deposits
totalnumericTotal

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