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: show the values
| Point | CHF/TWD |
|---|---|
| 2021-09-27 | 29.8911 |
| 2021-11-08 | 30.4379 |
| 2021-12-20 | 30.2175 |
| 2022-02-01 | 30.1717 |
| 2022-03-15 | 30.4247 |
| 2022-04-29 | 30.3480 |
| 2022-06-15 | 29.6836 |
| 2022-07-27 | 31.1527 |
| 2022-09-07 | 31.3564 |
| 2022-10-19 | 32.0252 |
| 2022-11-30 | 32.4735 |
| 2023-01-12 | 32.5878 |
| 2023-02-23 | 32.5902 |
| 2023-04-11 | 33.7135 |
| 2023-05-26 | 34.0452 |
| 2023-07-10 | 35.2574 |
| 2023-08-21 | 36.2908 |
| 2023-10-02 | 35.2646 |
| 2023-11-13 | 35.7416 |
| 2023-12-27 | 36.2006 |
| 2024-02-08 | 35.8947 |
| 2024-03-21 | 35.5990 |
| 2024-05-08 | 35.6251 |
| 2024-06-24 | 36.2397 |
| 2024-08-05 | 38.4579 |
| 2024-09-13 | 37.1199 |
| 2024-10-16 | 36.7118 |
| 2024-11-15 | 36.0557 |
| 2024-12-15 | 35.9352 |
| 2025-01-14 | 35.4307 |
| 2025-02-13 | 35.5544 |
| 2025-03-15 | 37.2134 |
| 2025-04-14 | 38.8773 |
| 2025-05-14 | 35.5226 |
| 2025-06-13 | 35.7124 |
| 2025-07-13 | 36.3947 |
| 2025-08-12 | 36.2255 |
| 2025-09-11 | 37.2555 |
| 2025-10-11 | 38.2430 |
| 2025-11-10 | 38.4830 |
| 2025-12-10 | 38.8089 |
| 2026-01-09 | 39.5192 |
| 2026-02-08 | 40.7127 |
| 2026-03-10 | 40.9981 |
| 2026-04-09 | 40.2193 |
| 2026-05-09 | 40.3061 |
| 2026-06-09 | 39.6810 |
| 2026-07-09 | 39.8554 |
| 2026-08-08 | 39.8861 |
| 2026-09-07 | 39.0304 |
High
40.9981
Low
29.6836
Average
35.6843
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=TWD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=TWD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=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¤cies=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.