National Bank of Rwanda Exchange Rate API

Official National Bank of Rwanda rates for 10 Sept 2026: 1 USD = 1466.80 RWF, 1 EUR = 1707.35 RWF. All 20 currencies published, history back to 2012. Free JSON API for tax, audits, and compliant invoicing.

Rwanda flagNational Bank of Rwanda official daily exchange rates as JSON: 20 currencies against the RWF, history back to 2012. Latest table on every plan. Get your API key.

About National Bank of Rwanda

The National Bank of Rwanda publishes daily official franc rates — an average (reference) rate with buying and selling quotes — for the major world and East African currencies. Kigali's rate matters well beyond Rwanda's borders: the franc corridor with Kenya, Tanzania and Uganda carries substantial regional trade, and the series reaches back to 2012.

Quick start

One request for the pair you need — USD to RWF at the official National Bank of Rwanda rate:

curl "https://allratestoday.com/api/v1/central-bank/bnrw/latest?source=USD&target=RWF" \
  -H "Authorization: Bearer art_live_your_key"

Or the bank's full published table:

curl "https://allratestoday.com/api/v1/central-bank/bnrw/latest" \
  -H "Authorization: Bearer art_live_your_key"

On paid plans, any historical date or a time series:

curl "https://allratestoday.com/api/v1/central-bank/bnrw/history?source=USD&target=RWF&from=2025-01-01" \
  -H "Authorization: Bearer art_live_your_key"

Latest published rates (2026-09-10)

Below is the current table from National Bank of Rwanda, unmodified — what a call to /latest returns right now, with values RWF per 1 unit of each currency:

Download this table: Excel (.xlsx) CSV

Download history:
Choose currencies: USD
Excel (.xlsx) CSV

One row per currency per publication date. Up to one year per download. Billed as one API call per currency per month of data.

BaseQuoteTypeRate
AED RWF buy 399.372342
AED RWF reference 400.73372
AED RWF sell 402.095097
AUD RWF buy 1058.95265
AUD RWF reference 1062.5624
AUD RWF sell 1066.17215
BIF RWF buy 0.490643
BIF RWF reference 0.492315
BIF RWF sell 0.493988
CAD RWF buy 1062.317478
CAD RWF reference 1065.938698
CAD RWF sell 1069.559918
CHF RWF buy 1812.760603
CHF RWF reference 1818.939928
CHF RWF sell 1825.119253
CNY RWF buy 218.668332
CNY RWF reference 219.413727
CNY RWF sell 220.159122
DKK RWF buy 228.366047
DKK RWF reference 229.144499
DKK RWF sell 229.922952
ETB RWF buy 9.096329
ETB RWF reference 9.127337
ETB RWF sell 9.158344
EUR RWF buy 1707.34938
EUR RWF reference 1713.16938
EUR RWF sell 1718.98938
GBP RWF buy 1988.167283
GBP RWF reference 1994.944533
GBP RWF sell 2001.721783
INR RWF buy 15.407948
INR RWF reference 15.460471
INR RWF sell 15.512993
JPY RWF buy 9.56057
JPY RWF reference 9.59316
JPY RWF sell 9.62575
KES RWF buy 11.335392
KES RWF reference 11.374032
KES RWF sell 11.412672
NOK RWF buy 159.52349
NOK RWF reference 160.067273
NOK RWF sell 160.611055
SAR RWF buy 390.640511
SAR RWF reference 391.972124
SAR RWF sell 393.303736
SEK RWF buy 152.997719
SEK RWF reference 153.519257
SEK RWF sell 154.040794
TZS RWF buy 0.555915
TZS RWF reference 0.55781
TZS RWF sell 0.559705
UGX RWF buy 0.387234
UGX RWF reference 0.388554
UGX RWF sell 0.389874
USD RWF buy 1466.795
USD RWF reference 1471.795
USD RWF sell 1476.795
ZAR RWF buy 91.442934
ZAR RWF reference 91.754644
ZAR RWF sell 92.066354

Node.js / TypeScript client

A dedicated zero-dependency npm package wraps these endpoints — national-bank-of-rwanda-exchange-rate:

npm install national-bank-of-rwanda-exchange-rate
import { getRate } from 'national-bank-of-rwanda-exchange-rate';

const pair = await getRate('USD', 'RWF', { apiKey: 'art_live_...' });
console.log(pair.rate, pair.rate_date);

Zero dependencies, TypeScript types included, and it runs anywhere fetch exists — Node 18+, Bun, Deno, and edge runtimes.

Full reference — installation, all four functions, response shapes, error codes: national-bank-of-rwanda-exchange-rate documentation.

Why use the official National Bank of Rwanda rate?

When an auditor or tax office in Rwanda asks which rate you used, "the RWF mid-market rate at 14:32" is not an answer — the official rate published by National Bank of Rwanda for that date is. This API returns exactly those published figures, stamped with the bank's own rate_date; on weekends and holidays the most recent published table is returned, as compliance rules expect.

If a pair isn't in the bank's published table, the API computes it from that table (inverse or cross via RWF) and marks it "derived": true — published and computed values are never silently mixed.

Endpoints

Full parameter reference in the API documentation. Every request counts toward your plan's monthly quota — rates change once per business day, so caching a published table locally makes a small quota go far.

Frequently asked questions

Is there an API for National Bank of Rwanda exchange rates?

Yes — this one. Official daily RWF rates as clean JSON, latest table on every plan including free.

How often does National Bank of Rwanda update its rates?

New tables land once per business day — the API picks each one up shortly after National Bank of Rwanda publishes it (latest: 2026-09-10).

Is this the official published table?

Yes — the rows are National Bank of Rwanda's published figures, untouched, with the original publication date attached. Pairs the bank didn't print are computed and flagged derived.

National Bank of Rwanda rates, one API key

Latest table on every plan. History back to 2012 on paid plans. No credit card to start.

Get Free API Key Read the Docs