← Swippee Data
NRBWeekdayslive
Daily Forex Reference Rates
NRB's daily foreign-exchange reference rates for 20+ currencies — with history, time-series and a conversion helper on top of NRB's raw feed.
Coverage: Daily, every business day
Endpoints
GET /v1/data/nrb/forex/latest | Latest buy/sell for all currencies |
GET /v1/data/nrb/forex/series?currency=USD&from=YYYY-MM-DD&to=YYYY-MM-DD | Daily series for one currency |
GET /v1/data/nrb/forex/convert?from=USD&to=NPR&amount=100 | Convert at the latest rate |
Example response
{
"data": [
{ "currency_code": "USD", "currency_name": "U.S. Dollar", "unit": 1,
"buy": 141.55, "sell": 142.15 }
],
"meta": { "source": "Nepal Rastra Bank", "as_of": "2026-05-29" }
}Source & attribution
Figures belong to Nepal Rastra Bank. Every response carries meta.source and meta.source_url; attribution passes through to your users.