Convert WST to RUB
Samoan Tala → Russian Ruble
1 WST = 30.740677 RUB(1 RUB = 0.0325302 WST)
Currency converter
1 WST =
30.7407 RUB
WST to RUB: last 30 days
Over the last 30 days, 1 WST traded between 30.5732 and 32.2428 RUB, averaging 31.29 RUB. The WST/RUB rate is down 2.53% since 2026-08-28.
- 30-day high
- 32.2428
- 2026-09-03
- 30-day low
- 30.5732
- 2026-09-20
- 30-day average
- 31.29
- Days with data: 30
- 30-day change
- -2.53%
- since 2026-08-28
32.2428
30.57322026-08-28 → 2026-09-26
| Date | 1 WST in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 30.7407 | 0.00% |
| 2026-09-25 | 30.7407 | -0.29% |
| 2026-09-24 | 30.8309 | -0.44% |
| 2026-09-23 | 30.9658 | +1.14% |
| 2026-09-22 | 30.6157 | -0.96% |
| 2026-09-21 | 30.9121 | +1.11% |
| 2026-09-20 | 30.5732 | -0.37% |
| 2026-09-19 | 30.6865 | +0.04% |
| 2026-09-18 | 30.6734 | -0.49% |
| 2026-09-17 | 30.8256 | +0.22% |
| 2026-09-16 | 30.7573 | -0.59% |
| 2026-09-15 | 30.9396 | +0.13% |
| 2026-09-14 | 30.898 | +0.30% |
| 2026-09-13 | 30.8059 | +0.11% |
| 2026-09-12 | 30.7717 | -0.78% |
| Date | 1 WST in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 31.0137 | -1.66% |
| 2026-09-10 | 31.5364 | -0.81% |
| 2026-09-09 | 31.7937 | -0.86% |
| 2026-09-08 | 32.07 | -0.32% |
| 2026-09-07 | 32.1734 | +1.03% |
| 2026-09-06 | 31.8451 | +0.86% |
| 2026-09-05 | 31.5746 | -0.67% |
| 2026-09-04 | 31.7863 | -1.42% |
| 2026-09-03 | 32.2428 | +0.26% |
| 2026-09-02 | 32.1599 | +0.86% |
| 2026-09-01 | 31.8864 | +0.43% |
| 2026-08-31 | 31.7491 | -0.06% |
| 2026-08-30 | 31.7671 | -0.19% |
| 2026-08-29 | 31.8263 | +0.91% |
| 2026-08-28 | 31.5389 | — |
WST to RUB conversion table
1 WST30.7407 RUB
5 WST153.7034 RUB
10 WST307.4068 RUB
25 WST768.5169 RUB
50 WST1,537.0339 RUB
100 WST3,074.0677 RUB
500 WST15,370.339 RUB
1,000 WST30,740.677 RUB
5,000 WST153,703.39 RUB
10,000 WST307,406.77 RUB
Get the WST/RUB rate in your app
One GET request returns the latest WST → RUB 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/RUB"fetch('https://rate-api.com/api/v1/pair/WST/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 WST = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/WST/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 WST = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/WST/RUB');
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']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "WST",
"to": "RUB"
},
"rate": 30.7407,
"timestamp": 1790432084,
"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
RUB to WSTRussian Ruble → Samoan Tala0.03253Convert WST to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.