Skip to content

GIP to NZD exchange rate API

Gibraltar Pound to New Zealand Dollar · quoted 2026-09-25

2.3412

▲ +1.36% over 6M

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 6 months, GIP/NZD traded between 2.2672 and 2.3412, averaged 2.3077 and rose 1.36%. 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 6M

GIP/NZD over 6M: show the values
PointGIP/NZD
2026-03-292.3099
2026-04-052.3204
2026-04-122.3136
2026-04-192.3083
2026-04-262.3040
2026-05-032.3055
2026-05-102.2881
2026-05-182.2720
2026-05-262.3083
2026-06-022.2672
2026-06-112.3127
2026-06-182.3106
2026-06-252.3378
2026-07-022.3377
2026-07-092.3334
2026-07-162.3114
2026-07-232.3140
2026-07-302.2857
2026-08-062.2889
2026-08-132.3082
2026-08-212.2793
2026-08-282.2860
2026-09-042.2999
2026-09-112.3191
2026-09-182.3370

High

2.3412

Low

2.2672

Average

2.3077

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP&currencies=NZD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GIP&currencies=NZD");
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=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&currencies=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.