Convert EUR to ETB
Euro → Ethiopian Birr
1 EUR = 185.92785 ETB(1 ETB = 0.00537843 EUR)
Currency converter
1 EUR =
185.9279 ETB
EUR to ETB: last 30 days
Over the last 30 days, 1 EUR traded between 184.0551 and 190.3753 ETB, averaging 187.0271 ETB. The EUR/ETB rate is down 2.14% since 2026-08-28.
- 30-day high
- 190.3753
- 2026-08-31
- 30-day low
- 184.0551
- 2026-09-19
- 30-day average
- 187.0271
- Days with data: 30
- 30-day change
- -2.14%
- since 2026-08-28
190.3753
184.05512026-08-28 → 2026-09-26
| Date | 1 EUR in ETB | Daily change |
|---|---|---|
| 2026-09-26 | 185.9279 | 0.00% |
| 2026-09-25 | 185.9279 | -0.01% |
| 2026-09-24 | 185.9468 | +0.75% |
| 2026-09-23 | 184.5667 | -1.08% |
| 2026-09-22 | 186.5906 | -0.50% |
| 2026-09-21 | 187.5365 | +1.88% |
| 2026-09-20 | 184.0677 | +0.01% |
| 2026-09-19 | 184.0551 | -0.23% |
| 2026-09-18 | 184.4774 | -0.94% |
| 2026-09-17 | 186.2245 | -0.41% |
| 2026-09-16 | 186.9929 | +0.41% |
| 2026-09-15 | 186.2356 | -0.08% |
| 2026-09-14 | 186.382 | -0.27% |
| 2026-09-13 | 186.8929 | +0.09% |
| 2026-09-12 | 186.7296 | -0.07% |
| Date | 1 EUR in ETB | Daily change |
|---|---|---|
| 2026-09-11 | 186.8517 | -1.28% |
| 2026-09-10 | 189.2685 | +0.51% |
| 2026-09-09 | 188.3068 | +0.11% |
| 2026-09-08 | 188.0993 | -0.34% |
| 2026-09-07 | 188.7339 | +0.84% |
| 2026-09-06 | 187.1595 | -0.25% |
| 2026-09-05 | 187.6333 | +0.03% |
| 2026-09-04 | 187.5802 | -0.73% |
| 2026-09-03 | 188.9647 | +0.64% |
| 2026-09-02 | 187.7551 | -0.02% |
| 2026-09-01 | 187.8 | -1.35% |
| 2026-08-31 | 190.3753 | +1.88% |
| 2026-08-30 | 186.8686 | -0.00% |
| 2026-08-29 | 186.8705 | -1.64% |
| 2026-08-28 | 189.9929 | — |
EUR to ETB conversion table
1 EUR185.9279 ETB
5 EUR929.6393 ETB
10 EUR1,859.2785 ETB
25 EUR4,648.1964 ETB
50 EUR9,296.3927 ETB
100 EUR18,592.785 ETB
500 EUR92,963.927 ETB
1,000 EUR185,927.85 ETB
5,000 EUR929,639.27 ETB
10,000 EUR1,859,278.5 ETB
Get the EUR/ETB rate in your app
One GET request returns the latest EUR → ETB rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/EUR/ETB"fetch('https://rate-api.com/api/v1/pair/EUR/ETB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} ETB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/ETB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} ETB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/ETB');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 EUR = {$data['rate']} ETB\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "ETB"
},
"rate": 185.9279,
"timestamp": 1790429382,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
ETB to EUREthiopian Birr → Euro0.0053784Convert EUR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.