Skip to content

ETB to EGP exchange rate API

Ethiopian Birr to Egyptian Pound · quoted 2026-09-27

0.31989

▲ +4.38% over YTD

1 ETB = 0.31989 EGP · 1 EGP = 3.1261 ETB · Get this rate via the API

1 ETB buys 0.31989 EGP as of 2026-09-27, so 1 EGP buys 3.1261 ETB. Over the year to date, ETB/EGP traded between 0.30140 and 0.34369, averaged 0.31921 and rose 4.38%. The API holds daily ETB/EGP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

ETB/EGP over YTD

ETB/EGP over YTD: show the values
PointETB/EGP
2025-12-310.30648
2026-01-070.30473
2026-01-140.30323
2026-01-210.30391
2026-01-280.30328
2026-02-040.30204
2026-02-110.30140
2026-02-180.30215
2026-02-250.30906
2026-03-040.32253
2026-03-110.33313
2026-03-180.33464
2026-03-250.33606
2026-04-010.34369
2026-04-080.34269
2026-04-150.33387
2026-04-220.33200
2026-04-290.33639
2026-05-060.33836
2026-05-140.33592
2026-05-210.33635
2026-05-290.32589
2026-06-050.32204
2026-06-140.32476
2026-06-210.31374
2026-06-280.31228
2026-07-050.30825
2026-07-120.31207
2026-07-190.31324
2026-07-260.32062
2026-08-020.32035
2026-08-090.30985
2026-08-160.31010
2026-08-240.31370
2026-08-310.30906
2026-09-070.31354
2026-09-140.31945
2026-09-210.31854

High

0.34369

Low

0.30140

Average

0.31921

For developers

Get this rate via the API

One GET request returns the ETB/EGP rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ETB&currencies=EGP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ETB&currencies=EGP");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ETB&currencies=EGP").json()

Replace YOUR_API_KEY with the key from your dashboard.

ETB/EGP API questions

How do I get the ETB/EGP exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ETB&currencies=EGP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ETB/EGP rate in rates.EGP.

How far back does ETB/EGP historical data go?

Daily ETB/EGP rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free ETB/EGP exchange rate API?

Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.

Put these rates in your application

One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.