LIVE Loading ticker from banks...
LIVE · 8 BANKS · UPDATED EVERY 6H

Ethiopian
Forex Rates
REST API

Real-time foreign exchange rates scraped and normalized from all major Ethiopian commercial banks. JSON API, zero signup, daily snapshots.

View Swagger Docs See live rates ↓
GET /api/v1/rates — 200 OK · 48ms
$ curl https://fx.tegegn.codes/api/v1/rates?bank=cbe¤cy=USD
 
{
  "status": "success",
  "bank": "Commercial Bank of Ethiopia",
  "currency": "USD",
  "buying": 153.42,
  "selling": 156.49,
  "date": 2026-04-30,
  "source": "cbe.et/forex"
}
Banks Covered
8
Currencies
12+
Update Freq
6H
API Latency
<60ms
Uptime
99.8%
Auth Required
NO
// live exchange rates

Today's Forex
by Bank

All rates in Ethiopian Birr (ETB). Buying and selling rates fetched daily from each bank's official forex portal.

Fetching latest rates from bank sources
// api reference

Endpoints

RESTful JSON API. Base URL: https://fx.tegegn.codes

GET /api/v1/rates?bank={bank}¤cy={ccy} Single rate lookup using query parameters GET /api/v1/rates/{bank} Rates for a single bank (e.g. cbe, dashen, awash) GET /api/v1/rates/{bank}/{currency} Single rate pair — e.g. /cbe/USD GET /api/v1/banks List supported banks with slugs and metadata POST /api/v1/subscribe/webhook Register a webhook URL for rate change alerts — coming soon
📖

Interactive API Docs

Explore every endpoint, inspect schemas, and run live requests directly from the browser. Powered by Swagger UI at /apidocs.

https://fx.tegegn.codes/apidocs
View Swagger Docs — /apidocs
// why use this api

Built for
Developers

Everything you need to integrate Ethiopian forex data into your apps, bots, or dashboards.

Zero Auth Friction
No API keys, no OAuth dance. Hit the endpoint and get JSON back. Rate-limited per IP.
🏦
8 Banks, One Call
Abyssinia, CBE, Cooperative Bank of Oromia, Dashen, NIB, Hibret, Awash, and Wegagen.
📊
Historical Data
30-day rate history for trend analysis, financial modeling, or reporting dashboards.
🔄
6-Hour Refresh
Rates scraped at 06:00, 12:00, 18:00 and 24:00 EAT directly from bank portals.
🌐
12+ Currencies
USD, EUR, GBP, SAR, AED, CHF, CNY, JPY, CAD, SEK, DKK, NOK and more.
📑
OpenAPI 3.0 Spec
Full Swagger docs at /apidocs. Import the spec into Postman or generate SDK clients automatically.