GBP to ERN exchange rate API
Pound Sterling to Nakfa · quoted 2026-09-25
19.8834
▼ +2.75% over 30D
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 30 days, GBP/ERN traded between 19.8294 and 20.4449, averaged 20.1973 and fell 2.75%. 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 30D: show the values
| Point | GBP/ERN |
|---|---|
| 2026-08-26 | 20.4449 |
| 2026-08-27 | 20.3727 |
| 2026-08-28 | 20.3739 |
| 2026-08-29 | 20.2999 |
| 2026-08-30 | 20.3060 |
| 2026-08-31 | 20.3087 |
| 2026-09-01 | 20.2965 |
| 2026-09-02 | 20.2248 |
| 2026-09-03 | 20.2458 |
| 2026-09-04 | 20.2950 |
| 2026-09-05 | 20.2757 |
| 2026-09-06 | 20.2754 |
| 2026-09-07 | 20.2960 |
| 2026-09-08 | 20.3184 |
| 2026-09-09 | 20.3474 |
| 2026-09-10 | 20.2805 |
| 2026-09-11 | 20.2622 |
| 2026-09-12 | 20.2920 |
| 2026-09-13 | 20.2913 |
| 2026-09-14 | 20.2417 |
| 2026-09-15 | 20.2250 |
| 2026-09-16 | 20.1837 |
| 2026-09-17 | 20.0647 |
| 2026-09-18 | 20.0163 |
| 2026-09-19 | 20.0904 |
| 2026-09-20 | 20.0866 |
| 2026-09-21 | 20.0921 |
| 2026-09-22 | 20.0449 |
| 2026-09-23 | 19.9145 |
| 2026-09-24 | 19.8294 |
| 2026-09-25 | 19.8332 |
High
20.4449
Low
19.8294
Average
20.1973
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.