← Swippee Data
NRBMonthlylive
Per-Bank Profit & Loss
The profit & loss statement for every individual bank & financial institution in Nepal — interest income/expense, net interest income, fees, operating profit, provisions and net profit, per institution. Scope to one bank with ?bank=. Sheet C9 of NRB's Banking & Financial Statistics. Values in NPR millions.
Coverage: Monthly · 2021 → present · 50+ institutions
Endpoints
GET /v1/data/nrb/banks/pnl/latest | Every bank, every line item, latest month |
GET /v1/data/nrb/banks/pnl/latest?bank=NABIL | One bank's full P&L |
GET /v1/data/nrb/banks/pnl/series?bank=nabil&line=income.interest-income | One bank's line item over time |
Example response
{
"data": {
"month": "2025-07",
"bank": "nabil",
"line_items": [
{ "key": "nabil.income.interest-income", "bank": "NABIL", "line_item": "Interest Income",
"value": 40470.486, "unit": "NPR_mn", "section": "Income", "code": "1" }
]
},
"meta": { "source": "Nepal Rastra Bank", "as_of": "2025-07-15",
"attribution": "Source: Nepal Rastra Bank — Monthly Banking & Financial Statistics (Bank-wise Profit & Loss Statement). 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.