Skip to content
ET-FOREXET-FOREX

Ethiopian bank exchange rates by currency

Every currency Ethiopian commercial banks publish a rate for, with the best rate available across all of them right now. Open a currency to compare all 30 banks side by side, see 90 days of history, and convert an amount.

UPDATED EVERY TRADING DAY19 CURRENCIES

Currencies

“Best to sell” is the highest rate any bank pays for that currency in cash; “best to buy” is the cheapest rate any bank sells it at. The two are usually different banks. Banks that have stopped publishing, and quotes more than 15% off the market, are excluded from both.

Developer API

Every Ethiopian bank rate, one endpoint.

Query live and historical boards by bank, currency or rate type. JSON in, JSON out - no scraping, no per-bank quirks to handle.

JSON

REST, no SDK needed

90d

History, anonymous

Free

No key to read rates

api.et-forex.com
$ curl 'https://api.et-forex.com/api/v1/banks/CBE/rates'

{
  "bank": "CBE",
  "rates": [{
    "currency": "USD",
    "cashBuying": "160.23",
    "cashSelling": "163.44"
  }]
}