← Swippee Data
NRBMonthlylive
Current Macroeconomic & Financial Situation
NRB's monthly macro snapshot — inflation, remittance, forex reserves, balance of payments, current account — with every figure traceable to a verbatim quote from the source report.
Coverage: Monthly (cumulative YTD) · FY 2021/22 → present
Endpoints
GET /v1/data/nrb/macro/latest | Latest report's indicators (with source quotes) |
GET /v1/data/nrb/macro/series?metric=cpi_inflation_yoy | One indicator over time |
Example response
{
"data": {
"fiscal_year": "2025/26", "period_months": 9,
"indicators": [
{ "metric": "cpi_inflation_yoy", "value": 4.47, "unit": "percent",
"basis": "yoy", "source_quote": "consumer price inflation ... 4.47 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.