Skip to content

TWD to NZD exchange rate API

New Taiwan Dollar to New Zealand Dollar · quoted 2026-09-24

0.05551

▲ +2.19% over 6M

1 TWD = 0.05551 NZD · 1 NZD = 18.0148 TWD · Get this rate via the API

1 TWD buys 0.05551 NZD as of 2026-09-24, so 1 NZD buys 18.0148 TWD. Over the last 6 months, TWD/NZD traded between 0.05255 and 0.05565, averaged 0.05398 and rose 2.19%. The API holds daily TWD/NZD rates from 2014-08-20 — 12 years of history — so any past day, or a whole series, is one request away.

TWD/NZD over 6M

TWD/NZD over 6M: show the values
PointTWD/NZD
2026-03-280.05432
2026-04-040.05494
2026-04-110.05399
2026-04-180.05401
2026-04-250.05420
2026-05-020.05361
2026-05-090.05352
2026-05-160.05420
2026-05-230.05434
2026-05-300.05311
2026-06-060.05460
2026-06-140.05407
2026-06-210.05500
2026-06-280.05565
2026-07-050.05485
2026-07-120.05413
2026-07-190.05286
2026-07-260.05334
2026-08-020.05255
2026-08-090.05269
2026-08-160.05304
2026-08-230.05256
2026-08-300.05342
2026-09-060.05373
2026-09-130.05438
2026-09-200.05493

High

0.05565

Low

0.05255

Average

0.05398

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TWD/NZD API questions

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

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

How far back does TWD/NZD historical data go?

Daily TWD/NZD rates are available from 2014-08-20. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

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