Convert ERN to GBP
Eritrean Nakfa → British Pound
1 ERN = 0.0503055 GBP(1 GBP = 19.878552 ERN)
Currency converter
1 ERN =
0.050305 GBP
ERN to GBP: last 30 days
Over the last 30 days, 1 ERN traded between 0.049083 and 0.05043 GBP, averaging 0.049548 GBP. The ERN/GBP rate is up 2.49% since 2026-08-28.
- 30-day high
- 0.05043
- 2026-09-24
- 30-day low
- 0.049083
- 2026-08-28
- 30-day average
- 0.049548
- Days with data: 30
- 30-day change
- +2.49%
- since 2026-08-28
0.05043
0.0490832026-08-28 → 2026-09-26
| Date | 1 ERN in GBP | Daily change |
|---|---|---|
| 2026-09-26 | 0.050305 | 0.00% |
| 2026-09-25 | 0.050305 | -0.25% |
| 2026-09-24 | 0.05043 | +0.43% |
| 2026-09-23 | 0.050215 | +0.65% |
| 2026-09-22 | 0.049888 | +0.24% |
| 2026-09-21 | 0.049771 | -0.38% |
| 2026-09-20 | 0.049959 | 0.00% |
| 2026-09-19 | 0.049959 | -0.00% |
| 2026-09-18 | 0.049959 | +0.24% |
| 2026-09-17 | 0.049839 | +0.59% |
| 2026-09-16 | 0.049545 | +0.20% |
| 2026-09-15 | 0.049444 | +0.08% |
| 2026-09-14 | 0.049403 | +0.10% |
| 2026-09-13 | 0.049353 | 0.00% |
| 2026-09-12 | 0.049353 | 0.00% |
| Date | 1 ERN in GBP | Daily change |
|---|---|---|
| 2026-09-11 | 0.049353 | +0.09% |
| 2026-09-10 | 0.049309 | +0.33% |
| 2026-09-09 | 0.049147 | -0.14% |
| 2026-09-08 | 0.049217 | -0.11% |
| 2026-09-07 | 0.049271 | -0.01% |
| 2026-09-06 | 0.049273 | 0.00% |
| 2026-09-05 | 0.049273 | 0.00% |
| 2026-09-04 | 0.049273 | -0.24% |
| 2026-09-03 | 0.049393 | -0.10% |
| 2026-09-02 | 0.049445 | +0.36% |
| 2026-09-01 | 0.049269 | +0.06% |
| 2026-08-31 | 0.04924 | +0.32% |
| 2026-08-30 | 0.049083 | 0.00% |
| 2026-08-29 | 0.049083 | 0.00% |
| 2026-08-28 | 0.049083 | — |
ERN to GBP conversion table
1 ERN0.050305 GBP
5 ERN0.25153 GBP
10 ERN0.50305 GBP
25 ERN1.2576 GBP
50 ERN2.5153 GBP
100 ERN5.0305 GBP
500 ERN25.1527 GBP
1,000 ERN50.3055 GBP
5,000 ERN251.5274 GBP
10,000 ERN503.0548 GBP
Get the ERN/GBP rate in your app
One GET request returns the latest ERN → GBP 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/GBP"fetch('https://rate-api.com/api/v1/pair/ERN/GBP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 ERN = ${data.rate} GBP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/ERN/GBP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 ERN = {data['rate']} GBP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/ERN/GBP');
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']} GBP\n";Example response
{
"success": true,
"pair": {
"from": "ERN",
"to": "GBP"
},
"rate": 0.0503,
"timestamp": 1790432152,
"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
GBP to ERNBritish Pound → Eritrean Nakfa19.8786Convert ERN to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.