Convert WST to CNY
Samoan Tala → Chinese Yuan
1 WST = 2.427501 CNY(1 CNY = 0.411946 WST)
Currency converter
1 WST =
2.4275 CNY
WST to CNY: last 30 days
Over the last 30 days, 1 WST traded between 2.4275 and 2.4955 CNY, averaging 2.4635 CNY. The WST/CNY rate is down 2.12% since 2026-08-28.
- 30-day high
- 2.4955
- 2026-09-08
- 30-day low
- 2.4275
- 2026-09-25
- 30-day average
- 2.4635
- Days with data: 30
- 30-day change
- -2.12%
- since 2026-08-28
2.4955
2.42752026-08-28 → 2026-09-26
| Date | 1 WST in CNY | Daily change |
|---|---|---|
| 2026-09-26 | 2.4275 | 0.00% |
| 2026-09-25 | 2.4275 | -0.49% |
| 2026-09-24 | 2.4393 | -1.00% |
| 2026-09-23 | 2.4639 | +0.61% |
| 2026-09-22 | 2.4491 | -0.41% |
| 2026-09-21 | 2.4591 | +0.98% |
| 2026-09-20 | 2.4352 | +0.00% |
| 2026-09-19 | 2.4352 | +0.16% |
| 2026-09-18 | 2.4312 | -0.96% |
| 2026-09-17 | 2.4548 | +0.19% |
| 2026-09-16 | 2.4501 | -0.28% |
| 2026-09-15 | 2.4571 | +0.21% |
| 2026-09-14 | 2.452 | +0.01% |
| 2026-09-13 | 2.4518 | -0.00% |
| 2026-09-12 | 2.4518 | -1.05% |
| Date | 1 WST in CNY | Daily change |
|---|---|---|
| 2026-09-11 | 2.4779 | -0.42% |
| 2026-09-10 | 2.4883 | +0.16% |
| 2026-09-09 | 2.4842 | -0.45% |
| 2026-09-08 | 2.4955 | +0.10% |
| 2026-09-07 | 2.4929 | +0.97% |
| 2026-09-06 | 2.469 | -0.00% |
| 2026-09-05 | 2.469 | +0.30% |
| 2026-09-04 | 2.4616 | -0.81% |
| 2026-09-03 | 2.4817 | -0.32% |
| 2026-09-02 | 2.4896 | +0.26% |
| 2026-09-01 | 2.4832 | +0.07% |
| 2026-08-31 | 2.4816 | -0.02% |
| 2026-08-30 | 2.482 | -0.00% |
| 2026-08-29 | 2.482 | +0.08% |
| 2026-08-28 | 2.48 | — |
WST to CNY conversion table
1 WST2.4275 CNY
5 WST12.1375 CNY
10 WST24.275 CNY
25 WST60.6875 CNY
50 WST121.3751 CNY
100 WST242.7501 CNY
500 WST1,213.7507 CNY
1,000 WST2,427.5014 CNY
5,000 WST12,137.507 CNY
10,000 WST24,275.014 CNY
Get the WST/CNY rate in your app
One GET request returns the latest WST → CNY 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/CNY"fetch('https://rate-api.com/api/v1/pair/WST/CNY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 WST = ${data.rate} CNY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/WST/CNY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 WST = {data['rate']} CNY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/WST/CNY');
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']} CNY\n";Example response
{
"success": true,
"pair": {
"from": "WST",
"to": "CNY"
},
"rate": 2.4275,
"timestamp": 1790435118,
"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
CNY to WSTChinese Yuan → Samoan Tala0.41195Convert WST to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.