Convert ETB to EUR
Ethiopian Birr → Euro
1 ETB = 0.00537843 EUR(1 EUR = 185.92785 ETB)
Currency converter
1 ETB =
0.0053784 EUR
ETB to EUR: last 30 days
Over the last 30 days, 1 ETB traded between 0.0052528 and 0.0054332 EUR, averaging 0.0053472 EUR. The ETB/EUR rate is up 2.19% since 2026-08-28.
- 30-day high
- 0.0054332
- 2026-09-19
- 30-day low
- 0.0052528
- 2026-08-31
- 30-day average
- 0.0053472
- Days with data: 30
- 30-day change
- +2.19%
- since 2026-08-28
0.0054332
0.00525282026-08-28 → 2026-09-26
| Date | 1 ETB in EUR | Daily change |
|---|---|---|
| 2026-09-26 | 0.0053784 | 0.00% |
| 2026-09-25 | 0.0053784 | +0.01% |
| 2026-09-24 | 0.0053779 | -0.74% |
| 2026-09-23 | 0.0054181 | +1.10% |
| 2026-09-22 | 0.0053593 | +0.51% |
| 2026-09-21 | 0.0053323 | -1.85% |
| 2026-09-20 | 0.0054328 | -0.01% |
| 2026-09-19 | 0.0054332 | +0.23% |
| 2026-09-18 | 0.0054207 | +0.95% |
| 2026-09-17 | 0.0053699 | +0.41% |
| 2026-09-16 | 0.0053478 | -0.40% |
| 2026-09-15 | 0.0053695 | +0.08% |
| 2026-09-14 | 0.0053653 | +0.27% |
| 2026-09-13 | 0.0053507 | -0.09% |
| 2026-09-12 | 0.0053553 | +0.07% |
| Date | 1 ETB in EUR | Daily change |
|---|---|---|
| 2026-09-11 | 0.0053518 | +1.29% |
| 2026-09-10 | 0.0052835 | -0.51% |
| 2026-09-09 | 0.0053105 | -0.11% |
| 2026-09-08 | 0.0053163 | +0.34% |
| 2026-09-07 | 0.0052985 | -0.83% |
| 2026-09-06 | 0.005343 | +0.25% |
| 2026-09-05 | 0.0053295 | -0.03% |
| 2026-09-04 | 0.0053311 | +0.74% |
| 2026-09-03 | 0.005292 | -0.64% |
| 2026-09-02 | 0.0053261 | +0.02% |
| 2026-09-01 | 0.0053248 | +1.37% |
| 2026-08-31 | 0.0052528 | -1.84% |
| 2026-08-30 | 0.0053514 | +0.00% |
| 2026-08-29 | 0.0053513 | +1.67% |
| 2026-08-28 | 0.0052634 | — |
ETB to EUR conversion table
1 ETB0.0053784 EUR
5 ETB0.026892 EUR
10 ETB0.053784 EUR
25 ETB0.13446 EUR
50 ETB0.26892 EUR
100 ETB0.53784 EUR
500 ETB2.6892 EUR
1,000 ETB5.3784 EUR
5,000 ETB26.8922 EUR
10,000 ETB53.7843 EUR
Get the ETB/EUR rate in your app
One GET request returns the latest ETB → EUR 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/ETB/EUR?precision=6"fetch('https://rate-api.com/api/v1/pair/ETB/EUR?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 ETB = ${data.rate} EUR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/ETB/EUR?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 ETB = {data['rate']} EUR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/ETB/EUR?precision=6');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 ETB = {$data['rate']} EUR\n";Example response
{
"success": true,
"pair": {
"from": "ETB",
"to": "EUR"
},
"rate": 0.005378,
"timestamp": 1790432116,
"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
EUR to ETBEuro → Ethiopian Birr185.9279Convert ETB to other currencies
Convert other currencies to EUR
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.