Skip to content

TWD to TTD exchange rate API

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

0.21378

▼ +5.91% over 1Y

1 TWD = 0.21378 TTD · 1 TTD = 4.6776 TWD · Get this rate via the API

1 TWD buys 0.21378 TTD as of 2026-09-24, so 1 TTD buys 4.6776 TWD. Over the last year, TWD/TTD traded between 0.20903 and 0.22720, averaged 0.21543 and fell 5.91%. The API holds daily TWD/TTD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TWD/TTD over 1Y

TWD/TTD over 1Y: show the values
PointTWD/TTD
2025-09-240.22720
2025-10-010.22708
2025-10-080.22578
2025-10-150.22113
2025-10-220.22077
2025-10-290.22207
2025-11-050.21895
2025-11-120.21831
2025-11-190.21726
2025-11-260.21645
2025-12-030.21646
2025-12-110.21671
2025-12-180.21491
2025-12-250.21616
2026-01-010.21695
2026-01-080.21508
2026-01-150.21511
2026-01-220.21467
2026-01-290.21632
2026-02-050.21397
2026-02-120.21656
2026-02-190.21494
2026-02-260.21683
2026-03-050.21335
2026-03-120.21314
2026-03-190.21275
2026-03-260.21315
2026-04-020.21219
2026-04-090.21312
2026-04-160.21457
2026-04-230.21569
2026-04-300.21501
2026-05-070.21610
2026-05-150.21524
2026-05-230.21493
2026-05-300.21532
2026-06-060.21348
2026-06-150.21533
2026-06-220.21424
2026-06-290.21329
2026-07-060.21130
2026-07-130.21213
2026-07-200.20969
2026-07-270.20978
2026-08-030.20903
2026-08-100.21004
2026-08-170.21243
2026-08-250.21301
2026-09-010.21324
2026-09-080.21502
2026-09-150.21329
2026-09-220.21445

High

0.22720

Low

0.20903

Average

0.21543

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TWD/TTD API questions

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

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

How far back does TWD/TTD historical data go?

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