Convert CHF to TWD
Swiss Franc → New Taiwan Dollar
1 CHF = 38.370998 TWD(1 TWD = 0.0260614 CHF)
Currency converter
1 CHF =
38.371 TWD
CHF to TWD: last 30 days
Over the last 30 days, 1 CHF traded between 38.371 and 39.3524 TWD, averaging 38.8637 TWD. The CHF/TWD rate is down 2.43% since 2026-08-28.
- 30-day high
- 39.3524
- 2026-08-29
- 30-day low
- 38.371
- 2026-09-25
- 30-day average
- 38.8637
- Days with data: 30
- 30-day change
- -2.43%
- since 2026-08-28
39.3524
38.3712026-08-28 → 2026-09-26
| Date | 1 CHF in TWD | Daily change |
|---|---|---|
| 2026-09-26 | 38.371 | 0.00% |
| 2026-09-25 | 38.371 | -0.20% |
| 2026-09-24 | 38.4486 | -0.29% |
| 2026-09-23 | 38.5622 | -0.29% |
| 2026-09-22 | 38.674 | -0.07% |
| 2026-09-21 | 38.7026 | +0.40% |
| 2026-09-20 | 38.548 | +0.09% |
| 2026-09-19 | 38.5127 | +0.03% |
| 2026-09-18 | 38.4993 | -0.46% |
| 2026-09-17 | 38.6771 | -0.25% |
| 2026-09-16 | 38.7742 | -0.20% |
| 2026-09-15 | 38.8506 | +0.01% |
| 2026-09-14 | 38.8462 | +0.08% |
| 2026-09-13 | 38.8163 | +0.20% |
| 2026-09-12 | 38.739 | -0.19% |
| Date | 1 CHF in TWD | Daily change |
|---|---|---|
| 2026-09-11 | 38.814 | -0.02% |
| 2026-09-10 | 38.821 | -0.47% |
| 2026-09-09 | 39.0045 | +0.56% |
| 2026-09-08 | 38.7873 | -0.73% |
| 2026-09-07 | 39.0712 | -0.13% |
| 2026-09-06 | 39.1205 | -0.09% |
| 2026-09-05 | 39.1556 | -0.10% |
| 2026-09-04 | 39.1952 | -0.06% |
| 2026-09-03 | 39.2206 | +0.39% |
| 2026-09-02 | 39.0668 | +0.06% |
| 2026-09-01 | 39.0417 | -0.38% |
| 2026-08-31 | 39.1925 | -0.40% |
| 2026-08-30 | 39.3501 | -0.01% |
| 2026-08-29 | 39.3524 | +0.07% |
| 2026-08-28 | 39.3253 | — |
CHF to TWD conversion table
1 CHF38.371 TWD
5 CHF191.855 TWD
10 CHF383.71 TWD
25 CHF959.275 TWD
50 CHF1,918.5499 TWD
100 CHF3,837.0998 TWD
500 CHF19,185.499 TWD
1,000 CHF38,370.998 TWD
5,000 CHF191,854.99 TWD
10,000 CHF383,709.98 TWD
Get the CHF/TWD rate in your app
One GET request returns the latest CHF → TWD rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/CHF/TWD"fetch('https://rate-api.com/api/v1/pair/CHF/TWD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} TWD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/TWD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} TWD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/TWD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CHF = {$data['rate']} TWD\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "TWD"
},
"rate": 38.371,
"timestamp": 1790432066,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
TWD to CHFNew Taiwan Dollar → Swiss Franc0.026061Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.