Convert CHF to THB
Swiss Franc → Thai Baht
1 CHF = 40.257279 THB(1 THB = 0.0248402 CHF)
Currency converter
1 CHF =
40.2573 THB
CHF to THB: last 30 days
Over the last 30 days, 1 CHF traded between 40.2573 and 41.041 THB, averaging 40.6033 THB. The CHF/THB rate is down 1.75% since 2026-08-29.
- 30-day high
- 41.041
- 2026-09-01
- 30-day low
- 40.2573
- 2026-09-25
- 30-day average
- 40.6033
- Days with data: 30
- 30-day change
- -1.75%
- since 2026-08-29
41.041
40.25732026-08-29 → 2026-09-27
| Date | 1 CHF in THB | Daily change |
|---|---|---|
| 2026-09-27 | 40.2573 | 0.00% |
| 2026-09-26 | 40.2573 | 0.00% |
| 2026-09-25 | 40.2573 | -0.47% |
| 2026-09-24 | 40.4474 | -0.02% |
| 2026-09-23 | 40.4547 | +0.03% |
| 2026-09-22 | 40.4432 | -0.04% |
| 2026-09-21 | 40.4609 | +0.15% |
| 2026-09-20 | 40.3985 | 0.00% |
| 2026-09-19 | 40.3985 | 0.00% |
| 2026-09-18 | 40.3985 | +0.01% |
| 2026-09-17 | 40.3947 | -0.50% |
| 2026-09-16 | 40.5973 | -0.24% |
| 2026-09-15 | 40.694 | -0.07% |
| 2026-09-14 | 40.7241 | +0.42% |
| 2026-09-13 | 40.5556 | 0.00% |
| Date | 1 CHF in THB | Daily change |
|---|---|---|
| 2026-09-12 | 40.5556 | 0.00% |
| 2026-09-11 | 40.5556 | -0.20% |
| 2026-09-10 | 40.6352 | -0.24% |
| 2026-09-09 | 40.7338 | +0.43% |
| 2026-09-08 | 40.5597 | -0.22% |
| 2026-09-07 | 40.6493 | -0.08% |
| 2026-09-06 | 40.6801 | 0.00% |
| 2026-09-05 | 40.6801 | 0.00% |
| 2026-09-04 | 40.6801 | -0.30% |
| 2026-09-03 | 40.8008 | -0.04% |
| 2026-09-02 | 40.819 | -0.54% |
| 2026-09-01 | 41.041 | +0.06% |
| 2026-08-31 | 41.0179 | +0.10% |
| 2026-08-30 | 40.9756 | 0.00% |
| 2026-08-29 | 40.9756 | — |
CHF to THB conversion table
1 CHF40.2573 THB
5 CHF201.2864 THB
10 CHF402.5728 THB
25 CHF1,006.432 THB
50 CHF2,012.8639 THB
100 CHF4,025.7279 THB
500 CHF20,128.639 THB
1,000 CHF40,257.279 THB
5,000 CHF201,286.39 THB
10,000 CHF402,572.79 THB
Get the CHF/THB rate in your app
One GET request returns the latest CHF → THB 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/THB"fetch('https://rate-api.com/api/v1/pair/CHF/THB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} THB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/THB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} THB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/THB');
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']} THB\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "THB"
},
"rate": 40.2573,
"timestamp": 1790478824,
"date": "2026-09-27"
}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
THB to CHFThai Baht → Swiss Franc0.02484Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.