Convert WST to EUR
Samoan Tala → Euro
1 WST = 0.317109 EUR(1 EUR = 3.153489 WST)
Currency converter
1 WST =
0.31711 EUR
WST to EUR: last 30 days
Over the last 30 days, 1 WST traded between 0.3153 and 0.32192 EUR, averaging 0.31787 EUR. The WST/EUR rate is up 0.06% since 2026-08-28.
- 30-day high
- 0.32192
- 2026-09-23
- 30-day low
- 0.3153
- 2026-09-13
- 30-day average
- 0.31787
- Days with data: 30
- 30-day change
- +0.06%
- since 2026-08-28
0.32192
0.31532026-08-28 → 2026-09-26
| Date | 1 WST in EUR | Daily change |
|---|---|---|
| 2026-09-26 | 0.31711 | 0.00% |
| 2026-09-25 | 0.31711 | -0.81% |
| 2026-09-24 | 0.3197 | -0.69% |
| 2026-09-23 | 0.32192 | +0.95% |
| 2026-09-22 | 0.31887 | -0.24% |
| 2026-09-21 | 0.31965 | +0.75% |
| 2026-09-20 | 0.31728 | +0.00% |
| 2026-09-19 | 0.31728 | +0.16% |
| 2026-09-18 | 0.31675 | -0.63% |
| 2026-09-17 | 0.31876 | +0.67% |
| 2026-09-16 | 0.31663 | -0.20% |
| 2026-09-15 | 0.31727 | +0.27% |
| 2026-09-14 | 0.31643 | +0.36% |
| 2026-09-13 | 0.3153 | -0.00% |
| 2026-09-12 | 0.3153 | -1.05% |
| Date | 1 WST in EUR | Daily change |
|---|---|---|
| 2026-09-11 | 0.31865 | -0.24% |
| 2026-09-10 | 0.31942 | +0.50% |
| 2026-09-09 | 0.31784 | -0.74% |
| 2026-09-08 | 0.3202 | +0.18% |
| 2026-09-07 | 0.31962 | +0.97% |
| 2026-09-06 | 0.31656 | -0.00% |
| 2026-09-05 | 0.31656 | +0.30% |
| 2026-09-04 | 0.31561 | -0.75% |
| 2026-09-03 | 0.31799 | -0.60% |
| 2026-09-02 | 0.31992 | +0.38% |
| 2026-09-01 | 0.31872 | +0.08% |
| 2026-08-31 | 0.31848 | +0.41% |
| 2026-08-30 | 0.31719 | -0.00% |
| 2026-08-29 | 0.31719 | +0.08% |
| 2026-08-28 | 0.31693 | — |
WST to EUR conversion table
1 WST0.31711 EUR
5 WST1.5855 EUR
10 WST3.1711 EUR
25 WST7.9277 EUR
50 WST15.8555 EUR
100 WST31.7109 EUR
500 WST158.5545 EUR
1,000 WST317.109 EUR
5,000 WST1,585.5452 EUR
10,000 WST3,171.0904 EUR
Get the WST/EUR rate in your app
One GET request returns the latest WST → EUR 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/EUR"fetch('https://rate-api.com/api/v1/pair/WST/EUR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 WST = ${data.rate} EUR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/WST/EUR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 WST = {data['rate']} EUR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/WST/EUR');
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']} EUR\n";Example response
{
"success": true,
"pair": {
"from": "WST",
"to": "EUR"
},
"rate": 0.3171,
"timestamp": 1790437655,
"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
EUR to WSTEuro → Samoan Tala3.1535Convert WST to other currencies
Convert other currencies to EUR
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.