Convert JPY to WST
Japanese Yen → Samoan Tala
1 JPY = 0.0175486 WST(1 WST = 56.984495 JPY)
Currency converter
1 JPY =
0.017549 WST
JPY to WST: last 30 days
Over the last 30 days, 1 JPY traded between 0.016902 and 0.017762 WST, averaging 0.017382 WST. The JPY/WST rate is up 3.40% since 2026-08-28.
- 30-day high
- 0.017762
- 2026-09-13
- 30-day low
- 0.016902
- 2026-09-01
- 30-day average
- 0.017382
- Days with data: 30
- 30-day change
- +3.40%
- since 2026-08-28
0.017762
0.0169022026-08-28 → 2026-09-26
| Date | 1 JPY in WST | Daily change |
|---|---|---|
| 2026-09-26 | 0.017549 | 0.00% |
| 2026-09-25 | 0.017549 | +1.30% |
| 2026-09-24 | 0.017323 | +0.49% |
| 2026-09-23 | 0.017239 | -0.96% |
| 2026-09-22 | 0.017405 | +0.54% |
| 2026-09-21 | 0.017312 | -0.61% |
| 2026-09-20 | 0.017419 | -0.00% |
| 2026-09-19 | 0.017419 | -0.16% |
| 2026-09-18 | 0.017448 | -0.59% |
| 2026-09-17 | 0.017551 | -0.59% |
| 2026-09-16 | 0.017656 | +0.19% |
| 2026-09-15 | 0.017623 | -0.45% |
| 2026-09-14 | 0.017702 | -0.33% |
| 2026-09-13 | 0.017762 | +0.00% |
| 2026-09-12 | 0.017762 | +1.06% |
| Date | 1 JPY in WST | Daily change |
|---|---|---|
| 2026-09-11 | 0.017575 | +0.54% |
| 2026-09-10 | 0.017481 | -0.77% |
| 2026-09-09 | 0.017617 | +1.09% |
| 2026-09-08 | 0.017427 | +0.18% |
| 2026-09-07 | 0.017396 | +0.00% |
| 2026-09-06 | 0.017396 | +0.00% |
| 2026-09-05 | 0.017396 | -0.30% |
| 2026-09-04 | 0.017448 | +0.54% |
| 2026-09-03 | 0.017355 | +2.59% |
| 2026-09-02 | 0.016916 | +0.08% |
| 2026-09-01 | 0.016902 | -0.30% |
| 2026-08-31 | 0.016952 | -0.03% |
| 2026-08-30 | 0.016958 | +0.00% |
| 2026-08-29 | 0.016958 | -0.08% |
| 2026-08-28 | 0.016972 | — |
JPY to WST conversion table
1 JPY0.017549 WST
5 JPY0.087743 WST
10 JPY0.17549 WST
25 JPY0.43872 WST
50 JPY0.87743 WST
100 JPY1.7549 WST
500 JPY8.7743 WST
1,000 JPY17.5486 WST
5,000 JPY87.7432 WST
10,000 JPY175.4863 WST
Get the JPY/WST rate in your app
One GET request returns the latest JPY → 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/JPY/WST"fetch('https://rate-api.com/api/v1/pair/JPY/WST', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} WST`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/WST",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} WST")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/WST');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 JPY = {$data['rate']} WST\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "WST"
},
"rate": 0.0175,
"timestamp": 1790429335,
"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 JPYSamoan Tala → Japanese Yen56.9845Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.