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: show the values
| Point | TWD/HRK |
|---|---|
| 2021-09-27 | 0.23134 |
| 2021-11-08 | 0.23324 |
| 2021-12-20 | 0.23895 |
| 2022-02-01 | 0.24049 |
| 2022-03-15 | 0.24121 |
| 2022-04-29 | 0.24375 |
| 2022-06-15 | 0.24292 |
| 2022-07-27 | 0.24693 |
| 2022-09-07 | 0.24579 |
| 2022-10-19 | 0.23976 |
| 2022-11-30 | 0.23591 |
| 2024-09-04 | 0.21191 |
| 2024-10-15 | 0.21815 |
| 2024-11-14 | 0.22277 |
| 2024-12-14 | 0.22064 |
| 2025-01-13 | 0.22593 |
| 2025-02-12 | 0.22512 |
| 2025-03-14 | 0.21410 |
| 2025-04-14 | 0.20755 |
| 2025-05-15 | 0.22679 |
| 2025-06-15 | 0.22283 |
| 2025-07-15 | 0.22383 |
| 2025-08-14 | 0.21837 |
| 2025-09-14 | 0.21396 |
| 2025-10-14 | 0.21193 |
| 2025-11-13 | 0.20909 |
| 2025-12-14 | 0.20460 |
| 2026-01-13 | 0.20422 |
| 2026-02-12 | 0.20211 |
| 2026-03-14 | 0.20468 |
| 2026-04-13 | 0.20276 |
| 2026-05-14 | 0.20400 |
| 2026-06-16 | 0.20621 |
| 2026-07-16 | 0.20408 |
| 2026-08-15 | 0.20342 |
| 2026-09-15 | 0.20532 |
High
0.24693
Low
0.20211
Average
0.22063
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=HRK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=HRK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=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¤cies=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.