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: show the values
| Point | GBP/ERN |
|---|---|
| 2025-09-25 | 20.1286 |
| 2025-10-02 | 20.2167 |
| 2025-10-09 | 20.0582 |
| 2025-10-16 | 20.1401 |
| 2025-10-23 | 20.0086 |
| 2025-10-30 | 19.6853 |
| 2025-11-06 | 19.6429 |
| 2025-11-13 | 19.7625 |
| 2025-11-20 | 19.5928 |
| 2025-11-27 | 19.8526 |
| 2025-12-04 | 20.0103 |
| 2025-12-12 | 20.0713 |
| 2025-12-19 | 20.0548 |
| 2025-12-26 | 20.2499 |
| 2026-01-02 | 20.1646 |
| 2026-01-09 | 20.1256 |
| 2026-01-16 | 20.0986 |
| 2026-01-23 | 20.2892 |
| 2026-01-30 | 20.6402 |
| 2026-02-06 | 20.3837 |
| 2026-02-13 | 20.4142 |
| 2026-02-20 | 20.2229 |
| 2026-02-27 | 20.2071 |
| 2026-03-06 | 20.0034 |
| 2026-03-13 | 19.8999 |
| 2026-03-20 | 20.0519 |
| 2026-03-27 | 19.9210 |
| 2026-04-03 | 19.8032 |
| 2026-04-10 | 20.1671 |
| 2026-04-17 | 20.3005 |
| 2026-04-24 | 20.2389 |
| 2026-05-01 | 20.4051 |
| 2026-05-08 | 20.4161 |
| 2026-05-16 | 19.9903 |
| 2026-05-24 | 20.1674 |
| 2026-05-31 | 20.1796 |
| 2026-06-09 | 20.1060 |
| 2026-06-16 | 20.1120 |
| 2026-06-23 | 19.8237 |
| 2026-06-30 | 19.8322 |
| 2026-07-07 | 20.0788 |
| 2026-07-14 | 20.0757 |
| 2026-07-21 | 20.1009 |
| 2026-07-28 | 19.9305 |
| 2026-08-04 | 20.1690 |
| 2026-08-11 | 20.2497 |
| 2026-08-18 | 20.2886 |
| 2026-08-26 | 20.4449 |
| 2026-09-02 | 20.2248 |
| 2026-09-09 | 20.3474 |
| 2026-09-16 | 20.1837 |
| 2026-09-23 | 19.9145 |
High
20.6402
Low
19.5928
Average
20.1006
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.