Convert WST to AUD
Samoan Tala → Australian Dollar
1 WST = 0.514351 AUD(1 AUD = 1.944198 WST)
Currency converter
1 WST =
0.51435 AUD
WST to AUD: last 30 days
Over the last 30 days, 1 WST traded between 0.50919 and 0.51977 AUD, averaging 0.51356 AUD. The WST/AUD rate is up 0.29% since 2026-08-28.
- 30-day high
- 0.51977
- 2026-09-23
- 30-day low
- 0.50919
- 2026-09-04
- 30-day average
- 0.51356
- Days with data: 30
- 30-day change
- +0.29%
- since 2026-08-28
0.51977
0.509192026-08-28 → 2026-09-26
| Date | 1 WST in AUD | Daily change |
|---|---|---|
| 2026-09-26 | 0.51435 | 0.00% |
| 2026-09-25 | 0.51435 | -0.55% |
| 2026-09-24 | 0.51717 | -0.50% |
| 2026-09-23 | 0.51977 | +1.11% |
| 2026-09-22 | 0.51407 | -0.09% |
| 2026-09-21 | 0.51456 | +0.76% |
| 2026-09-20 | 0.51067 | +0.00% |
| 2026-09-19 | 0.51067 | +0.16% |
| 2026-09-18 | 0.50983 | -0.90% |
| 2026-09-17 | 0.51445 | +0.44% |
| 2026-09-16 | 0.51218 | -0.31% |
| 2026-09-15 | 0.51378 | +0.22% |
| 2026-09-14 | 0.51266 | +0.61% |
| 2026-09-13 | 0.50958 | -0.00% |
| 2026-09-12 | 0.50958 | -1.05% |
| Date | 1 WST in AUD | Daily change |
|---|---|---|
| 2026-09-11 | 0.515 | -0.27% |
| 2026-09-10 | 0.51641 | +0.74% |
| 2026-09-09 | 0.5126 | -0.56% |
| 2026-09-08 | 0.51547 | +0.11% |
| 2026-09-07 | 0.51489 | +0.82% |
| 2026-09-06 | 0.51072 | -0.00% |
| 2026-09-05 | 0.51072 | +0.30% |
| 2026-09-04 | 0.50919 | -0.83% |
| 2026-09-03 | 0.51346 | -0.92% |
| 2026-09-02 | 0.51823 | +0.18% |
| 2026-09-01 | 0.51727 | +0.31% |
| 2026-08-31 | 0.51566 | +0.46% |
| 2026-08-30 | 0.51329 | -0.00% |
| 2026-08-29 | 0.51329 | +0.08% |
| 2026-08-28 | 0.51288 | — |
WST to AUD conversion table
1 WST0.51435 AUD
5 WST2.5718 AUD
10 WST5.1435 AUD
25 WST12.8588 AUD
50 WST25.7175 AUD
100 WST51.4351 AUD
500 WST257.1754 AUD
1,000 WST514.3509 AUD
5,000 WST2,571.7543 AUD
10,000 WST5,143.5087 AUD
Get the WST/AUD rate in your app
One GET request returns the latest WST → AUD 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/AUD"fetch('https://rate-api.com/api/v1/pair/WST/AUD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 WST = ${data.rate} AUD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/WST/AUD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 WST = {data['rate']} AUD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/WST/AUD');
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']} AUD\n";Example response
{
"success": true,
"pair": {
"from": "WST",
"to": "AUD"
},
"rate": 0.5144,
"timestamp": 1790432086,
"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
AUD to WSTAustralian Dollar → Samoan Tala1.9442Convert WST to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.