Skip to content

GBP to NZD exchange rate API

Pound Sterling to New Zealand Dollar · quoted 2026-09-24

2.3334

▲ +1.16% over 1Y

1 GBP = 2.3334 NZD · 1 NZD = 0.42857 GBP · Get this rate via the API

1 GBP buys 2.3334 NZD as of 2026-09-24, so 1 NZD buys 0.42857 GBP. Over the last year, GBP/NZD traded between 2.2551 and 2.3432, averaged 2.3044 and rose 1.16%. The API holds daily GBP/NZD rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.

GBP/NZD over 1Y

GBP/NZD over 1Y: show the values
PointGBP/NZD
2025-09-242.3066
2025-10-012.3189
2025-10-082.3215
2025-10-152.3330
2025-10-222.3231
2025-10-292.2844
2025-11-052.3098
2025-11-122.3158
2025-11-192.3320
2025-11-262.3240
2025-12-032.3149
2025-12-102.3025
2025-12-172.3101
2025-12-242.3138
2025-12-312.3355
2026-01-072.3315
2026-01-142.3423
2026-01-212.2895
2026-01-282.2866
2026-02-042.2751
2026-02-112.2551
2026-02-182.2616
2026-02-252.2638
2026-03-042.2601
2026-03-112.2661
2026-03-182.2876
2026-03-252.3015
2026-04-012.3076
2026-04-082.3080
2026-04-152.2980
2026-04-222.2860
2026-04-292.3061
2026-05-062.2824
2026-05-132.2775
2026-05-202.2923
2026-05-272.2829
2026-06-032.2803
2026-06-102.3054
2026-06-172.3076
2026-06-242.3323
2026-07-012.3343
2026-07-082.3432
2026-07-152.3043
2026-07-222.2976
2026-07-292.3015
2026-08-052.2958
2026-08-122.3050
2026-08-192.3056
2026-08-262.2873
2026-09-022.3137
2026-09-092.3171
2026-09-162.3351
2026-09-232.3326

High

2.3432

Low

2.2551

Average

2.3044

For developers

Get this rate via the API

One GET request returns the GBP/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=GBP&currencies=NZD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&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=GBP&currencies=NZD").json()

Replace YOUR_API_KEY with the key from your dashboard.

GBP/NZD API questions

How do I get the GBP/NZD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=NZD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GBP/NZD rate in rates.NZD.

How far back does GBP/NZD historical data go?

Daily GBP/NZD rates are available from 1999-01-04. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free GBP/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.