Skip to content

TWD to HRK exchange rate API

New Taiwan Dollar to Croatian Kuna · quoted 2026-09-25

0.20851

▼ +9.87% over 5Y

1 TWD = 0.20851 HRK · 1 HRK = 4.7960 TWD · Get this rate via the API

1 TWD buys 0.20851 HRK as of 2026-09-25, so 1 HRK buys 4.7960 TWD. Over the last 5 years, TWD/HRK traded between 0.20211 and 0.24693, averaged 0.22063 and fell 9.87%. The API holds daily TWD/HRK rates from 2014-08-20 — 12 years of history — so any past day, or a whole series, is one request away.

TWD/HRK over 5Y

TWD/HRK over 5Y: show the values
PointTWD/HRK
2021-09-270.23134
2021-11-080.23324
2021-12-200.23895
2022-02-010.24049
2022-03-150.24121
2022-04-290.24375
2022-06-150.24292
2022-07-270.24693
2022-09-070.24579
2022-10-190.23976
2022-11-300.23591
2024-09-040.21191
2024-10-150.21815
2024-11-140.22277
2024-12-140.22064
2025-01-130.22593
2025-02-120.22512
2025-03-140.21410
2025-04-140.20755
2025-05-150.22679
2025-06-150.22283
2025-07-150.22383
2025-08-140.21837
2025-09-140.21396
2025-10-140.21193
2025-11-130.20909
2025-12-140.20460
2026-01-130.20422
2026-02-120.20211
2026-03-140.20468
2026-04-130.20276
2026-05-140.20400
2026-06-160.20621
2026-07-160.20408
2026-08-150.20342
2026-09-150.20532

High

0.24693

Low

0.20211

Average

0.22063

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD&currencies=HRK").json()

Replace YOUR_API_KEY with the key from your dashboard.

TWD/HRK API questions

How do I get the TWD/HRK exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD&currencies=HRK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TWD/HRK rate in rates.HRK.

How far back does TWD/HRK historical data go?

Daily TWD/HRK rates are available from 2014-08-20. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free TWD/HRK 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.