TOP to NZD exchange rate API
Pa’anga to New Zealand Dollar · quoted 2026-09-24
0.74819
▲ +2.68% over YTD
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 year to date, TOP/NZD traded between 0.70717 and 0.74921, averaged 0.72830 and rose 2.68%. 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 YTD: show the values
| Point | TOP/NZD |
|---|---|
| 2025-12-31 | 0.72867 |
| 2026-01-07 | 0.72550 |
| 2026-01-14 | 0.73423 |
| 2026-01-21 | 0.72110 |
| 2026-01-28 | 0.70717 |
| 2026-02-04 | 0.71078 |
| 2026-02-11 | 0.70807 |
| 2026-02-18 | 0.71192 |
| 2026-02-25 | 0.71631 |
| 2026-03-04 | 0.71965 |
| 2026-03-11 | 0.71956 |
| 2026-03-18 | 0.73422 |
| 2026-03-25 | 0.73202 |
| 2026-04-01 | 0.73384 |
| 2026-04-08 | 0.72645 |
| 2026-04-16 | 0.73113 |
| 2026-04-23 | 0.72335 |
| 2026-04-30 | 0.73524 |
| 2026-05-07 | 0.71769 |
| 2026-05-14 | 0.72713 |
| 2026-05-21 | 0.73395 |
| 2026-05-28 | 0.72718 |
| 2026-06-04 | 0.72474 |
| 2026-06-11 | 0.73075 |
| 2026-06-18 | 0.74921 |
| 2026-06-25 | 0.74896 |
| 2026-07-02 | 0.74416 |
| 2026-07-09 | 0.73529 |
| 2026-07-16 | 0.72623 |
| 2026-07-23 | 0.73758 |
| 2026-07-30 | 0.72774 |
| 2026-08-06 | 0.72018 |
| 2026-08-13 | 0.72597 |
| 2026-08-20 | 0.71820 |
| 2026-08-27 | 0.71950 |
| 2026-09-03 | 0.72865 |
| 2026-09-10 | 0.73376 |
| 2026-09-17 | 0.74017 |
| 2026-09-24 | 0.74748 |
High
0.74921
Low
0.70717
Average
0.72830
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=NZD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=NZD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TOP¤cies=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¤cies=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.