Skip to content

GBP to ERN exchange rate API

Pound Sterling to Nakfa · quoted 2026-09-25

19.8834

▼ +1.56% over YTD

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 year to date, GBP/ERN traded between 19.7948 and 20.6805, averaged 20.1961 and fell 1.56%. 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 YTD

GBP/ERN over YTD: show the values
PointGBP/ERN
2025-12-3120.1983
2026-01-0720.2286
2026-01-1420.1621
2026-01-2120.1378
2026-01-2820.6805
2026-02-0420.5780
2026-02-1120.4875
2026-02-1820.3662
2026-02-2520.2846
2026-03-0420.0730
2026-03-1120.1145
2026-03-1819.9669
2026-03-2520.0883
2026-04-0119.9827
2026-04-0820.2076
2026-04-1520.3255
2026-04-2220.2519
2026-04-2920.2659
2026-05-0620.4273
2026-05-1420.2648
2026-05-2120.1295
2026-05-2920.1400
2026-06-0520.2006
2026-06-1420.1418
2026-06-2119.8220
2026-06-2819.7948
2026-07-0520.0273
2026-07-1220.0833
2026-07-1920.1714
2026-07-2620.0028
2026-08-0220.2307
2026-08-0920.2369
2026-08-1620.3026
2026-08-2420.4512
2026-08-3120.3087
2026-09-0720.2960
2026-09-1420.2417
2026-09-2120.0921

High

20.6805

Low

19.7948

Average

20.1961

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.