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: show the values
| Point | GBP/ERN |
|---|---|
| 2025-12-31 | 20.1983 |
| 2026-01-07 | 20.2286 |
| 2026-01-14 | 20.1621 |
| 2026-01-21 | 20.1378 |
| 2026-01-28 | 20.6805 |
| 2026-02-04 | 20.5780 |
| 2026-02-11 | 20.4875 |
| 2026-02-18 | 20.3662 |
| 2026-02-25 | 20.2846 |
| 2026-03-04 | 20.0730 |
| 2026-03-11 | 20.1145 |
| 2026-03-18 | 19.9669 |
| 2026-03-25 | 20.0883 |
| 2026-04-01 | 19.9827 |
| 2026-04-08 | 20.2076 |
| 2026-04-15 | 20.3255 |
| 2026-04-22 | 20.2519 |
| 2026-04-29 | 20.2659 |
| 2026-05-06 | 20.4273 |
| 2026-05-14 | 20.2648 |
| 2026-05-21 | 20.1295 |
| 2026-05-29 | 20.1400 |
| 2026-06-05 | 20.2006 |
| 2026-06-14 | 20.1418 |
| 2026-06-21 | 19.8220 |
| 2026-06-28 | 19.7948 |
| 2026-07-05 | 20.0273 |
| 2026-07-12 | 20.0833 |
| 2026-07-19 | 20.1714 |
| 2026-07-26 | 20.0028 |
| 2026-08-02 | 20.2307 |
| 2026-08-09 | 20.2369 |
| 2026-08-16 | 20.3026 |
| 2026-08-24 | 20.4512 |
| 2026-08-31 | 20.3087 |
| 2026-09-07 | 20.2960 |
| 2026-09-14 | 20.2417 |
| 2026-09-21 | 20.0921 |
High
20.6805
Low
19.7948
Average
20.1961
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=ERN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=ERN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=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¤cies=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.