GIP to NIO exchange rate API
Gibraltar Pound to Cordoba Oro · quoted 2026-09-25
48.6121
▼ +0.00% over 5Y
1 GIP = 48.6121 NIO · 1 NIO = 0.02057 GIP · Get this rate via the API
1 GIP buys 48.6121 NIO as of 2026-09-25, so 1 NIO buys 0.02057 GIP. Over the last 5 years, GIP/NIO traded between 45.4909 and 50.3613, averaged 48.6261 and fell 0.00%. 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: show the values
| Point | GIP/NIO |
|---|---|
| 2024-08-24 | 48.6142 |
| 2024-10-07 | 48.4620 |
| 2024-11-06 | 47.6921 |
| 2024-12-06 | 46.8718 |
| 2025-01-05 | 45.4909 |
| 2025-02-04 | 45.6731 |
| 2025-03-06 | 47.4845 |
| 2025-04-06 | 47.2337 |
| 2025-05-06 | 48.8413 |
| 2025-06-07 | 49.7737 |
| 2025-07-07 | 50.1264 |
| 2025-08-06 | 48.8514 |
| 2025-09-05 | 49.3776 |
| 2025-10-06 | 49.3738 |
| 2025-11-05 | 47.9017 |
| 2025-12-05 | 49.0301 |
| 2026-01-05 | 49.4757 |
| 2026-02-04 | 50.3613 |
| 2026-03-06 | 49.1898 |
| 2026-04-05 | 48.4458 |
| 2026-05-05 | 49.8765 |
| 2026-06-06 | 49.1021 |
| 2026-07-08 | 49.1444 |
| 2026-08-07 | 49.5530 |
| 2026-09-07 | 49.7203 |
High
50.3613
Low
45.4909
Average
48.6261
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=NIO"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=NIO");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=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¤cies=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.