Skip to content

TTD to TWD exchange rate API

Trinidad and Tobago Dollar to New Taiwan Dollar · quoted 2026-09-26

4.6781

▲ +5.72% over 1Y

1 TTD = 4.6781 TWD · 1 TWD = 0.21376 TTD · Get this rate via the API

1 TTD buys 4.6781 TWD as of 2026-09-26, so 1 TWD buys 0.21376 TTD. Over the last year, TTD/TWD traded between 4.4119 and 4.7798, averaged 4.6480 and rose 5.72%. The API holds daily TTD/TWD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TTD/TWD over 1Y

TTD/TWD over 1Y: show the values
PointTTD/TWD
2025-09-264.4251
2025-10-034.4119
2025-10-104.4221
2025-10-174.5273
2025-10-244.5446
2025-10-314.5572
2025-11-074.5741
2025-11-144.5667
2025-11-214.6202
2025-11-284.6169
2025-12-054.6324
2025-12-134.6208
2025-12-204.6391
2025-12-274.6186
2026-01-034.6163
2026-01-104.6541
2026-01-174.6609
2026-01-244.6188
2026-01-314.6649
2026-02-074.6635
2026-02-144.6284
2026-02-214.6508
2026-02-284.6464
2026-03-074.6961
2026-03-144.7643
2026-03-214.7219
2026-03-284.7157
2026-04-044.7159
2026-04-114.6789
2026-04-184.6350
2026-04-254.6435
2026-05-024.6587
2026-05-094.6212
2026-05-174.6699
2026-05-254.6287
2026-06-014.6147
2026-06-104.6649
2026-06-174.6500
2026-06-244.6768
2026-07-014.6975
2026-07-084.7130
2026-07-154.7517
2026-07-224.7786
2026-07-294.7798
2026-08-054.7625
2026-08-124.7548
2026-08-204.7156
2026-08-274.6707
2026-09-034.6866
2026-09-104.6516
2026-09-174.6888
2026-09-244.6758

High

4.7798

Low

4.4119

Average

4.6480

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TTD/TWD API questions

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

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

How far back does TTD/TWD historical data go?

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