Convert GBP to WST
British Pound → Samoan Tala
1 GBP = 3.66493 WST(1 WST = 0.272856 GBP)
Currency converter
1 GBP =
3.6649 WST
GBP to WST: last 30 days
Over the last 30 days, 1 GBP traded between 3.6142 and 3.6958 WST, averaging 3.6653 WST. The GBP/WST rate is down 0.43% since 2026-08-28.
- 30-day high
- 3.6958
- 2026-09-13
- 30-day low
- 3.6142
- 2026-09-23
- 30-day average
- 3.6653
- Days with data: 30
- 30-day change
- -0.43%
- since 2026-08-28
3.6958
3.61422026-08-28 → 2026-09-26
| Date | 1 GBP in WST | Daily change |
|---|---|---|
| 2026-09-26 | 3.6649 | 0.00% |
| 2026-09-25 | 3.6649 | +0.75% |
| 2026-09-24 | 3.6378 | +0.65% |
| 2026-09-23 | 3.6142 | -1.14% |
| 2026-09-22 | 3.6559 | +0.24% |
| 2026-09-21 | 3.647 | -0.63% |
| 2026-09-20 | 3.67 | -0.00% |
| 2026-09-19 | 3.67 | -0.16% |
| 2026-09-18 | 3.6761 | +0.58% |
| 2026-09-17 | 3.655 | -0.77% |
| 2026-09-16 | 3.6835 | +0.02% |
| 2026-09-15 | 3.683 | -0.24% |
| 2026-09-14 | 3.692 | -0.10% |
| 2026-09-13 | 3.6958 | +0.00% |
| 2026-09-12 | 3.6958 | +1.06% |
| Date | 1 GBP in WST | Daily change |
|---|---|---|
| 2026-09-11 | 3.6569 | +0.36% |
| 2026-09-10 | 3.6439 | -0.51% |
| 2026-09-09 | 3.6627 | +0.56% |
| 2026-09-08 | 3.6424 | -0.00% |
| 2026-09-07 | 3.6425 | -0.95% |
| 2026-09-06 | 3.6776 | +0.00% |
| 2026-09-05 | 3.6776 | -0.30% |
| 2026-09-04 | 3.6887 | +0.94% |
| 2026-09-03 | 3.6543 | +0.39% |
| 2026-09-02 | 3.6401 | -0.62% |
| 2026-09-01 | 3.663 | -0.09% |
| 2026-08-31 | 3.6661 | -0.32% |
| 2026-08-30 | 3.6779 | +0.00% |
| 2026-08-29 | 3.6779 | -0.08% |
| 2026-08-28 | 3.6809 | — |
GBP to WST conversion table
1 GBP3.6649 WST
5 GBP18.3247 WST
10 GBP36.6493 WST
25 GBP91.6233 WST
50 GBP183.2465 WST
100 GBP366.493 WST
500 GBP1,832.4652 WST
1,000 GBP3,664.9304 WST
5,000 GBP18,324.652 WST
10,000 GBP36,649.304 WST
Get the GBP/WST rate in your app
One GET request returns the latest GBP → 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/GBP/WST"fetch('https://rate-api.com/api/v1/pair/GBP/WST', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 GBP = ${data.rate} WST`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/GBP/WST",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 GBP = {data['rate']} WST")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/GBP/WST');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 GBP = {$data['rate']} WST\n";Example response
{
"success": true,
"pair": {
"from": "GBP",
"to": "WST"
},
"rate": 3.6649,
"timestamp": 1790429426,
"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 GBPSamoan Tala → British Pound0.27286Convert GBP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.