Convert WST to USD
Samoan Tala → US Dollar
1 WST = 0.361599 USD(1 USD = 2.765491 WST)
Currency converter
1 WST =
0.3616 USD
WST to USD: last 30 days
Over the last 30 days, 1 WST traded between 0.3616 and 0.37188 USD, averaging 0.36712 USD. The WST/USD rate is down 2.01% since 2026-08-28.
- 30-day high
- 0.37188
- 2026-09-08
- 30-day low
- 0.3616
- 2026-09-25
- 30-day average
- 0.36712
- Days with data: 30
- 30-day change
- -2.01%
- since 2026-08-28
0.37188
0.36162026-08-28 → 2026-09-26
| Date | 1 WST in USD | Daily change |
|---|---|---|
| 2026-09-26 | 0.3616 | 0.00% |
| 2026-09-25 | 0.3616 | -0.50% |
| 2026-09-24 | 0.3634 | -1.07% |
| 2026-09-23 | 0.36734 | +0.50% |
| 2026-09-22 | 0.36552 | -0.48% |
| 2026-09-21 | 0.36728 | +1.01% |
| 2026-09-20 | 0.3636 | +0.00% |
| 2026-09-19 | 0.3636 | +0.16% |
| 2026-09-18 | 0.363 | -0.81% |
| 2026-09-17 | 0.36597 | +0.18% |
| 2026-09-16 | 0.3653 | -0.22% |
| 2026-09-15 | 0.3661 | +0.16% |
| 2026-09-14 | 0.36551 | +0.00% |
| 2026-09-13 | 0.3655 | -0.00% |
| 2026-09-12 | 0.3655 | -1.05% |
| Date | 1 WST in USD | Daily change |
|---|---|---|
| 2026-09-11 | 0.36939 | -0.44% |
| 2026-09-10 | 0.37104 | +0.19% |
| 2026-09-09 | 0.37035 | -0.41% |
| 2026-09-08 | 0.37188 | +0.11% |
| 2026-09-07 | 0.37147 | +0.97% |
| 2026-09-06 | 0.3679 | -0.00% |
| 2026-09-05 | 0.3679 | +0.30% |
| 2026-09-04 | 0.3668 | -0.69% |
| 2026-09-03 | 0.36934 | -0.28% |
| 2026-09-02 | 0.3704 | +0.27% |
| 2026-09-01 | 0.3694 | +0.03% |
| 2026-08-31 | 0.3693 | +0.00% |
| 2026-08-30 | 0.3693 | -0.00% |
| 2026-08-29 | 0.3693 | +0.08% |
| 2026-08-28 | 0.369 | — |
WST to USD conversion table
1 WST0.3616 USD
5 WST1.808 USD
10 WST3.616 USD
25 WST9.04 USD
50 WST18.08 USD
100 WST36.1599 USD
500 WST180.7997 USD
1,000 WST361.5994 USD
5,000 WST1,807.9972 USD
10,000 WST3,615.9944 USD
Get the WST/USD rate in your app
One GET request returns the latest WST → USD 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/USD"fetch('https://rate-api.com/api/v1/pair/WST/USD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 WST = ${data.rate} USD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/WST/USD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 WST = {data['rate']} USD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/WST/USD');
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']} USD\n";Example response
{
"success": true,
"pair": {
"from": "WST",
"to": "USD"
},
"rate": 0.3616,
"timestamp": 1790432090,
"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
USD to WSTUS Dollar → Samoan Tala2.7655Convert WST to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.