← Swippee Data
NRBMonthlylive
Commercial-Bank Interest Rates
Monthly weighted-average commercial-bank interest rates — deposit, saving, fixed, call, lending, base rate and spread — a clean series back to 2016.
Coverage: Monthly · Aug 2016 → present
Endpoints
GET /v1/data/nrb/interest-rates/latest | All rates for the latest month |
GET /v1/data/nrb/interest-rates/series?metric=base-rate | One rate over time |
Example response
{
"data": [
{ "metric": "base-rate", "label": "Base Rate", "value": 5.0, "unit": "percent" },
{ "metric": "wavg-deposit", "label": "Weighted Avg. Deposit Rate", "value": 3.4, "unit": "percent" }
],
"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.