Skip to content

GIP to NIO exchange rate API

Gibraltar Pound to Cordoba Oro · quoted 2026-09-25

48.7774

▲ +0.34% over 5Y

1 GIP = 48.7774 NIO · 1 NIO = 0.02050 GIP · Get this rate via the API

1 GIP buys 48.7774 NIO as of 2026-09-25, so 1 NIO buys 0.02050 GIP. Over the last 5 years, GIP/NIO traded between 45.4909 and 50.3613, averaged 48.6325 and rose 0.34%. The API holds daily GIP/NIO rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

GIP/NIO over 5Y

GIP/NIO over 5Y: show the values
PointGIP/NIO
2024-08-2448.6142
2024-10-0748.4620
2024-11-0647.6921
2024-12-0646.8718
2025-01-0545.4909
2025-02-0445.6731
2025-03-0647.4845
2025-04-0647.2337
2025-05-0648.8413
2025-06-0749.7737
2025-07-0750.1264
2025-08-0648.8514
2025-09-0549.3776
2025-10-0649.3738
2025-11-0547.9017
2025-12-0549.0301
2026-01-0549.4757
2026-02-0450.3613
2026-03-0649.1898
2026-04-0548.4458
2026-05-0549.8765
2026-06-0649.1021
2026-07-0849.1444
2026-08-0749.5530
2026-09-0749.7203

High

50.3613

Low

45.4909

Average

48.6325

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

GIP/NIO API questions

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

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

How far back does GIP/NIO historical data go?

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