Convert CHF to WST
Swiss Franc → Samoan Tala
1 CHF = 3.338792 WST(1 WST = 0.299509 CHF)
Currency converter
1 CHF =
3.3388 WST
CHF to WST: last 30 days
Over the last 30 days, 1 CHF traded between 3.3082 and 3.3696 WST, averaging 3.3397 WST. The CHF/WST rate is down 0.91% since 2026-08-28.
- 30-day high
- 3.3696
- 2026-08-28
- 30-day low
- 3.3082
- 2026-09-23
- 30-day average
- 3.3397
- Days with data: 30
- 30-day change
- -0.91%
- since 2026-08-28
3.3696
3.30822026-08-28 → 2026-09-26
| Date | 1 CHF in WST | Daily change |
|---|---|---|
| 2026-09-26 | 3.3388 | 0.00% |
| 2026-09-25 | 3.3388 | +0.43% |
| 2026-09-24 | 3.3244 | +0.49% |
| 2026-09-23 | 3.3082 | -0.91% |
| 2026-09-22 | 3.3387 | +0.72% |
| 2026-09-21 | 3.3147 | -0.49% |
| 2026-09-20 | 3.3311 | -0.00% |
| 2026-09-19 | 3.3311 | -0.16% |
| 2026-09-18 | 3.3365 | +0.68% |
| 2026-09-17 | 3.3141 | -0.85% |
| 2026-09-16 | 3.3424 | +0.12% |
| 2026-09-15 | 3.3385 | -0.37% |
| 2026-09-14 | 3.3509 | -0.15% |
| 2026-09-13 | 3.3558 | +0.00% |
| 2026-09-12 | 3.3558 | +1.06% |
| Date | 1 CHF in WST | Daily change |
|---|---|---|
| 2026-09-11 | 3.3205 | +0.04% |
| 2026-09-10 | 3.3192 | -0.79% |
| 2026-09-09 | 3.3456 | +0.97% |
| 2026-09-08 | 3.3136 | -0.39% |
| 2026-09-07 | 3.3266 | -0.96% |
| 2026-09-06 | 3.3588 | +0.00% |
| 2026-09-05 | 3.3588 | -0.30% |
| 2026-09-04 | 3.369 | +0.59% |
| 2026-09-03 | 3.349 | +0.97% |
| 2026-09-02 | 3.3169 | -0.69% |
| 2026-09-01 | 3.3399 | -0.27% |
| 2026-08-31 | 3.349 | -0.53% |
| 2026-08-30 | 3.3668 | +0.00% |
| 2026-08-29 | 3.3668 | -0.08% |
| 2026-08-28 | 3.3696 | — |
CHF to WST conversion table
1 CHF3.3388 WST
5 CHF16.694 WST
10 CHF33.3879 WST
25 CHF83.4698 WST
50 CHF166.9396 WST
100 CHF333.8792 WST
500 CHF1,669.3962 WST
1,000 CHF3,338.7924 WST
5,000 CHF16,693.962 WST
10,000 CHF33,387.924 WST
Get the CHF/WST rate in your app
One GET request returns the latest CHF → WST 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/WST"fetch('https://rate-api.com/api/v1/pair/CHF/WST', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} WST`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/WST",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} WST")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/WST');
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']} WST\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "WST"
},
"rate": 3.3388,
"timestamp": 1790429340,
"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
WST to CHFSamoan Tala → Swiss Franc0.29951Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.