Convert WST to INR
Samoan Tala → Indian Rupee
1 WST = 34.647493 INR(1 INR = 0.0288621 WST)
Currency converter
1 WST =
34.6475 INR
WST to INR: last 30 days
Over the last 30 days, 1 WST traded between 34.6475 and 35.4116 INR, averaging 35.0171 INR. The WST/INR rate is down 1.57% since 2026-08-28.
- 30-day high
- 35.4116
- 2026-09-10
- 30-day low
- 34.6475
- 2026-09-25
- 30-day average
- 35.0171
- Days with data: 30
- 30-day change
- -1.57%
- since 2026-08-28
35.4116
34.64752026-08-28 → 2026-09-26
| Date | 1 WST in INR | Daily change |
|---|---|---|
| 2026-09-26 | 34.6475 | 0.00% |
| 2026-09-25 | 34.6475 | -0.64% |
| 2026-09-24 | 34.8717 | -0.85% |
| 2026-09-23 | 35.1694 | +0.66% |
| 2026-09-22 | 34.9405 | -0.72% |
| 2026-09-21 | 35.1928 | +0.95% |
| 2026-09-20 | 34.8618 | +0.00% |
| 2026-09-19 | 34.8618 | +0.16% |
| 2026-09-18 | 34.8044 | -0.87% |
| 2026-09-17 | 35.1115 | +0.16% |
| 2026-09-16 | 35.054 | -0.22% |
| 2026-09-15 | 35.1309 | +0.58% |
| 2026-09-14 | 34.9281 | +0.00% |
| 2026-09-13 | 34.927 | -0.00% |
| 2026-09-12 | 34.9271 | -1.05% |
| Date | 1 WST in INR | Daily change |
|---|---|---|
| 2026-09-11 | 35.2984 | -0.32% |
| 2026-09-10 | 35.4116 | +0.53% |
| 2026-09-09 | 35.224 | -0.12% |
| 2026-09-08 | 35.2655 | +0.47% |
| 2026-09-07 | 35.0998 | +0.97% |
| 2026-09-06 | 34.7631 | -0.00% |
| 2026-09-05 | 34.7631 | +0.30% |
| 2026-09-04 | 34.6588 | -0.69% |
| 2026-09-03 | 34.8994 | -0.79% |
| 2026-09-02 | 35.1769 | +0.29% |
| 2026-09-01 | 35.0746 | -0.20% |
| 2026-08-31 | 35.1465 | -0.23% |
| 2026-08-30 | 35.2277 | -0.00% |
| 2026-08-29 | 35.2277 | +0.08% |
| 2026-08-28 | 35.1991 | — |
WST to INR conversion table
1 WST34.6475 INR
5 WST173.2375 INR
10 WST346.4749 INR
25 WST866.1873 INR
50 WST1,732.3746 INR
100 WST3,464.7493 INR
500 WST17,323.746 INR
1,000 WST34,647.493 INR
5,000 WST173,237.46 INR
10,000 WST346,474.93 INR
Get the WST/INR rate in your app
One GET request returns the latest WST → INR 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/INR"fetch('https://rate-api.com/api/v1/pair/WST/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 WST = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/WST/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 WST = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/WST/INR');
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']} INR\n";Example response
{
"success": true,
"pair": {
"from": "WST",
"to": "INR"
},
"rate": 34.6475,
"timestamp": 1790435263,
"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
INR to WSTIndian Rupee → Samoan Tala0.028862Convert WST to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.