Number of Banks
Count of scheduled banks operating in the jurisdiction.
GET/3.0/alternate/bank-count
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",
"commercial_banks": 42,
"mfbs": 27,
},
{
"period": "Oct 2024",
"commercial_banks": 41,
"mfbs": 26,
}
]
}
Response Fields
| Field | Type | Description |
|---|---|---|
period | string | Period identifier (e.g., "Nov 2024") |
commercial_banks | integer | Number of commercial banks |
mfbs | integer | Number of microfinance banks |
Error Responses
For detailed Common Error responses, see the Error Handling.
Examples
GET Number of Banks
curl -X GET "https://csapis.com/3.0/alternate/bank-count" -H "Authorization: Bearer YOUR_API_TOKEN"
Use Cases
- Data analysis
- Dashboard / metrics