Skip to content

TND to NZD exchange rate API

Tunisian Dinar to New Zealand Dollar · quoted 2026-09-25

0.59818

▲ +1.04% over 1Y

1 TND = 0.59818 NZD · 1 NZD = 1.6717 TND · Get this rate via the API

1 TND buys 0.59818 NZD as of 2026-09-25, so 1 NZD buys 1.6717 TND. Over the last year, TND/NZD traded between 0.57562 and 0.60225, averaged 0.59007 and rose 1.04%. The API holds daily TND/NZD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TND/NZD over 1Y

TND/NZD over 1Y: show the values
PointTND/NZD
2025-09-250.59203
2025-10-020.59129
2025-10-090.59112
2025-10-160.59650
2025-10-230.59264
2025-10-300.59610
2025-11-060.59662
2025-11-130.59898
2025-11-200.60196
2025-11-270.59439
2025-12-040.59283
2025-12-120.58959
2025-12-190.59825
2025-12-260.59392
2026-01-020.60113
2026-01-090.60225
2026-01-160.59986
2026-01-230.58842
2026-01-300.58049
2026-02-060.58227
2026-02-130.58271
2026-02-200.58457
2026-02-270.58331
2026-03-060.58630
2026-03-130.58523
2026-03-200.58557
2026-03-270.59381
2026-04-030.59883
2026-04-100.59322
2026-04-170.58848
2026-04-240.59061
2026-05-010.58804
2026-05-080.57660
2026-05-160.58886
2026-05-240.58491
2026-05-310.57562
2026-06-090.58552
2026-06-160.58861
2026-06-230.59895
2026-06-300.59928
2026-07-070.59602
2026-07-140.58385
2026-07-210.58047
2026-07-280.58439
2026-08-040.58074
2026-08-110.58127
2026-08-180.58257
2026-08-260.57868
2026-09-020.58784
2026-09-090.58923
2026-09-160.59518
2026-09-230.59551

High

0.60225

Low

0.57562

Average

0.59007

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TND/NZD API questions

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

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

How far back does TND/NZD historical data go?

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