HRK to TTD exchange rate API
Croatian Kuna to Trinidad and Tobago Dollar · quoted 2026-09-26
1.0253
▼ +2.46% over 1Y
1 HRK = 1.0253 TTD · 1 TTD = 0.97532 HRK · Get this rate via the API
1 HRK buys 1.0253 TTD as of 2026-09-26, so 1 TTD buys 0.97532 HRK. Over the last year, HRK/TTD traded between 1.0237 and 1.0677, averaged 1.0457 and fell 2.46%. The API holds daily HRK/TTD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
HRK/TTD over 1Y: show the values
| Point | HRK/TTD |
|---|---|
| 2025-09-26 | 1.0512 |
| 2025-10-03 | 1.0545 |
| 2025-10-10 | 1.0437 |
| 2025-10-17 | 1.0524 |
| 2025-10-24 | 1.0450 |
| 2025-10-31 | 1.0360 |
| 2025-11-07 | 1.0377 |
| 2025-11-14 | 1.0461 |
| 2025-11-21 | 1.0397 |
| 2025-11-28 | 1.0445 |
| 2025-12-05 | 1.0458 |
| 2025-12-13 | 1.0565 |
| 2025-12-20 | 1.0563 |
| 2025-12-27 | 1.0625 |
| 2026-01-03 | 1.0581 |
| 2026-01-10 | 1.0493 |
| 2026-01-17 | 1.0441 |
| 2026-01-24 | 1.0663 |
| 2026-01-31 | 1.0665 |
| 2026-02-07 | 1.0617 |
| 2026-02-14 | 1.0677 |
| 2026-02-21 | 1.0606 |
| 2026-02-28 | 1.0586 |
| 2026-03-07 | 1.0447 |
| 2026-03-14 | 1.0255 |
| 2026-03-21 | 1.0438 |
| 2026-03-28 | 1.0382 |
| 2026-04-04 | 1.0369 |
| 2026-04-11 | 1.0557 |
| 2026-04-18 | 1.0604 |
| 2026-04-25 | 1.0545 |
| 2026-05-02 | 1.0562 |
| 2026-05-09 | 1.0600 |
| 2026-05-17 | 1.0436 |
| 2026-05-25 | 1.0475 |
| 2026-06-01 | 1.0496 |
| 2026-06-10 | 1.0396 |
| 2026-06-17 | 1.0469 |
| 2026-06-24 | 1.0237 |
| 2026-07-01 | 1.0270 |
| 2026-07-08 | 1.0298 |
| 2026-07-15 | 1.0292 |
| 2026-07-22 | 1.0266 |
| 2026-07-29 | 1.0267 |
| 2026-08-05 | 1.0383 |
| 2026-08-12 | 1.0371 |
| 2026-08-20 | 1.0480 |
| 2026-08-27 | 1.0500 |
| 2026-09-03 | 1.0413 |
| 2026-09-10 | 1.0485 |
| 2026-09-17 | 1.0345 |
| 2026-09-24 | 1.0274 |
High
1.0677
Low
1.0237
Average
1.0457
Get this rate via the API
One GET request returns the HRK/TTD 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=HRK¤cies=TTD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HRK¤cies=TTD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HRK¤cies=TTD").json()Replace YOUR_API_KEY with the key from your dashboard.
HRK/TTD API questions
How do I get the HRK/TTD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HRK¤cies=TTD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HRK/TTD rate in rates.TTD.
How far back does HRK/TTD historical data go?
Daily HRK/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 HRK/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.