← Swippee Data
NRBMonthlylive
Per-Bank Balance Sheet
The statement of assets & liabilities for every individual bank & financial institution in Nepal (NABIL, NBL, RBB, NIMB …) — the same line items as the aggregate, but per institution. Scope to one bank with ?bank=. Sheet C8 of NRB's Banking & Financial Statistics. Values in NPR millions.
Coverage: Monthly · 2021 → present · 50+ institutions
Endpoints
GET /v1/data/nrb/banks/balance-sheet/latest | Every bank, every line item, latest month |
GET /v1/data/nrb/banks/balance-sheet/latest?bank=NABIL | One bank's full balance sheet |
GET /v1/data/nrb/banks/balance-sheet/series?key=nabil.liabilities.deposits | One bank's line item over time |
Example response
{
"data": {
"month": "2025-07",
"bank": "nabil",
"line_items": [
{ "key": "nabil.liabilities.deposits", "bank": "NABIL", "line_item": "DEPOSITS",
"value": 532234.141, "unit": "NPR_mn", "section": "Liabilities" }
]
},
"meta": { "source": "Nepal Rastra Bank", "as_of": "2025-07-15",
"attribution": "Source: Nepal Rastra Bank — Monthly Banking & Financial Statistics (Bank-wise Statement of Assets & Liabilities). Republished by Swippee Data with attribution." }
}Source & attribution
Figures belong to Nepal Rastra Bank. Every response carries meta.source and meta.source_url; attribution passes through to your users.