Skip to content

GBP to ERN exchange rate API

Pound Sterling to Nakfa · quoted 2026-09-25

19.8834

▼ +2.75% over 30D

1 GBP = 19.8834 ERN · 1 ERN = 0.05029 GBP · Get this rate via the API

1 GBP buys 19.8834 ERN as of 2026-09-25, so 1 ERN buys 0.05029 GBP. Over the last 30 days, GBP/ERN traded between 19.8294 and 20.4449, averaged 20.1973 and fell 2.75%. The API holds daily GBP/ERN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GBP/ERN over 30D

GBP/ERN over 30D: show the values
PointGBP/ERN
2026-08-2620.4449
2026-08-2720.3727
2026-08-2820.3739
2026-08-2920.2999
2026-08-3020.3060
2026-08-3120.3087
2026-09-0120.2965
2026-09-0220.2248
2026-09-0320.2458
2026-09-0420.2950
2026-09-0520.2757
2026-09-0620.2754
2026-09-0720.2960
2026-09-0820.3184
2026-09-0920.3474
2026-09-1020.2805
2026-09-1120.2622
2026-09-1220.2920
2026-09-1320.2913
2026-09-1420.2417
2026-09-1520.2250
2026-09-1620.1837
2026-09-1720.0647
2026-09-1820.0163
2026-09-1920.0904
2026-09-2020.0866
2026-09-2120.0921
2026-09-2220.0449
2026-09-2319.9145
2026-09-2419.8294
2026-09-2519.8332

High

20.4449

Low

19.8294

Average

20.1973

For developers

Get this rate via the API

One GET request returns the GBP/ERN rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=ERN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=ERN");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=ERN").json()

Replace YOUR_API_KEY with the key from your dashboard.

GBP/ERN API questions

How do I get the GBP/ERN exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=ERN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GBP/ERN rate in rates.ERN.

How far back does GBP/ERN historical data go?

Daily GBP/ERN rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free GBP/ERN exchange rate API?

Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.

Put these rates in your application

One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.