Convert ERN to EUR
Eritrean Nakfa → Euro
1 ERN = 0.0584641 EUR(1 EUR = 17.1045 ERN)
Currency converter
1 ERN =
0.058464 EUR
ERN to EUR: last 30 days
Over the last 30 days, 1 ERN traded between 0.057215 and 0.058649 EUR, averaging 0.057727 EUR. The ERN/EUR rate is up 2.10% since 2026-08-28.
- 30-day high
- 0.058649
- 2026-09-24
- 30-day low
- 0.057215
- 2026-09-09
- 30-day average
- 0.057727
- Days with data: 30
- 30-day change
- +2.10%
- since 2026-08-28
0.058649
0.0572152026-08-28 → 2026-09-26
| Date | 1 ERN in EUR | Daily change |
|---|---|---|
| 2026-09-26 | 0.058464 | 0.00% |
| 2026-09-25 | 0.058464 | -0.32% |
| 2026-09-24 | 0.058649 | +0.39% |
| 2026-09-23 | 0.058423 | +0.46% |
| 2026-09-22 | 0.058158 | +0.24% |
| 2026-09-21 | 0.058021 | -0.26% |
| 2026-09-20 | 0.058173 | 0.00% |
| 2026-09-19 | 0.058173 | -0.00% |
| 2026-09-18 | 0.058173 | +0.18% |
| 2026-09-17 | 0.058067 | +0.49% |
| 2026-09-16 | 0.057785 | +0.02% |
| 2026-09-15 | 0.057775 | +0.10% |
| 2026-09-14 | 0.057715 | +0.36% |
| 2026-09-13 | 0.057511 | 0.00% |
| 2026-09-12 | 0.057511 | 0.00% |
| Date | 1 ERN in EUR | Daily change |
|---|---|---|
| 2026-09-11 | 0.057511 | +0.21% |
| 2026-09-10 | 0.057392 | +0.31% |
| 2026-09-09 | 0.057215 | -0.33% |
| 2026-09-08 | 0.057402 | +0.07% |
| 2026-09-07 | 0.057363 | 0.00% |
| 2026-09-06 | 0.057363 | 0.00% |
| 2026-09-05 | 0.057363 | 0.00% |
| 2026-09-04 | 0.057363 | -0.06% |
| 2026-09-03 | 0.057397 | -0.32% |
| 2026-09-02 | 0.057581 | +0.10% |
| 2026-09-01 | 0.057521 | +0.05% |
| 2026-08-31 | 0.057491 | +0.41% |
| 2026-08-30 | 0.057259 | 0.00% |
| 2026-08-29 | 0.057259 | 0.00% |
| 2026-08-28 | 0.057259 | — |
ERN to EUR conversion table
1 ERN0.058464 EUR
5 ERN0.29232 EUR
10 ERN0.58464 EUR
25 ERN1.4616 EUR
50 ERN2.9232 EUR
100 ERN5.8464 EUR
500 ERN29.2321 EUR
1,000 ERN58.4641 EUR
5,000 ERN292.3207 EUR
10,000 ERN584.6415 EUR
Get the ERN/EUR rate in your app
One GET request returns the latest ERN → 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/ERN/EUR"fetch('https://rate-api.com/api/v1/pair/ERN/EUR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 ERN = ${data.rate} EUR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/ERN/EUR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 ERN = {data['rate']} EUR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/ERN/EUR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 ERN = {$data['rate']} EUR\n";Example response
{
"success": true,
"pair": {
"from": "ERN",
"to": "EUR"
},
"rate": 0.0585,
"timestamp": 1790432118,
"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 ERNEuro → Eritrean Nakfa17.1045Convert ERN to other currencies
Convert other currencies to EUR
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.