TTD to CZK exchange rate API
Trinidad and Tobago Dollar to Czech Koruna · quoted 2026-09-26
3.1536
▲ +3.85% over YTD
1 TTD = 3.1536 CZK · 1 CZK = 0.31709 TTD · Get this rate via the API
1 TTD buys 3.1536 CZK as of 2026-09-26, so 1 CZK buys 0.31709 TTD. Over the year to date, TTD/CZK traded between 2.9881 and 3.1536, averaged 3.0829 and rose 3.85%. The API holds daily TTD/CZK rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TTD/CZK over YTD: show the values
| Point | TTD/CZK |
|---|---|
| 2025-12-31 | 3.0367 |
| 2026-01-07 | 3.0628 |
| 2026-01-14 | 3.0688 |
| 2026-01-21 | 3.0616 |
| 2026-01-28 | 2.9881 |
| 2026-02-04 | 3.0470 |
| 2026-02-11 | 3.0052 |
| 2026-02-18 | 3.0218 |
| 2026-02-25 | 3.0343 |
| 2026-03-04 | 3.0861 |
| 2026-03-11 | 3.1016 |
| 2026-03-18 | 3.1393 |
| 2026-03-25 | 3.1098 |
| 2026-04-01 | 3.1121 |
| 2026-04-08 | 3.0738 |
| 2026-04-15 | 3.0417 |
| 2026-04-22 | 3.0563 |
| 2026-04-29 | 3.0639 |
| 2026-05-06 | 3.0591 |
| 2026-05-14 | 3.0599 |
| 2026-05-21 | 3.0886 |
| 2026-05-29 | 3.0749 |
| 2026-06-05 | 3.0624 |
| 2026-06-14 | 3.0718 |
| 2026-06-21 | 3.1305 |
| 2026-06-28 | 3.1444 |
| 2026-07-05 | 3.1487 |
| 2026-07-12 | 3.1418 |
| 2026-07-19 | 3.1335 |
| 2026-07-26 | 3.1416 |
| 2026-08-02 | 3.1129 |
| 2026-08-09 | 3.1041 |
| 2026-08-16 | 3.1097 |
| 2026-08-24 | 3.0432 |
| 2026-08-31 | 3.0515 |
| 2026-09-07 | 3.0701 |
| 2026-09-14 | 3.0979 |
| 2026-09-21 | 3.1221 |
High
3.1536
Low
2.9881
Average
3.0829
Get this rate via the API
One GET request returns the TTD/CZK 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=CZK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=CZK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=CZK").json()Replace YOUR_API_KEY with the key from your dashboard.
TTD/CZK API questions
How do I get the TTD/CZK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TTD¤cies=CZK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TTD/CZK rate in rates.CZK.
How far back does TTD/CZK historical data go?
Daily TTD/CZK 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/CZK 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.