Skip to content

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

GIP/ERN over 1Y: show the values
PointGIP/ERN
2025-09-2620.0128
2025-10-0320.1596
2025-10-1019.9536
2025-10-1720.1571
2025-10-2419.9867
2025-10-3119.7355
2025-11-0719.6877
2025-11-1419.7240
2025-11-2119.6278
2025-11-2819.8478
2025-12-0519.9998
2025-12-1320.0595
2025-12-2020.0641
2025-12-2720.2388
2026-01-0320.1863
2026-01-1020.0983
2026-01-1720.0160
2026-01-2420.4721
2026-01-3120.5261
2026-02-0720.4197
2026-02-1420.4830
2026-02-2120.2199
2026-02-2820.2328
2026-03-0720.1257
2026-03-1419.8495
2026-03-2120.0161
2026-03-2820.0250
2026-04-0419.7892
2026-04-1120.1628
2026-04-1820.3056
2026-04-2520.2421
2026-05-0220.3699
2026-05-0920.4131
2026-05-1719.9903
2026-05-2520.2127
2026-06-0120.1842
2026-06-1020.0772
2026-06-1720.1455
2026-06-2419.7930
2026-07-0119.8505
2026-07-0820.0380
2026-07-1520.1109
2026-07-2220.0759
2026-07-2919.9446
2026-08-0520.1833
2026-08-1220.2551
2026-08-2020.4099
2026-08-2720.3729
2026-09-0320.2430
2026-09-1020.3332
2026-09-1720.0665
2026-09-2419.8520

High

20.5261

Low

19.6278

Average

20.0984

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP&currencies=ERN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP&currencies=ERN");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP&currencies=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&currencies=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.