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: show the values
| Point | GIP/NIO |
|---|---|
| 2025-09-25 | 49.4045 |
| 2025-10-02 | 49.6402 |
| 2025-10-09 | 49.3279 |
| 2025-10-16 | 49.3678 |
| 2025-10-23 | 49.0513 |
| 2025-10-30 | 48.6280 |
| 2025-11-06 | 48.0567 |
| 2025-11-13 | 48.2773 |
| 2025-11-20 | 48.0145 |
| 2025-11-27 | 48.7662 |
| 2025-12-04 | 49.0735 |
| 2025-12-12 | 49.2291 |
| 2025-12-19 | 49.2423 |
| 2025-12-26 | 49.7259 |
| 2026-01-02 | 49.6342 |
| 2026-01-09 | 49.4445 |
| 2026-01-16 | 49.2222 |
| 2026-01-23 | 49.5588 |
| 2026-01-30 | 50.6101 |
| 2026-02-06 | 49.8756 |
| 2026-02-13 | 50.1624 |
| 2026-02-20 | 49.4594 |
| 2026-02-27 | 49.6536 |
| 2026-03-06 | 49.1898 |
| 2026-03-13 | 49.2294 |
| 2026-03-20 | 49.3059 |
| 2026-03-27 | 49.0667 |
| 2026-04-03 | 48.6177 |
| 2026-04-10 | 49.3492 |
| 2026-04-17 | 49.9353 |
| 2026-04-24 | 49.5727 |
| 2026-05-01 | 49.5344 |
| 2026-05-08 | 50.1950 |
| 2026-05-16 | 48.9324 |
| 2026-05-24 | 49.2545 |
| 2026-05-31 | 49.3360 |
| 2026-06-09 | 48.9986 |
| 2026-06-16 | 49.2674 |
| 2026-06-23 | 48.7031 |
| 2026-06-30 | 48.6802 |
| 2026-07-07 | 49.2361 |
| 2026-07-14 | 49.1117 |
| 2026-07-21 | 49.4752 |
| 2026-07-28 | 48.9128 |
| 2026-08-04 | 49.4424 |
| 2026-08-11 | 49.7342 |
| 2026-08-18 | 49.8587 |
| 2026-08-26 | 50.1965 |
| 2026-09-02 | 49.6260 |
| 2026-09-09 | 49.7975 |
| 2026-09-16 | 49.4878 |
| 2026-09-23 | 49.0377 |
High
50.6101
Low
48.0145
Average
49.3073
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.