Convert RUB to WST
Russian Ruble → Samoan Tala
1 RUB = 0.0325302 WST(1 WST = 30.740677 RUB)
Currency converter
1 RUB =
0.03253 WST
RUB to WST: last 30 days
Over the last 30 days, 1 RUB traded between 0.031015 and 0.032708 WST, averaging 0.031969 WST. The RUB/WST rate is up 2.60% since 2026-08-28.
- 30-day high
- 0.032708
- 2026-09-20
- 30-day low
- 0.031015
- 2026-09-03
- 30-day average
- 0.031969
- Days with data: 30
- 30-day change
- +2.60%
- since 2026-08-28
0.032708
0.0310152026-08-28 → 2026-09-26
| Date | 1 RUB in WST | Daily change |
|---|---|---|
| 2026-09-26 | 0.03253 | 0.00% |
| 2026-09-25 | 0.03253 | +0.29% |
| 2026-09-24 | 0.032435 | +0.44% |
| 2026-09-23 | 0.032294 | -1.13% |
| 2026-09-22 | 0.032663 | +0.97% |
| 2026-09-21 | 0.03235 | -1.10% |
| 2026-09-20 | 0.032708 | +0.37% |
| 2026-09-19 | 0.032588 | -0.04% |
| 2026-09-18 | 0.032602 | +0.50% |
| 2026-09-17 | 0.032441 | -0.22% |
| 2026-09-16 | 0.032513 | +0.59% |
| 2026-09-15 | 0.032321 | -0.13% |
| 2026-09-14 | 0.032365 | -0.30% |
| 2026-09-13 | 0.032461 | -0.11% |
| 2026-09-12 | 0.032497 | +0.79% |
| Date | 1 RUB in WST | Daily change |
|---|---|---|
| 2026-09-11 | 0.032244 | +1.69% |
| 2026-09-10 | 0.031709 | +0.82% |
| 2026-09-09 | 0.031453 | +0.87% |
| 2026-09-08 | 0.031182 | +0.32% |
| 2026-09-07 | 0.031082 | -1.02% |
| 2026-09-06 | 0.031402 | -0.85% |
| 2026-09-05 | 0.031671 | +0.67% |
| 2026-09-04 | 0.03146 | +1.44% |
| 2026-09-03 | 0.031015 | -0.26% |
| 2026-09-02 | 0.031095 | -0.85% |
| 2026-09-01 | 0.031361 | -0.43% |
| 2026-08-31 | 0.031497 | +0.06% |
| 2026-08-30 | 0.031479 | +0.19% |
| 2026-08-29 | 0.031421 | -0.90% |
| 2026-08-28 | 0.031707 | — |
RUB to WST conversion table
1 RUB0.03253 WST
5 RUB0.16265 WST
10 RUB0.3253 WST
25 RUB0.81325 WST
50 RUB1.6265 WST
100 RUB3.253 WST
500 RUB16.2651 WST
1,000 RUB32.5302 WST
5,000 RUB162.6509 WST
10,000 RUB325.3019 WST
Get the RUB/WST rate in your app
One GET request returns the latest RUB → 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/RUB/WST"fetch('https://rate-api.com/api/v1/pair/RUB/WST', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} WST`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/WST",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} WST")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/WST');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 RUB = {$data['rate']} WST\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "WST"
},
"rate": 0.0325,
"timestamp": 1790429314,
"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 RUBSamoan Tala → Russian Ruble30.7407Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.