Skip to content

CHF to TWD exchange rate API

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

38.4389

▼ +2.89% over YTD

1 CHF = 38.4389 TWD · 1 TWD = 0.02602 CHF · Get this rate via the API

1 CHF buys 38.4389 TWD as of 2026-09-24, so 1 TWD buys 0.02602 CHF. Over the year to date, CHF/TWD traded between 38.4338 and 40.9883, averaged 39.8977 and fell 2.89%. 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 YTD

CHF/TWD over YTD: show the values
PointCHF/TWD
2025-12-3139.5843
2026-01-0739.5199
2026-01-1439.5098
2026-01-2140.0785
2026-01-2840.8461
2026-02-0440.7259
2026-02-1140.9883
2026-02-1840.7889
2026-02-2540.4110
2026-03-0440.6816
2026-03-1140.7865
2026-03-1840.4305
2026-03-2540.4279
2026-04-0140.3341
2026-04-0840.3094
2026-04-1540.4204
2026-04-2240.2794
2026-04-2940.0326
2026-05-0640.4016
2026-05-1340.3540
2026-05-2040.0419
2026-05-2739.9366
2026-06-0339.8030
2026-06-1139.6217
2026-06-1839.2824
2026-06-2539.1501
2026-07-0239.5420
2026-07-0939.8554
2026-07-1639.9169
2026-07-2339.5914
2026-07-3039.9400
2026-08-0639.8040
2026-08-1339.5725
2026-08-2039.8959
2026-08-2739.3964
2026-09-0339.2183
2026-09-1038.8870
2026-09-1738.6679
2026-09-2438.4338

High

40.9883

Low

38.4338

Average

39.8977

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.