Skip to content

GBP to ERN exchange rate API

Pound Sterling to Nakfa · quoted 2026-09-25

19.8834

▼ +0.07% over 6M

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 6 months, GBP/ERN traded between 19.7406 and 20.4839, averaged 20.1223 and fell 0.07%. 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 6M

GBP/ERN over 6M: show the values
PointGBP/ERN
2026-03-2919.8971
2026-04-0519.7957
2026-04-1220.1474
2026-04-1920.2621
2026-04-2620.2574
2026-05-0320.4059
2026-05-1020.4007
2026-05-1820.0782
2026-05-2620.2038
2026-06-0220.2088
2026-06-1120.0458
2026-06-1819.8429
2026-06-2519.7406
2026-07-0219.9597
2026-07-0920.0936
2026-07-1620.2662
2026-07-2320.0286
2026-07-3020.0828
2026-08-0620.2007
2026-08-1320.2375
2026-08-2120.4839
2026-08-2820.3739
2026-09-0420.2950
2026-09-1120.2622
2026-09-1820.0163
2026-09-2519.8332

High

20.4839

Low

19.7406

Average

20.1223

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.