Skip to content

TTD to KYD exchange rate API

Trinidad and Tobago Dollar to Cayman Islands Dollar · quoted 2026-09-26

0.12267

▲ +0.32% over 1Y

1 TTD = 0.12267 KYD · 1 KYD = 8.1520 TTD · Get this rate via the API

1 TTD buys 0.12267 KYD as of 2026-09-26, so 1 KYD buys 8.1520 TTD. Over the last year, TTD/KYD traded between 0.12133 and 0.12306, averaged 0.12254 and rose 0.32%. The API holds daily TTD/KYD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TTD/KYD over 1Y

TTD/KYD over 1Y: show the values
PointTTD/KYD
2025-09-260.12228
2025-10-030.12268
2025-10-100.12247
2025-10-170.12235
2025-10-240.12258
2025-10-310.12306
2025-11-070.12237
2025-11-140.12274
2025-11-210.12238
2025-11-280.12241
2025-12-050.12255
2025-12-130.12246
2025-12-200.12252
2025-12-270.12244
2026-01-030.12242
2026-01-100.12256
2026-01-170.12265
2026-01-240.12248
2026-01-310.12240
2026-02-070.12287
2026-02-140.12274
2026-02-210.12273
2026-02-280.12303
2026-03-070.12284
2026-03-140.12266
2026-03-210.12266
2026-03-280.12265
2026-04-040.12254
2026-04-110.12278
2026-04-180.12269
2026-04-250.12271
2026-05-020.12277
2026-05-090.12298
2026-05-170.12133
2026-05-250.12218
2026-06-010.12248
2026-06-100.12263
2026-06-170.12247
2026-06-240.12258
2026-07-010.12258
2026-07-080.12236
2026-07-150.12262
2026-07-220.12231
2026-07-290.12244
2026-08-050.12262
2026-08-120.12272
2026-08-200.12289
2026-08-270.12211
2026-09-030.12285
2026-09-100.12215
2026-09-170.12210
2026-09-240.12231

High

0.12306

Low

0.12133

Average

0.12254

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TTD/KYD API questions

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

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

How far back does TTD/KYD historical data go?

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