Convert WST to GBP
Samoan Tala → British Pound
1 WST = 0.272856 GBP(1 GBP = 3.66493 WST)
Currency converter
1 WST =
0.27286 GBP
WST to GBP: last 30 days
Over the last 30 days, 1 WST traded between 0.27058 and 0.27669 GBP, averaging 0.27284 GBP. The WST/GBP rate is up 0.44% since 2026-08-28.
- 30-day high
- 0.27669
- 2026-09-23
- 30-day low
- 0.27058
- 2026-09-13
- 30-day average
- 0.27284
- Days with data: 30
- 30-day change
- +0.44%
- since 2026-08-28
0.27669
0.270582026-08-28 → 2026-09-26
| Date | 1 WST in GBP | Daily change |
|---|---|---|
| 2026-09-26 | 0.27286 | 0.00% |
| 2026-09-25 | 0.27286 | -0.74% |
| 2026-09-24 | 0.27489 | -0.65% |
| 2026-09-23 | 0.27669 | +1.15% |
| 2026-09-22 | 0.27353 | -0.24% |
| 2026-09-21 | 0.2742 | +0.63% |
| 2026-09-20 | 0.27248 | +0.00% |
| 2026-09-19 | 0.27248 | +0.16% |
| 2026-09-18 | 0.27203 | -0.57% |
| 2026-09-17 | 0.27359 | +0.78% |
| 2026-09-16 | 0.27148 | -0.02% |
| 2026-09-15 | 0.27152 | +0.25% |
| 2026-09-14 | 0.27086 | +0.10% |
| 2026-09-13 | 0.27058 | -0.00% |
| 2026-09-12 | 0.27058 | -1.05% |
| Date | 1 WST in GBP | Daily change |
|---|---|---|
| 2026-09-11 | 0.27346 | -0.35% |
| 2026-09-10 | 0.27443 | +0.52% |
| 2026-09-09 | 0.27302 | -0.55% |
| 2026-09-08 | 0.27454 | +0.00% |
| 2026-09-07 | 0.27454 | +0.96% |
| 2026-09-06 | 0.27192 | -0.00% |
| 2026-09-05 | 0.27192 | +0.30% |
| 2026-09-04 | 0.2711 | -0.93% |
| 2026-09-03 | 0.27365 | -0.39% |
| 2026-09-02 | 0.27471 | +0.63% |
| 2026-09-01 | 0.273 | +0.09% |
| 2026-08-31 | 0.27277 | +0.32% |
| 2026-08-30 | 0.27189 | -0.00% |
| 2026-08-29 | 0.27189 | +0.08% |
| 2026-08-28 | 0.27167 | — |
WST to GBP conversion table
1 WST0.27286 GBP
5 WST1.3643 GBP
10 WST2.7286 GBP
25 WST6.8214 GBP
50 WST13.6428 GBP
100 WST27.2856 GBP
500 WST136.4282 GBP
1,000 WST272.8565 GBP
5,000 WST1,364.2824 GBP
10,000 WST2,728.5648 GBP
Get the WST/GBP rate in your app
One GET request returns the latest WST → GBP 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/GBP"fetch('https://rate-api.com/api/v1/pair/WST/GBP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 WST = ${data.rate} GBP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/WST/GBP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 WST = {data['rate']} GBP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/WST/GBP');
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']} GBP\n";Example response
{
"success": true,
"pair": {
"from": "WST",
"to": "GBP"
},
"rate": 0.2729,
"timestamp": 1790435228,
"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
GBP to WSTBritish Pound → Samoan Tala3.6649Convert WST to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.