Convert WST to JPY
Samoan Tala → Japanese Yen
1 WST = 56.984495 JPY(1 JPY = 0.0175486 WST)
Currency converter
1 WST =
56.9845 JPY
WST to JPY: last 30 days
Over the last 30 days, 1 WST traded between 56.3014 and 59.1632 JPY, averaging 57.5426 JPY. The WST/JPY rate is down 3.29% since 2026-08-28.
- 30-day high
- 59.1632
- 2026-09-01
- 30-day low
- 56.3014
- 2026-09-13
- 30-day average
- 57.5426
- Days with data: 30
- 30-day change
- -3.29%
- since 2026-08-28
59.1632
56.30142026-08-28 → 2026-09-26
| Date | 1 WST in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 56.9845 | 0.00% |
| 2026-09-25 | 56.9845 | -1.29% |
| 2026-09-24 | 57.7276 | -0.49% |
| 2026-09-23 | 58.0094 | +0.97% |
| 2026-09-22 | 57.4532 | -0.53% |
| 2026-09-21 | 57.7621 | +0.62% |
| 2026-09-20 | 57.4085 | +0.00% |
| 2026-09-19 | 57.4085 | +0.16% |
| 2026-09-18 | 57.3141 | +0.59% |
| 2026-09-17 | 56.9784 | +0.60% |
| 2026-09-16 | 56.6395 | -0.19% |
| 2026-09-15 | 56.7454 | +0.45% |
| 2026-09-14 | 56.4895 | +0.33% |
| 2026-09-13 | 56.3014 | -0.00% |
| 2026-09-12 | 56.3014 | -1.05% |
| Date | 1 WST in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 56.9001 | -0.54% |
| 2026-09-10 | 57.2062 | +0.78% |
| 2026-09-09 | 56.7635 | -1.08% |
| 2026-09-08 | 57.3813 | -0.18% |
| 2026-09-07 | 57.4844 | -0.00% |
| 2026-09-06 | 57.4847 | -0.00% |
| 2026-09-05 | 57.4847 | +0.30% |
| 2026-09-04 | 57.3123 | -0.54% |
| 2026-09-03 | 57.6214 | -2.53% |
| 2026-09-02 | 59.1158 | -0.08% |
| 2026-09-01 | 59.1632 | +0.30% |
| 2026-08-31 | 58.9886 | +0.03% |
| 2026-08-30 | 58.9701 | -0.00% |
| 2026-08-29 | 58.9701 | +0.08% |
| 2026-08-28 | 58.9222 | — |
WST to JPY conversion table
1 WST56.9845 JPY
5 WST284.9225 JPY
10 WST569.845 JPY
25 WST1,424.6124 JPY
50 WST2,849.2248 JPY
100 WST5,698.4495 JPY
500 WST28,492.248 JPY
1,000 WST56,984.495 JPY
5,000 WST284,922.48 JPY
10,000 WST569,844.95 JPY
Get the WST/JPY rate in your app
One GET request returns the latest WST → JPY 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/JPY"fetch('https://rate-api.com/api/v1/pair/WST/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 WST = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/WST/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 WST = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/WST/JPY');
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']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "WST",
"to": "JPY"
},
"rate": 56.9845,
"timestamp": 1790435068,
"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
JPY to WSTJapanese Yen → Samoan Tala0.017549Convert WST to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.