ETB to EGP exchange rate API
Ethiopian Birr to Egyptian Pound · quoted 2026-09-27
0.31989
▼ +4.44% over 1Y
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 last year, ETB/EGP traded between 0.30049 and 0.34755, averaged 0.31754 and fell 4.44%. 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 1Y: show the values
| Point | ETB/EGP |
|---|---|
| 2025-09-27 | 0.33475 |
| 2025-10-04 | 0.33031 |
| 2025-10-11 | 0.32201 |
| 2025-10-18 | 0.32103 |
| 2025-10-25 | 0.31336 |
| 2025-11-01 | 0.30662 |
| 2025-11-08 | 0.30683 |
| 2025-11-15 | 0.30584 |
| 2025-11-22 | 0.30732 |
| 2025-11-29 | 0.30870 |
| 2025-12-06 | 0.30573 |
| 2025-12-14 | 0.30474 |
| 2025-12-21 | 0.30645 |
| 2025-12-28 | 0.30569 |
| 2026-01-04 | 0.30787 |
| 2026-01-11 | 0.30489 |
| 2026-01-18 | 0.30369 |
| 2026-01-25 | 0.30231 |
| 2026-02-01 | 0.30276 |
| 2026-02-08 | 0.30235 |
| 2026-02-15 | 0.30049 |
| 2026-02-22 | 0.30612 |
| 2026-03-01 | 0.30646 |
| 2026-03-08 | 0.32785 |
| 2026-03-15 | 0.33468 |
| 2026-03-22 | 0.33182 |
| 2026-03-29 | 0.33875 |
| 2026-04-05 | 0.34755 |
| 2026-04-12 | 0.34002 |
| 2026-04-19 | 0.33246 |
| 2026-04-26 | 0.34087 |
| 2026-05-03 | 0.34136 |
| 2026-05-10 | 0.33860 |
| 2026-05-18 | 0.34032 |
| 2026-05-26 | 0.32490 |
| 2026-06-02 | 0.32846 |
| 2026-06-11 | 0.32307 |
| 2026-06-18 | 0.31016 |
| 2026-06-25 | 0.30855 |
| 2026-07-02 | 0.30844 |
| 2026-07-09 | 0.30881 |
| 2026-07-16 | 0.31455 |
| 2026-07-23 | 0.31871 |
| 2026-07-30 | 0.31777 |
| 2026-08-06 | 0.30910 |
| 2026-08-13 | 0.31089 |
| 2026-08-21 | 0.31217 |
| 2026-08-28 | 0.30795 |
| 2026-09-04 | 0.31566 |
| 2026-09-11 | 0.31860 |
| 2026-09-18 | 0.32382 |
| 2026-09-25 | 0.31751 |
High
0.34755
Low
0.30049
Average
0.31754
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ETB¤cies=EGP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ETB¤cies=EGP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ETB¤cies=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¤cies=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.