Skip to content

GBP to ERN exchange rate API

Pound Sterling to Nakfa · quoted 2026-09-25

19.8834

▼ +1.22% over 1Y

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 year, GBP/ERN traded between 19.5928 and 20.6402, averaged 20.1006 and fell 1.22%. 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 1Y

GBP/ERN over 1Y: show the values
PointGBP/ERN
2025-09-2520.1286
2025-10-0220.2167
2025-10-0920.0582
2025-10-1620.1401
2025-10-2320.0086
2025-10-3019.6853
2025-11-0619.6429
2025-11-1319.7625
2025-11-2019.5928
2025-11-2719.8526
2025-12-0420.0103
2025-12-1220.0713
2025-12-1920.0548
2025-12-2620.2499
2026-01-0220.1646
2026-01-0920.1256
2026-01-1620.0986
2026-01-2320.2892
2026-01-3020.6402
2026-02-0620.3837
2026-02-1320.4142
2026-02-2020.2229
2026-02-2720.2071
2026-03-0620.0034
2026-03-1319.8999
2026-03-2020.0519
2026-03-2719.9210
2026-04-0319.8032
2026-04-1020.1671
2026-04-1720.3005
2026-04-2420.2389
2026-05-0120.4051
2026-05-0820.4161
2026-05-1619.9903
2026-05-2420.1674
2026-05-3120.1796
2026-06-0920.1060
2026-06-1620.1120
2026-06-2319.8237
2026-06-3019.8322
2026-07-0720.0788
2026-07-1420.0757
2026-07-2120.1009
2026-07-2819.9305
2026-08-0420.1690
2026-08-1120.2497
2026-08-1820.2886
2026-08-2620.4449
2026-09-0220.2248
2026-09-0920.3474
2026-09-1620.1837
2026-09-2319.9145

High

20.6402

Low

19.5928

Average

20.1006

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.