National Bank of Ethiopia Exchange Rate API

Official National Bank of Ethiopia rates for 10 Sept 2026: 1 USD = 160.92 ETB, 1 EUR = 187.41 ETB. All 19 currencies published, history back to 2024. Free JSON API for tax, audits, and compliant invoicing.

Ethiopia flagNational Bank of Ethiopia official daily exchange rates as JSON: 19 currencies against the ETB, history back to 2024. Latest table on every plan. Get your API key.

About National Bank of Ethiopia

The National Bank of Ethiopia publishes daily indicative birr exchange rates — a weighted average of banks' actual foreign-exchange transactions from the previous day, plus buying and selling quotes, for 19 currencies. The series in this form starts in late September 2024, shortly after Ethiopia floated the birr in July 2024 — one of the most consequential African currency reforms of the decade.

Quick start

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

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

Or the bank's full published table:

curl "https://allratestoday.com/api/v1/central-bank/nbe/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/nbe/history?source=USD&target=ETB&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 Ethiopia, unmodified — what a call to /latest returns right now, with values ETB 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 ETB buy 43.8148
AED ETB reference 44.0339
AED ETB sell 44.2529
AUD ETB buy 116.2475
AUD ETB reference 116.8288
AUD ETB sell 117.41
CAD ETB buy 116.7514
CAD ETB reference 117.3352
CAD ETB sell 117.9189
CHF ETB buy 199.1566
CHF ETB reference 200.1524
CHF ETB sell 201.1481
CNY ETB buy 23.9894
CNY ETB reference 24.1094
CNY ETB sell 24.2293
DJF ETB buy 0.9013
DJF ETB reference 0.9148
DJF ETB sell 0.9283
DKK ETB buy 25.0718
DKK ETB reference 25.1972
DKK ETB sell 25.3225
EUR ETB buy 187.4057
EUR ETB reference 188.3427
EUR ETB sell 189.2797
GBP ETB buy 218.0446
GBP ETB reference 219.1348
GBP ETB sell 220.225
INR ETB buy 1.6918
INR ETB reference 1.7003
INR ETB sell 1.7087
JPY ETB buy 1.0494
JPY ETB reference 1.0547
JPY ETB sell 1.0599
KES ETB buy 1.2426
KES ETB reference 1.2613
KES ETB sell 1.2799
KWD ETB buy 524.6748
KWD ETB reference 527.2982
KWD ETB sell 529.9215
NOK ETB buy 17.5193
NOK ETB reference 17.6069
NOK ETB sell 17.6945
SAR ETB buy 42.8545
SAR ETB reference 43.0688
SAR ETB sell 43.283
SEK ETB buy 16.8124
SEK ETB reference 16.8965
SEK ETB sell 16.9806
USD ETB buy 160.9185
USD ETB reference 160.9185
USD ETB sell 162.5277
XDR ETB buy 220.8928
XDR ETB reference 221.9973
XDR ETB sell 223.1018
ZAR ETB buy 10.0422
ZAR ETB reference 10.0924
ZAR ETB sell 10.1426

Node.js / TypeScript client

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

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

const pair = await getRate('USD', 'ETB', { 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-ethiopia-exchange-rate documentation.

Why use the official National Bank of Ethiopia rate?

When an auditor or tax office in Ethiopia asks which rate you used, "the ETB mid-market rate at 14:32" is not an answer — the official rate published by National Bank of Ethiopia 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 ETB) 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 Ethiopia exchange rates?

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

How often does National Bank of Ethiopia update its rates?

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

Is this the official published table?

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

National Bank of Ethiopia rates, one API key

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

Get Free API Key Read the Docs