GBP to ERN exchange rate API
Pound Sterling to Nakfa · quoted 2026-09-25
19.8834
▼ +0.07% over 6M
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 6 months, GBP/ERN traded between 19.7406 and 20.4839, averaged 20.1223 and fell 0.07%. 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 6M: show the values
| Point | GBP/ERN |
|---|---|
| 2026-03-29 | 19.8971 |
| 2026-04-05 | 19.7957 |
| 2026-04-12 | 20.1474 |
| 2026-04-19 | 20.2621 |
| 2026-04-26 | 20.2574 |
| 2026-05-03 | 20.4059 |
| 2026-05-10 | 20.4007 |
| 2026-05-18 | 20.0782 |
| 2026-05-26 | 20.2038 |
| 2026-06-02 | 20.2088 |
| 2026-06-11 | 20.0458 |
| 2026-06-18 | 19.8429 |
| 2026-06-25 | 19.7406 |
| 2026-07-02 | 19.9597 |
| 2026-07-09 | 20.0936 |
| 2026-07-16 | 20.2662 |
| 2026-07-23 | 20.0286 |
| 2026-07-30 | 20.0828 |
| 2026-08-06 | 20.2007 |
| 2026-08-13 | 20.2375 |
| 2026-08-21 | 20.4839 |
| 2026-08-28 | 20.3739 |
| 2026-09-04 | 20.2950 |
| 2026-09-11 | 20.2622 |
| 2026-09-18 | 20.0163 |
| 2026-09-25 | 19.8332 |
High
20.4839
Low
19.7406
Average
20.1223
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.