GIP to NZD exchange rate API
Gibraltar Pound to New Zealand Dollar · quoted 2026-09-25
2.3412
▲ +1.15% over 1Y
1 GIP = 2.3412 NZD · 1 NZD = 0.42713 GIP · Get this rate via the API
1 GIP buys 2.3412 NZD as of 2026-09-25, so 1 NZD buys 0.42713 GIP. Over the last year, GIP/NZD traded between 2.2497 and 2.3527, averaged 2.3052 and rose 1.15%. The API holds daily GIP/NZD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
GIP/NZD over 1Y: show the values
| Point | GIP/NZD |
|---|---|
| 2025-09-25 | 2.3145 |
| 2025-10-02 | 2.3128 |
| 2025-10-09 | 2.3210 |
| 2025-10-16 | 2.3433 |
| 2025-10-23 | 2.3232 |
| 2025-10-30 | 2.3057 |
| 2025-11-06 | 2.3056 |
| 2025-11-13 | 2.3161 |
| 2025-11-20 | 2.3240 |
| 2025-11-27 | 2.3202 |
| 2025-12-04 | 2.3140 |
| 2025-12-12 | 2.3047 |
| 2025-12-19 | 2.3325 |
| 2025-12-26 | 2.3179 |
| 2026-01-02 | 2.3383 |
| 2026-01-09 | 2.3459 |
| 2026-01-16 | 2.3247 |
| 2026-01-23 | 2.2821 |
| 2026-01-30 | 2.2678 |
| 2026-02-06 | 2.2600 |
| 2026-02-13 | 2.2615 |
| 2026-02-20 | 2.2570 |
| 2026-02-27 | 2.2540 |
| 2026-03-06 | 2.2766 |
| 2026-03-13 | 2.2920 |
| 2026-03-20 | 2.2895 |
| 2026-03-27 | 2.3192 |
| 2026-04-03 | 2.3225 |
| 2026-04-10 | 2.2991 |
| 2026-04-17 | 2.3041 |
| 2026-04-24 | 2.2989 |
| 2026-05-01 | 2.2862 |
| 2026-05-08 | 2.2815 |
| 2026-05-16 | 2.2811 |
| 2026-05-24 | 2.2898 |
| 2026-05-31 | 2.2497 |
| 2026-06-09 | 2.2849 |
| 2026-06-16 | 2.3005 |
| 2026-06-23 | 2.3336 |
| 2026-06-30 | 2.3389 |
| 2026-07-07 | 2.3527 |
| 2026-07-14 | 2.3029 |
| 2026-07-21 | 2.2980 |
| 2026-07-28 | 2.3041 |
| 2026-08-04 | 2.2820 |
| 2026-08-11 | 2.2976 |
| 2026-08-18 | 2.3018 |
| 2026-08-26 | 2.2898 |
| 2026-09-02 | 2.3169 |
| 2026-09-09 | 2.3139 |
| 2026-09-16 | 2.3394 |
| 2026-09-23 | 2.3398 |
High
2.3527
Low
2.2497
Average
2.3052
Get this rate via the API
One GET request returns the GIP/NZD 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=NZD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=NZD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=NZD").json()Replace YOUR_API_KEY with the key from your dashboard.
GIP/NZD API questions
How do I get the GIP/NZD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP¤cies=NZD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GIP/NZD rate in rates.NZD.
How far back does GIP/NZD historical data go?
Daily GIP/NZD 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/NZD 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.