Skip to content

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

HRK/TTD over 1Y: show the values
PointHRK/TTD
2025-09-261.0512
2025-10-031.0545
2025-10-101.0437
2025-10-171.0524
2025-10-241.0450
2025-10-311.0360
2025-11-071.0377
2025-11-141.0461
2025-11-211.0397
2025-11-281.0445
2025-12-051.0458
2025-12-131.0565
2025-12-201.0563
2025-12-271.0625
2026-01-031.0581
2026-01-101.0493
2026-01-171.0441
2026-01-241.0663
2026-01-311.0665
2026-02-071.0617
2026-02-141.0677
2026-02-211.0606
2026-02-281.0586
2026-03-071.0447
2026-03-141.0255
2026-03-211.0438
2026-03-281.0382
2026-04-041.0369
2026-04-111.0557
2026-04-181.0604
2026-04-251.0545
2026-05-021.0562
2026-05-091.0600
2026-05-171.0436
2026-05-251.0475
2026-06-011.0496
2026-06-101.0396
2026-06-171.0469
2026-06-241.0237
2026-07-011.0270
2026-07-081.0298
2026-07-151.0292
2026-07-221.0266
2026-07-291.0267
2026-08-051.0383
2026-08-121.0371
2026-08-201.0480
2026-08-271.0500
2026-09-031.0413
2026-09-101.0485
2026-09-171.0345
2026-09-241.0274

High

1.0677

Low

1.0237

Average

1.0457

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HRK&currencies=TTD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HRK&currencies=TTD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HRK&currencies=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&currencies=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.