Skip to content

GIP to NGN exchange rate API

Gibraltar Pound to Naira · quoted 2026-09-25

1755.76

▼ +12.37% over 1Y

1 GIP = 1755.76 NGN · 1 NGN = 0.000570 GIP · Get this rate via the API

1 GIP buys 1755.76 NGN as of 2026-09-25, so 1 NGN buys 0.000570 GIP. Over the last year, GIP/NGN traded between 1755.76 and 2003.59, averaged 1865.76 and fell 12.37%. The API holds daily GIP/NGN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GIP/NGN over 1Y

GIP/NGN over 1Y: show the values
PointGIP/NGN
2025-09-252003.59
2025-10-022001.84
2025-10-091973.60
2025-10-161967.57
2025-10-231952.52
2025-10-301916.92
2025-11-061883.65
2025-11-131892.04
2025-11-201894.18
2025-11-271919.41
2025-12-041930.96
2025-12-121941.18
2025-12-191949.33
2025-12-261960.52
2026-01-021949.37
2026-01-091914.61
2026-01-161902.84
2026-01-231916.05
2026-01-301911.06
2026-02-061853.19
2026-02-131846.51
2026-02-201806.42
2026-02-271825.93
2026-03-061852.12
2026-03-131861.21
2026-03-201816.00
2026-03-271848.15
2026-04-031823.33
2026-04-101830.12
2026-04-171819.43
2026-04-241824.80
2026-05-011854.44
2026-05-081851.25
2026-05-161829.08
2026-05-241841.62
2026-05-311850.69
2026-06-091817.43
2026-06-161819.98
2026-06-231812.20
2026-06-301826.02
2026-07-071831.68
2026-07-141845.65
2026-07-211854.76
2026-07-281817.45
2026-08-041831.25
2026-08-111843.21
2026-08-181832.51
2026-08-261837.87
2026-09-021799.67
2026-09-091789.46
2026-09-161790.31
2026-09-231764.37

High

2003.59

Low

1755.76

Average

1865.76

For developers

Get this rate via the API

One GET request returns the GIP/NGN 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=NGN"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP&currencies=NGN");
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=NGN").json()

Replace YOUR_API_KEY with the key from your dashboard.

GIP/NGN API questions

How do I get the GIP/NGN exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP&currencies=NGN, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GIP/NGN rate in rates.NGN.

How far back does GIP/NGN historical data go?

Daily GIP/NGN 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/NGN 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.