GIP to ERN exchange rate API
Gibraltar Pound to Nakfa · quoted 2026-09-26
19.8694
▼ +0.72% over 1Y
1 GIP = 19.8694 ERN · 1 ERN = 0.05033 GIP · Get this rate via the API
1 GIP buys 19.8694 ERN as of 2026-09-26, so 1 ERN buys 0.05033 GIP. Over the last year, GIP/ERN traded between 19.6278 and 20.5261, averaged 20.0984 and fell 0.72%. The API holds daily GIP/ERN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
GIP/ERN over 1Y: show the values
| Point | GIP/ERN |
|---|---|
| 2025-09-26 | 20.0128 |
| 2025-10-03 | 20.1596 |
| 2025-10-10 | 19.9536 |
| 2025-10-17 | 20.1571 |
| 2025-10-24 | 19.9867 |
| 2025-10-31 | 19.7355 |
| 2025-11-07 | 19.6877 |
| 2025-11-14 | 19.7240 |
| 2025-11-21 | 19.6278 |
| 2025-11-28 | 19.8478 |
| 2025-12-05 | 19.9998 |
| 2025-12-13 | 20.0595 |
| 2025-12-20 | 20.0641 |
| 2025-12-27 | 20.2388 |
| 2026-01-03 | 20.1863 |
| 2026-01-10 | 20.0983 |
| 2026-01-17 | 20.0160 |
| 2026-01-24 | 20.4721 |
| 2026-01-31 | 20.5261 |
| 2026-02-07 | 20.4197 |
| 2026-02-14 | 20.4830 |
| 2026-02-21 | 20.2199 |
| 2026-02-28 | 20.2328 |
| 2026-03-07 | 20.1257 |
| 2026-03-14 | 19.8495 |
| 2026-03-21 | 20.0161 |
| 2026-03-28 | 20.0250 |
| 2026-04-04 | 19.7892 |
| 2026-04-11 | 20.1628 |
| 2026-04-18 | 20.3056 |
| 2026-04-25 | 20.2421 |
| 2026-05-02 | 20.3699 |
| 2026-05-09 | 20.4131 |
| 2026-05-17 | 19.9903 |
| 2026-05-25 | 20.2127 |
| 2026-06-01 | 20.1842 |
| 2026-06-10 | 20.0772 |
| 2026-06-17 | 20.1455 |
| 2026-06-24 | 19.7930 |
| 2026-07-01 | 19.8505 |
| 2026-07-08 | 20.0380 |
| 2026-07-15 | 20.1109 |
| 2026-07-22 | 20.0759 |
| 2026-07-29 | 19.9446 |
| 2026-08-05 | 20.1833 |
| 2026-08-12 | 20.2551 |
| 2026-08-20 | 20.4099 |
| 2026-08-27 | 20.3729 |
| 2026-09-03 | 20.2430 |
| 2026-09-10 | 20.3332 |
| 2026-09-17 | 20.0665 |
| 2026-09-24 | 19.8520 |
High
20.5261
Low
19.6278
Average
20.0984
Get this rate via the API
One GET request returns the GIP/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=GIP¤cies=ERN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=ERN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=ERN").json()Replace YOUR_API_KEY with the key from your dashboard.
GIP/ERN API questions
How do I get the GIP/ERN exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=ERN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GIP/ERN rate in rates.ERN.
How far back does GIP/ERN historical data go?
Daily GIP/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 GIP/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.