← Swippee Data
NRBMonthlylive
Monthly Banking & Financial Statistics
NRB's monthly headline banking indicators — NPL, CD ratio, capital adequacy, deposits, credit, branches, accounts, ATMs — broken down by BFI class.
Coverage: Monthly · Oct 2021 → present
Endpoints
GET /v1/data/nrb/banking/snapshot?month=YYYY-MM | All indicators for a month |
GET /v1/data/nrb/banking/indicators?month=YYYY-MM&class=commercial | Flat list, filter by BFI class |
GET /v1/data/nrb/banking/indicators/series?indicator=npl-total-loan&class=commercial | One indicator over time |
Example response
{
"data": [
{ "class_code": "A", "class_name": "Commercial Banks",
"indicator_slug": "npl-total-loan", "value": 5.41, "section": "..." }
],
"meta": { "source": "Nepal Rastra Bank", "as_of": "2026-04-15" }
}Source & attribution
Figures belong to Nepal Rastra Bank. Every response carries meta.source and meta.source_url; attribution passes through to your users.