TTD to CZK exchange rate API
Trinidad and Tobago Dollar to Czech Koruna · quoted 2026-09-26
3.1536
▲ +2.71% over 1Y
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 last year, TTD/CZK traded between 3.0144 and 3.1756, averaged 3.0835 and rose 2.71%. 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 1Y: show the values
| Point | TTD/CZK |
|---|---|
| 2025-09-26 | 3.0705 |
| 2025-10-03 | 3.0528 |
| 2025-10-10 | 3.0899 |
| 2025-10-17 | 3.0713 |
| 2025-10-24 | 3.0906 |
| 2025-10-31 | 3.1211 |
| 2025-11-07 | 3.1060 |
| 2025-11-14 | 3.0667 |
| 2025-11-21 | 3.0980 |
| 2025-11-28 | 3.0768 |
| 2025-12-05 | 3.0748 |
| 2025-12-13 | 3.0474 |
| 2025-12-20 | 3.0586 |
| 2025-12-27 | 3.0287 |
| 2026-01-03 | 3.0312 |
| 2026-01-10 | 3.0733 |
| 2026-01-17 | 3.0829 |
| 2026-01-24 | 3.0197 |
| 2026-01-31 | 3.0291 |
| 2026-02-07 | 3.0269 |
| 2026-02-14 | 3.0144 |
| 2026-02-21 | 3.0316 |
| 2026-02-28 | 3.0373 |
| 2026-03-07 | 3.0983 |
| 2026-03-14 | 3.1756 |
| 2026-03-21 | 3.1173 |
| 2026-03-28 | 3.1359 |
| 2026-04-04 | 3.1378 |
| 2026-04-11 | 3.0643 |
| 2026-04-18 | 3.0381 |
| 2026-04-25 | 3.0645 |
| 2026-05-02 | 3.0616 |
| 2026-05-09 | 3.0453 |
| 2026-05-17 | 3.0937 |
| 2026-05-25 | 3.0722 |
| 2026-06-01 | 3.0712 |
| 2026-06-10 | 3.0913 |
| 2026-06-17 | 3.0669 |
| 2026-06-24 | 3.1497 |
| 2026-07-01 | 3.1403 |
| 2026-07-08 | 3.1293 |
| 2026-07-15 | 3.1347 |
| 2026-07-22 | 3.1240 |
| 2026-07-29 | 3.1315 |
| 2026-08-05 | 3.0882 |
| 2026-08-12 | 3.1015 |
| 2026-08-20 | 3.0589 |
| 2026-08-27 | 3.0523 |
| 2026-09-03 | 3.0825 |
| 2026-09-10 | 3.0755 |
| 2026-09-17 | 3.1138 |
| 2026-09-24 | 3.1548 |
High
3.1756
Low
3.0144
Average
3.0835
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.