Scheduled Banks Credit to Non - Government Sector
Scheduled banks' credit to non-government sectors.
GET/3.0/alternate/bank-credit-non-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 2023",
"credit_pse": 1200000000,
"credit_nbfi": 300000000,
"credit_pvtsector": 1500000000,
"total": 3000000000
},
{
"period": "Oct 2023",
"credit_pse": 1100000000,
"credit_nbfi": 280000000,
"credit_pvtsector": 1400000000,
"total": 2780000000
}
]
}
Response Fields
| Field | Type | Description |
|---|---|---|
period | string | Period identifier (e.g., "Nov 2023") |
credit_pse | numeric | Credit to Public Sector Enterprises (PSEs) |
credit_nbfi | numeric | Credit to Non-Banking Financial Institutions (NBFIs) |
credit_pvtsector | numeric | Credit to Private Sector |
total | numeric | Total credit to non-government sector |
Error Responses
For detailed Common Error responses, see the Error Handling.
Examples
GET Scheduled Banks Credit to Non - Government Sector
curl -X GET "https://csapis.com/3.0/alternate/bank-credit-non-government" -H "Authorization: Bearer YOUR_API_TOKEN"
Use Cases
- Data analysis
- Dashboard / metrics