Skip to content

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

TWD/CZK over 1Y: show the values
PointTWD/CZK
2025-09-250.69011
2025-10-020.69000
2025-10-090.69819
2025-10-160.68112
2025-10-230.68026
2025-10-300.68690
2025-11-060.68280
2025-11-130.66960
2025-11-200.67199
2025-11-270.66609
2025-12-040.66128
2025-12-110.66189
2025-12-180.65940
2025-12-250.65553
2026-01-010.65798
2026-01-080.65831
2026-01-150.66164
2026-01-220.65652
2026-01-290.64852
2026-02-050.65104
2026-02-120.65057
2026-02-190.65337
2026-02-260.65709
2026-03-050.66163
2026-03-120.66356
2026-03-190.66797
2026-03-260.66383
2026-04-020.66590
2026-04-090.65660
2026-04-160.65495
2026-04-230.66028
2026-04-300.65819
2026-05-070.65836
2026-05-140.65867
2026-05-210.66323
2026-05-280.66500
2026-06-040.66062
2026-06-120.66077
2026-06-190.66753
2026-06-260.66797
2026-07-030.66180
2026-07-100.66073
2026-07-170.65473
2026-07-240.65600
2026-07-310.65118
2026-08-070.65248
2026-08-140.65436
2026-08-210.64759
2026-08-280.65588
2026-09-040.65670
2026-09-110.66137
2026-09-180.66750
2026-09-250.67495

High

0.69819

Low

0.64759

Average

0.66358

For developers

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