Convert CAD to WST
Canadian Dollar → Samoan Tala
1 CAD = 1.95541 WST(1 WST = 0.511402 CAD)
Currency converter
1 CAD =
1.9554 WST
CAD to WST: last 30 days
Over the last 30 days, 1 CAD traded between 1.9322 and 1.9756 WST, averaging 1.9572 WST. The CAD/WST rate is down 0.04% since 2026-08-28.
- 30-day high
- 1.9756
- 2026-09-04
- 30-day low
- 1.9322
- 2026-09-23
- 30-day average
- 1.9572
- Days with data: 30
- 30-day change
- -0.04%
- since 2026-08-28
1.9756
1.93222026-08-28 → 2026-09-26
| Date | 1 CAD in WST | Daily change |
|---|---|---|
| 2026-09-26 | 1.9554 | 0.00% |
| 2026-09-25 | 1.9554 | +0.32% |
| 2026-09-24 | 1.9493 | +0.88% |
| 2026-09-23 | 1.9322 | -0.81% |
| 2026-09-22 | 1.948 | +0.19% |
| 2026-09-21 | 1.9442 | -0.96% |
| 2026-09-20 | 1.9631 | -0.00% |
| 2026-09-19 | 1.9631 | -0.16% |
| 2026-09-18 | 1.9663 | +0.71% |
| 2026-09-17 | 1.9524 | -0.58% |
| 2026-09-16 | 1.9639 | +0.08% |
| 2026-09-15 | 1.9623 | -0.40% |
| 2026-09-14 | 1.9701 | -0.21% |
| 2026-09-13 | 1.9743 | +0.00% |
| 2026-09-12 | 1.9743 | +1.06% |
| Date | 1 CAD in WST | Daily change |
|---|---|---|
| 2026-09-11 | 1.9535 | +0.14% |
| 2026-09-10 | 1.9508 | -0.53% |
| 2026-09-09 | 1.9612 | +0.68% |
| 2026-09-08 | 1.9479 | -0.00% |
| 2026-09-07 | 1.9479 | -1.10% |
| 2026-09-06 | 1.9696 | +0.00% |
| 2026-09-05 | 1.9696 | -0.30% |
| 2026-09-04 | 1.9756 | +0.64% |
| 2026-09-03 | 1.9631 | +1.25% |
| 2026-09-02 | 1.9388 | -0.53% |
| 2026-09-01 | 1.9492 | -0.04% |
| 2026-08-31 | 1.95 | -0.23% |
| 2026-08-30 | 1.9545 | +0.00% |
| 2026-08-29 | 1.9545 | -0.08% |
| 2026-08-28 | 1.9561 | — |
CAD to WST conversion table
1 CAD1.9554 WST
5 CAD9.777 WST
10 CAD19.5541 WST
25 CAD48.8852 WST
50 CAD97.7705 WST
100 CAD195.541 WST
500 CAD977.7049 WST
1,000 CAD1,955.4098 WST
5,000 CAD9,777.049 WST
10,000 CAD19,554.098 WST
Get the CAD/WST rate in your app
One GET request returns the latest CAD → 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/CAD/WST"fetch('https://rate-api.com/api/v1/pair/CAD/WST', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} WST`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/WST",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} WST")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/WST');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CAD = {$data['rate']} WST\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "WST"
},
"rate": 1.9554,
"timestamp": 1790429394,
"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 CADSamoan Tala → Canadian Dollar0.5114Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.