Convert EUR to ERN
Euro → Eritrean Nakfa
1 EUR = 17.1045 ERN(1 ERN = 0.0584641 EUR)
Currency converter
1 EUR =
17.1045 ERN
EUR to ERN: last 30 days
Over the last 30 days, 1 EUR traded between 17.0505 and 17.478 ERN, averaging 17.3239 ERN. The EUR/ERN rate is down 2.06% since 2026-08-28.
- 30-day high
- 17.478
- 2026-09-09
- 30-day low
- 17.0505
- 2026-09-24
- 30-day average
- 17.3239
- Days with data: 30
- 30-day change
- -2.06%
- since 2026-08-28
17.478
17.05052026-08-28 → 2026-09-26
| Date | 1 EUR in ERN | Daily change |
|---|---|---|
| 2026-09-26 | 17.1045 | 0.00% |
| 2026-09-25 | 17.1045 | +0.32% |
| 2026-09-24 | 17.0505 | -0.39% |
| 2026-09-23 | 17.1165 | -0.45% |
| 2026-09-22 | 17.1945 | -0.23% |
| 2026-09-21 | 17.235 | +0.26% |
| 2026-09-20 | 17.19 | 0.00% |
| 2026-09-19 | 17.19 | +0.00% |
| 2026-09-18 | 17.19 | -0.18% |
| 2026-09-17 | 17.2216 | -0.48% |
| 2026-09-16 | 17.3054 | -0.02% |
| 2026-09-15 | 17.3084 | -0.10% |
| 2026-09-14 | 17.3264 | -0.35% |
| 2026-09-13 | 17.3881 | 0.00% |
| 2026-09-12 | 17.3881 | 0.00% |
| Date | 1 EUR in ERN | Daily change |
|---|---|---|
| 2026-09-11 | 17.3881 | -0.21% |
| 2026-09-10 | 17.424 | -0.31% |
| 2026-09-09 | 17.478 | +0.33% |
| 2026-09-08 | 17.421 | -0.07% |
| 2026-09-07 | 17.4329 | 0.00% |
| 2026-09-06 | 17.4329 | 0.00% |
| 2026-09-05 | 17.4329 | 0.00% |
| 2026-09-04 | 17.4329 | +0.06% |
| 2026-09-03 | 17.4224 | +0.32% |
| 2026-09-02 | 17.3669 | -0.10% |
| 2026-09-01 | 17.3851 | -0.05% |
| 2026-08-31 | 17.3939 | -0.40% |
| 2026-08-30 | 17.4644 | 0.00% |
| 2026-08-29 | 17.4644 | 0.00% |
| 2026-08-28 | 17.4644 | — |
EUR to ERN conversion table
1 EUR17.1045 ERN
5 EUR85.5225 ERN
10 EUR171.045 ERN
25 EUR427.6125 ERN
50 EUR855.225 ERN
100 EUR1,710.45 ERN
500 EUR8,552.25 ERN
1,000 EUR17,104.5 ERN
5,000 EUR85,522.5 ERN
10,000 EUR171,045 ERN
Get the EUR/ERN rate in your app
One GET request returns the latest EUR → ERN 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/ERN"fetch('https://rate-api.com/api/v1/pair/EUR/ERN', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} ERN`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/ERN",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} ERN")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/ERN');
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']} ERN\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "ERN"
},
"rate": 17.1045,
"timestamp": 1790429348,
"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
ERN to EUREritrean Nakfa → Euro0.058464Convert EUR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.