Convert AUD to WST
Australian Dollar → Samoan Tala
1 AUD = 1.944198 WST(1 WST = 0.514351 AUD)
Currency converter
1 AUD =
1.9442 WST
AUD to WST: last 30 days
Over the last 30 days, 1 AUD traded between 1.9239 and 1.9639 WST, averaging 1.9472 WST. The AUD/WST rate is down 0.29% since 2026-08-28.
- 30-day high
- 1.9639
- 2026-09-04
- 30-day low
- 1.9239
- 2026-09-23
- 30-day average
- 1.9472
- Days with data: 30
- 30-day change
- -0.29%
- since 2026-08-28
1.9639
1.92392026-08-28 → 2026-09-26
| Date | 1 AUD in WST | Daily change |
|---|---|---|
| 2026-09-26 | 1.9442 | 0.00% |
| 2026-09-25 | 1.9442 | +0.55% |
| 2026-09-24 | 1.9336 | +0.50% |
| 2026-09-23 | 1.9239 | -1.10% |
| 2026-09-22 | 1.9452 | +0.09% |
| 2026-09-21 | 1.9434 | -0.76% |
| 2026-09-20 | 1.9582 | -0.00% |
| 2026-09-19 | 1.9582 | -0.16% |
| 2026-09-18 | 1.9614 | +0.91% |
| 2026-09-17 | 1.9438 | -0.44% |
| 2026-09-16 | 1.9524 | +0.31% |
| 2026-09-15 | 1.9463 | -0.22% |
| 2026-09-14 | 1.9506 | -0.60% |
| 2026-09-13 | 1.9624 | +0.00% |
| 2026-09-12 | 1.9624 | +1.06% |
| Date | 1 AUD in WST | Daily change |
|---|---|---|
| 2026-09-11 | 1.9418 | +0.27% |
| 2026-09-10 | 1.9365 | -0.74% |
| 2026-09-09 | 1.9508 | +0.56% |
| 2026-09-08 | 1.94 | -0.11% |
| 2026-09-07 | 1.9422 | -0.81% |
| 2026-09-06 | 1.958 | +0.00% |
| 2026-09-05 | 1.958 | -0.30% |
| 2026-09-04 | 1.9639 | +0.84% |
| 2026-09-03 | 1.9476 | +0.93% |
| 2026-09-02 | 1.9297 | -0.18% |
| 2026-09-01 | 1.9332 | -0.31% |
| 2026-08-31 | 1.9393 | -0.46% |
| 2026-08-30 | 1.9482 | +0.00% |
| 2026-08-29 | 1.9482 | -0.08% |
| 2026-08-28 | 1.9498 | — |
AUD to WST conversion table
1 AUD1.9442 WST
5 AUD9.721 WST
10 AUD19.442 WST
25 AUD48.605 WST
50 AUD97.2099 WST
100 AUD194.4198 WST
500 AUD972.0991 WST
1,000 AUD1,944.1981 WST
5,000 AUD9,720.9907 WST
10,000 AUD19,441.981 WST
Get the AUD/WST rate in your app
One GET request returns the latest AUD → 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/AUD/WST"fetch('https://rate-api.com/api/v1/pair/AUD/WST', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AUD = ${data.rate} WST`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AUD/WST",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AUD = {data['rate']} WST")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AUD/WST');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 AUD = {$data['rate']} WST\n";Example response
{
"success": true,
"pair": {
"from": "AUD",
"to": "WST"
},
"rate": 1.9442,
"timestamp": 1790429336,
"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 AUDSamoan Tala → Australian Dollar0.51435Convert AUD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.