Skip to content

GIP to NIO exchange rate API

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

48.7774

▼ +1.27% over 1Y

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 year, GIP/NIO traded between 48.0145 and 50.6101, averaged 49.3073 and fell 1.27%. 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 1Y

GIP/NIO over 1Y: show the values
PointGIP/NIO
2025-09-2549.4045
2025-10-0249.6402
2025-10-0949.3279
2025-10-1649.3678
2025-10-2349.0513
2025-10-3048.6280
2025-11-0648.0567
2025-11-1348.2773
2025-11-2048.0145
2025-11-2748.7662
2025-12-0449.0735
2025-12-1249.2291
2025-12-1949.2423
2025-12-2649.7259
2026-01-0249.6342
2026-01-0949.4445
2026-01-1649.2222
2026-01-2349.5588
2026-01-3050.6101
2026-02-0649.8756
2026-02-1350.1624
2026-02-2049.4594
2026-02-2749.6536
2026-03-0649.1898
2026-03-1349.2294
2026-03-2049.3059
2026-03-2749.0667
2026-04-0348.6177
2026-04-1049.3492
2026-04-1749.9353
2026-04-2449.5727
2026-05-0149.5344
2026-05-0850.1950
2026-05-1648.9324
2026-05-2449.2545
2026-05-3149.3360
2026-06-0948.9986
2026-06-1649.2674
2026-06-2348.7031
2026-06-3048.6802
2026-07-0749.2361
2026-07-1449.1117
2026-07-2149.4752
2026-07-2848.9128
2026-08-0449.4424
2026-08-1149.7342
2026-08-1849.8587
2026-08-2650.1965
2026-09-0249.6260
2026-09-0949.7975
2026-09-1649.4878
2026-09-2349.0377

High

50.6101

Low

48.0145

Average

49.3073

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.