TWD to CZK exchange rate API
New Taiwan Dollar to Czech Koruna · quoted 2026-09-25
0.67289
▼ +2.50% over 1Y
1 TWD = 0.67289 CZK · 1 CZK = 1.4861 TWD · Get this rate via the API
1 TWD buys 0.67289 CZK as of 2026-09-25, so 1 CZK buys 1.4861 TWD. Over the last year, TWD/CZK traded between 0.64759 and 0.69819, averaged 0.66358 and fell 2.50%. The API holds daily TWD/CZK rates from 2014-08-20 — 12 years of history — so any past day, or a whole series, is one request away.
TWD/CZK over 1Y: show the values
| Point | TWD/CZK |
|---|---|
| 2025-09-25 | 0.69011 |
| 2025-10-02 | 0.69000 |
| 2025-10-09 | 0.69819 |
| 2025-10-16 | 0.68112 |
| 2025-10-23 | 0.68026 |
| 2025-10-30 | 0.68690 |
| 2025-11-06 | 0.68280 |
| 2025-11-13 | 0.66960 |
| 2025-11-20 | 0.67199 |
| 2025-11-27 | 0.66609 |
| 2025-12-04 | 0.66128 |
| 2025-12-11 | 0.66189 |
| 2025-12-18 | 0.65940 |
| 2025-12-25 | 0.65553 |
| 2026-01-01 | 0.65798 |
| 2026-01-08 | 0.65831 |
| 2026-01-15 | 0.66164 |
| 2026-01-22 | 0.65652 |
| 2026-01-29 | 0.64852 |
| 2026-02-05 | 0.65104 |
| 2026-02-12 | 0.65057 |
| 2026-02-19 | 0.65337 |
| 2026-02-26 | 0.65709 |
| 2026-03-05 | 0.66163 |
| 2026-03-12 | 0.66356 |
| 2026-03-19 | 0.66797 |
| 2026-03-26 | 0.66383 |
| 2026-04-02 | 0.66590 |
| 2026-04-09 | 0.65660 |
| 2026-04-16 | 0.65495 |
| 2026-04-23 | 0.66028 |
| 2026-04-30 | 0.65819 |
| 2026-05-07 | 0.65836 |
| 2026-05-14 | 0.65867 |
| 2026-05-21 | 0.66323 |
| 2026-05-28 | 0.66500 |
| 2026-06-04 | 0.66062 |
| 2026-06-12 | 0.66077 |
| 2026-06-19 | 0.66753 |
| 2026-06-26 | 0.66797 |
| 2026-07-03 | 0.66180 |
| 2026-07-10 | 0.66073 |
| 2026-07-17 | 0.65473 |
| 2026-07-24 | 0.65600 |
| 2026-07-31 | 0.65118 |
| 2026-08-07 | 0.65248 |
| 2026-08-14 | 0.65436 |
| 2026-08-21 | 0.64759 |
| 2026-08-28 | 0.65588 |
| 2026-09-04 | 0.65670 |
| 2026-09-11 | 0.66137 |
| 2026-09-18 | 0.66750 |
| 2026-09-25 | 0.67495 |
High
0.69819
Low
0.64759
Average
0.66358
Get this rate via the API
One GET request returns the TWD/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=TWD¤cies=CZK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=CZK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=CZK").json()Replace YOUR_API_KEY with the key from your dashboard.
TWD/CZK API questions
How do I get the TWD/CZK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=CZK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TWD/CZK rate in rates.CZK.
How far back does TWD/CZK historical data go?
Daily TWD/CZK 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/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.