Skip to content

CHF to TWD exchange rate API

Swiss Franc to New Taiwan Dollar · quoted 2026-09-24

38.4547

▲ +28.65% over 5Y

1 CHF = 38.4547 TWD · 1 TWD = 0.02600 CHF · Get this rate via the API

1 CHF buys 38.4547 TWD as of 2026-09-24, so 1 TWD buys 0.02600 CHF. Over the last 5 years, CHF/TWD traded between 29.6836 and 40.9981, averaged 35.6843 and rose 28.65%. The API holds daily CHF/TWD rates from 2014-08-20 — 12 years of history — so any past day, or a whole series, is one request away.

CHF/TWD over 5Y

CHF/TWD over 5Y: show the values
PointCHF/TWD
2021-09-2729.8911
2021-11-0830.4379
2021-12-2030.2175
2022-02-0130.1717
2022-03-1530.4247
2022-04-2930.3480
2022-06-1529.6836
2022-07-2731.1527
2022-09-0731.3564
2022-10-1932.0252
2022-11-3032.4735
2023-01-1232.5878
2023-02-2332.5902
2023-04-1133.7135
2023-05-2634.0452
2023-07-1035.2574
2023-08-2136.2908
2023-10-0235.2646
2023-11-1335.7416
2023-12-2736.2006
2024-02-0835.8947
2024-03-2135.5990
2024-05-0835.6251
2024-06-2436.2397
2024-08-0538.4579
2024-09-1337.1199
2024-10-1636.7118
2024-11-1536.0557
2024-12-1535.9352
2025-01-1435.4307
2025-02-1335.5544
2025-03-1537.2134
2025-04-1438.8773
2025-05-1435.5226
2025-06-1335.7124
2025-07-1336.3947
2025-08-1236.2255
2025-09-1137.2555
2025-10-1138.2430
2025-11-1038.4830
2025-12-1038.8089
2026-01-0939.5192
2026-02-0840.7127
2026-03-1040.9981
2026-04-0940.2193
2026-05-0940.3061
2026-06-0939.6810
2026-07-0939.8554
2026-08-0839.8861
2026-09-0739.0304

High

40.9981

Low

29.6836

Average

35.6843

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

CHF/TWD API questions

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

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

How far back does CHF/TWD historical data go?

Daily CHF/TWD 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 CHF/TWD 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.