Skip to content

TTD to NZD exchange rate API

Trinidad and Tobago Dollar to New Zealand Dollar · quoted 2026-09-24

0.25935

▲ +2.70% over 1Y

1 TTD = 0.25935 NZD · 1 NZD = 3.8557 TTD · Get this rate via the API

1 TTD buys 0.25935 NZD as of 2026-09-24, so 1 NZD buys 3.8557 TTD. Over the last year, TTD/NZD traded between 0.24255 and 0.26226, averaged 0.25328 and rose 2.70%. The API holds daily TTD/NZD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TTD/NZD over 1Y

TTD/NZD over 1Y: show the values
PointTTD/NZD
2025-09-240.25254
2025-10-010.25350
2025-10-080.25502
2025-10-150.25781
2025-10-220.25674
2025-10-290.25464
2025-11-050.26127
2025-11-120.26033
2025-11-190.26226
2025-11-260.25959
2025-12-030.25665
2025-12-110.25417
2025-12-180.25566
2025-12-250.25192
2026-01-010.25567
2026-01-080.25625
2026-01-150.25650
2026-01-220.25048
2026-01-290.24255
2026-02-050.24627
2026-02-120.24271
2026-02-190.24735
2026-02-260.24648
2026-03-050.24944
2026-03-120.24986
2026-03-190.25356
2026-03-260.25393
2026-04-020.25820
2026-04-090.25276
2026-04-160.25054
2026-04-230.24966
2026-04-300.25073
2026-05-070.24674
2026-05-150.25211
2026-05-230.25283
2026-05-300.24668
2026-06-060.25576
2026-06-150.25236
2026-06-220.25736
2026-06-290.26006
2026-07-060.25959
2026-07-130.25426
2026-07-200.25179
2026-07-270.25438
2026-08-030.25131
2026-08-100.25070
2026-08-170.24969
2026-08-250.24686
2026-09-010.25131
2026-09-080.25272
2026-09-150.25599
2026-09-220.25687

High

0.26226

Low

0.24255

Average

0.25328

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TTD/NZD API questions

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

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

How far back does TTD/NZD historical data go?

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