← Swippee Data
NRBMonthlylive
Banking System Balance Sheet
The full statement of assets & liabilities for Nepal's whole banking system (commercial + development + finance) — capital fund, deposits by type, borrowings, loans & advances, investments and liquid funds — as a clean monthly series. Sheet C5 of NRB's Banking & Financial Statistics.
Coverage: Monthly · 2021 → present
Endpoints
GET /v1/data/nrb/banking/balance-sheet/latest | Every line item, latest month |
GET /v1/data/nrb/banking/balance-sheet/series?key=deposits | One line item (e.g. deposits) over time |
Example response
{
"data": {
"month": "2025-07",
"line_items": [
{ "key": "deposits", "label": "DEPOSITS",
"value": 7303531.185, "unit": "NPR_mn", "section": null }
]
},
"meta": { "source": "Nepal Rastra Bank", "as_of": "2025-07-15",
"attribution": "Source: Nepal Rastra Bank — Monthly Banking & Financial Statistics (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.