Skip to content

TOP to NZD exchange rate API

Pa’anga to New Zealand Dollar · quoted 2026-09-24

0.74819

▲ +3.12% over 1Y

1 TOP = 0.74819 NZD · 1 NZD = 1.3366 TOP · Get this rate via the API

1 TOP buys 0.74819 NZD as of 2026-09-24, so 1 NZD buys 1.3366 TOP. Over the last year, TOP/NZD traded between 0.70717 and 0.75356, averaged 0.72967 and rose 3.12%. The API holds daily TOP/NZD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TOP/NZD over 1Y

TOP/NZD over 1Y: show the values
PointTOP/NZD
2025-09-240.72552
2025-10-010.72779
2025-10-080.73402
2025-10-150.74217
2025-10-220.73938
2025-10-290.72653
2025-11-050.75356
2025-11-120.74857
2025-11-190.74266
2025-11-260.73537
2025-12-030.72533
2025-12-100.72458
2025-12-170.72588
2025-12-240.71876
2025-12-310.72867
2026-01-070.72550
2026-01-140.73423
2026-01-210.72110
2026-01-280.70717
2026-02-040.71078
2026-02-110.70807
2026-02-180.71192
2026-02-250.71631
2026-03-040.71965
2026-03-110.71956
2026-03-180.73422
2026-03-250.73202
2026-04-010.73384
2026-04-080.72645
2026-04-160.73113
2026-04-230.72335
2026-04-300.73524
2026-05-070.71769
2026-05-140.72713
2026-05-210.73395
2026-05-280.72718
2026-06-040.72474
2026-06-110.73075
2026-06-180.74921
2026-06-250.74896
2026-07-020.74416
2026-07-090.73529
2026-07-160.72623
2026-07-230.73758
2026-07-300.72774
2026-08-060.72018
2026-08-130.72597
2026-08-200.71820
2026-08-270.71950
2026-09-030.72865
2026-09-100.73376
2026-09-170.74017
2026-09-240.74748

High

0.75356

Low

0.70717

Average

0.72967

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TOP/NZD API questions

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

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

How far back does TOP/NZD historical data go?

Daily TOP/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 TOP/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.