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: show the values
| Point | TTD/KYD |
|---|---|
| 2025-09-26 | 0.12228 |
| 2025-10-03 | 0.12268 |
| 2025-10-10 | 0.12247 |
| 2025-10-17 | 0.12235 |
| 2025-10-24 | 0.12258 |
| 2025-10-31 | 0.12306 |
| 2025-11-07 | 0.12237 |
| 2025-11-14 | 0.12274 |
| 2025-11-21 | 0.12238 |
| 2025-11-28 | 0.12241 |
| 2025-12-05 | 0.12255 |
| 2025-12-13 | 0.12246 |
| 2025-12-20 | 0.12252 |
| 2025-12-27 | 0.12244 |
| 2026-01-03 | 0.12242 |
| 2026-01-10 | 0.12256 |
| 2026-01-17 | 0.12265 |
| 2026-01-24 | 0.12248 |
| 2026-01-31 | 0.12240 |
| 2026-02-07 | 0.12287 |
| 2026-02-14 | 0.12274 |
| 2026-02-21 | 0.12273 |
| 2026-02-28 | 0.12303 |
| 2026-03-07 | 0.12284 |
| 2026-03-14 | 0.12266 |
| 2026-03-21 | 0.12266 |
| 2026-03-28 | 0.12265 |
| 2026-04-04 | 0.12254 |
| 2026-04-11 | 0.12278 |
| 2026-04-18 | 0.12269 |
| 2026-04-25 | 0.12271 |
| 2026-05-02 | 0.12277 |
| 2026-05-09 | 0.12298 |
| 2026-05-17 | 0.12133 |
| 2026-05-25 | 0.12218 |
| 2026-06-01 | 0.12248 |
| 2026-06-10 | 0.12263 |
| 2026-06-17 | 0.12247 |
| 2026-06-24 | 0.12258 |
| 2026-07-01 | 0.12258 |
| 2026-07-08 | 0.12236 |
| 2026-07-15 | 0.12262 |
| 2026-07-22 | 0.12231 |
| 2026-07-29 | 0.12244 |
| 2026-08-05 | 0.12262 |
| 2026-08-12 | 0.12272 |
| 2026-08-20 | 0.12289 |
| 2026-08-27 | 0.12211 |
| 2026-09-03 | 0.12285 |
| 2026-09-10 | 0.12215 |
| 2026-09-17 | 0.12210 |
| 2026-09-24 | 0.12231 |
High
0.12306
Low
0.12133
Average
0.12254
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=KYD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=KYD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=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¤cies=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.