Convert WST to CHF
Samoan Tala → Swiss Franc
1 WST = 0.299509 CHF(1 CHF = 3.338792 WST)
Currency converter
1 WST =
0.29951 CHF
WST to CHF: last 30 days
Over the last 30 days, 1 WST traded between 0.29677 and 0.30228 CHF, averaging 0.29944 CHF. The WST/CHF rate is up 0.92% since 2026-08-28.
- 30-day high
- 0.30228
- 2026-09-23
- 30-day low
- 0.29677
- 2026-08-28
- 30-day average
- 0.29944
- Days with data: 30
- 30-day change
- +0.92%
- since 2026-08-28
0.30228
0.296772026-08-28 → 2026-09-26
| Date | 1 WST in CHF | Daily change |
|---|---|---|
| 2026-09-26 | 0.29951 | 0.00% |
| 2026-09-25 | 0.29951 | -0.43% |
| 2026-09-24 | 0.3008 | -0.49% |
| 2026-09-23 | 0.30228 | +0.92% |
| 2026-09-22 | 0.29952 | -0.72% |
| 2026-09-21 | 0.30169 | +0.49% |
| 2026-09-20 | 0.30021 | +0.00% |
| 2026-09-19 | 0.3002 | +0.16% |
| 2026-09-18 | 0.29971 | -0.67% |
| 2026-09-17 | 0.30174 | +0.85% |
| 2026-09-16 | 0.29919 | -0.12% |
| 2026-09-15 | 0.29954 | +0.37% |
| 2026-09-14 | 0.29843 | +0.15% |
| 2026-09-13 | 0.29799 | -0.00% |
| 2026-09-12 | 0.29799 | -1.05% |
| Date | 1 WST in CHF | Daily change |
|---|---|---|
| 2026-09-11 | 0.30116 | -0.04% |
| 2026-09-10 | 0.30127 | +0.79% |
| 2026-09-09 | 0.2989 | -0.96% |
| 2026-09-08 | 0.30179 | +0.39% |
| 2026-09-07 | 0.30061 | +0.97% |
| 2026-09-06 | 0.29772 | -0.00% |
| 2026-09-05 | 0.29772 | +0.30% |
| 2026-09-04 | 0.29683 | -0.59% |
| 2026-09-03 | 0.29859 | -0.96% |
| 2026-09-02 | 0.30149 | +0.69% |
| 2026-09-01 | 0.29941 | +0.27% |
| 2026-08-31 | 0.2986 | +0.53% |
| 2026-08-30 | 0.29701 | -0.00% |
| 2026-08-29 | 0.29701 | +0.08% |
| 2026-08-28 | 0.29677 | — |
WST to CHF conversion table
1 WST0.29951 CHF
5 WST1.4975 CHF
10 WST2.9951 CHF
25 WST7.4877 CHF
50 WST14.9755 CHF
100 WST29.9509 CHF
500 WST149.7548 CHF
1,000 WST299.5095 CHF
5,000 WST1,497.5475 CHF
10,000 WST2,995.0949 CHF
Get the WST/CHF rate in your app
One GET request returns the latest WST → CHF 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/WST/CHF"fetch('https://rate-api.com/api/v1/pair/WST/CHF', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 WST = ${data.rate} CHF`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/WST/CHF",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 WST = {data['rate']} CHF")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/WST/CHF');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 WST = {$data['rate']} CHF\n";Example response
{
"success": true,
"pair": {
"from": "WST",
"to": "CHF"
},
"rate": 0.2995,
"timestamp": 1790432089,
"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
CHF to WSTSwiss Franc → Samoan Tala3.3388Convert WST to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.