TWD to NZD exchange rate API
New Taiwan Dollar to New Zealand Dollar · quoted 2026-09-25
0.05549
▲ +2.07% over 6M
1 TWD = 0.05549 NZD · 1 NZD = 18.0222 TWD · Get this rate via the API
1 TWD buys 0.05549 NZD as of 2026-09-25, so 1 NZD buys 18.0222 TWD. Over the last 6 months, TWD/NZD traded between 0.05253 and 0.05549, averaged 0.05399 and rose 2.07%. 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: show the values
| Point | TWD/NZD |
|---|---|
| 2026-03-29 | 0.05436 |
| 2026-04-05 | 0.05493 |
| 2026-04-12 | 0.05416 |
| 2026-04-19 | 0.05409 |
| 2026-04-26 | 0.05415 |
| 2026-05-03 | 0.05352 |
| 2026-05-10 | 0.05362 |
| 2026-05-17 | 0.05420 |
| 2026-05-24 | 0.05416 |
| 2026-05-31 | 0.05318 |
| 2026-06-08 | 0.05442 |
| 2026-06-15 | 0.05434 |
| 2026-06-22 | 0.05514 |
| 2026-06-29 | 0.05547 |
| 2026-07-06 | 0.05485 |
| 2026-07-13 | 0.05393 |
| 2026-07-20 | 0.05280 |
| 2026-07-27 | 0.05337 |
| 2026-08-03 | 0.05253 |
| 2026-08-10 | 0.05266 |
| 2026-08-17 | 0.05304 |
| 2026-08-24 | 0.05272 |
| 2026-08-31 | 0.05334 |
| 2026-09-07 | 0.05388 |
| 2026-09-14 | 0.05459 |
| 2026-09-21 | 0.05491 |
High
0.05549
Low
0.05253
Average
0.05399
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=NZD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=NZD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=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¤cies=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.