ETB to EUR exchange rate API
Ethiopian Birr to Euro · quoted 2026-09-25
0.005391
▼ +2.78% over 6M
1 ETB = 0.005391 EUR · 1 EUR = 185.4943 ETB · Get this rate via the API
1 ETB buys 0.005391 EUR as of 2026-09-25, so 1 EUR buys 185.4943 ETB. Over the last 6 months, ETB/EUR traded between 0.005244 and 0.005548, averaged 0.005421 and fell 2.78%. The API holds daily ETB/EUR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
ETB/EUR over 6M: show the values
| Point | ETB/EUR |
|---|---|
| 2026-03-29 | 0.005545 |
| 2026-04-05 | 0.005548 |
| 2026-04-12 | 0.005453 |
| 2026-04-19 | 0.005437 |
| 2026-04-26 | 0.005530 |
| 2026-05-03 | 0.005428 |
| 2026-05-10 | 0.005452 |
| 2026-05-18 | 0.005487 |
| 2026-05-26 | 0.005348 |
| 2026-06-02 | 0.005429 |
| 2026-06-11 | 0.005392 |
| 2026-06-18 | 0.005421 |
| 2026-06-25 | 0.005488 |
| 2026-07-02 | 0.005512 |
| 2026-07-09 | 0.005441 |
| 2026-07-16 | 0.005431 |
| 2026-07-23 | 0.005453 |
| 2026-07-30 | 0.005432 |
| 2026-08-06 | 0.005382 |
| 2026-08-13 | 0.005367 |
| 2026-08-21 | 0.005244 |
| 2026-08-28 | 0.005263 |
| 2026-09-04 | 0.005331 |
| 2026-09-11 | 0.005351 |
| 2026-09-18 | 0.005420 |
| 2026-09-25 | 0.005392 |
High
0.005548
Low
0.005244
Average
0.005421
Get this rate via the API
One GET request returns the ETB/EUR 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=EUR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ETB¤cies=EUR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ETB¤cies=EUR").json()Replace YOUR_API_KEY with the key from your dashboard.
ETB/EUR API questions
How do I get the ETB/EUR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ETB¤cies=EUR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ETB/EUR rate in rates.EUR.
How far back does ETB/EUR historical data go?
Daily ETB/EUR 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/EUR 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.