Skip to content

GBP to ERN exchange rate API

Pound Sterling to Nakfa · quoted 2026-09-25

19.8834

▲ +0.29% over 5Y

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 5 years, GBP/ERN traded between 18.6317 and 20.5780, averaged 19.8355 and rose 0.29%. 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 5Y

GBP/ERN over 5Y: show the values
PointGBP/ERN
2024-08-2419.8260
2024-10-0719.6299
2024-11-0619.2765
2024-12-0619.1558
2025-01-0518.6317
2025-02-0418.6355
2025-03-0619.3269
2025-04-0619.3187
2025-05-0620.0585
2025-06-0720.2892
2025-07-0720.4297
2025-08-0619.9679
2025-09-0520.2184
2025-10-0620.1461
2025-11-0519.5664
2025-12-0520.0155
2026-01-0520.1660
2026-02-0420.5780
2026-03-0620.0034
2026-04-0519.7957
2026-05-0520.3016
2026-06-0620.0109
2026-07-0820.0223
2026-08-0720.1743
2026-09-0720.2960

High

20.5780

Low

18.6317

Average

19.8355

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.