Convert INR to WST
Indian Rupee → Samoan Tala
1 INR = 0.0288621 WST(1 WST = 34.647493 INR)
Currency converter
1 INR =
0.028862 WST
INR to WST: last 30 days
Over the last 30 days, 1 INR traded between 0.028239 and 0.028862 WST, averaging 0.028558 WST. The INR/WST rate is up 1.59% since 2026-08-28.
- 30-day high
- 0.028862
- 2026-09-25
- 30-day low
- 0.028239
- 2026-09-10
- 30-day average
- 0.028558
- Days with data: 30
- 30-day change
- +1.59%
- since 2026-08-28
0.028862
0.0282392026-08-28 → 2026-09-26
| Date | 1 INR in WST | Daily change |
|---|---|---|
| 2026-09-26 | 0.028862 | 0.00% |
| 2026-09-25 | 0.028862 | +0.65% |
| 2026-09-24 | 0.028677 | +0.85% |
| 2026-09-23 | 0.028434 | -0.65% |
| 2026-09-22 | 0.02862 | +0.72% |
| 2026-09-21 | 0.028415 | -0.94% |
| 2026-09-20 | 0.028685 | -0.00% |
| 2026-09-19 | 0.028685 | -0.16% |
| 2026-09-18 | 0.028732 | +0.88% |
| 2026-09-17 | 0.028481 | -0.16% |
| 2026-09-16 | 0.028527 | +0.22% |
| 2026-09-15 | 0.028465 | -0.58% |
| 2026-09-14 | 0.02863 | -0.00% |
| 2026-09-13 | 0.028631 | +0.00% |
| 2026-09-12 | 0.028631 | +1.06% |
| Date | 1 INR in WST | Daily change |
|---|---|---|
| 2026-09-11 | 0.02833 | +0.32% |
| 2026-09-10 | 0.028239 | -0.53% |
| 2026-09-09 | 0.02839 | +0.12% |
| 2026-09-08 | 0.028356 | -0.47% |
| 2026-09-07 | 0.02849 | -0.96% |
| 2026-09-06 | 0.028766 | +0.00% |
| 2026-09-05 | 0.028766 | -0.30% |
| 2026-09-04 | 0.028853 | +0.69% |
| 2026-09-03 | 0.028654 | +0.80% |
| 2026-09-02 | 0.028428 | -0.29% |
| 2026-09-01 | 0.028511 | +0.21% |
| 2026-08-31 | 0.028452 | +0.23% |
| 2026-08-30 | 0.028387 | +0.00% |
| 2026-08-29 | 0.028387 | -0.08% |
| 2026-08-28 | 0.02841 | — |
INR to WST conversion table
1 INR0.028862 WST
5 INR0.14431 WST
10 INR0.28862 WST
25 INR0.72155 WST
50 INR1.4431 WST
100 INR2.8862 WST
500 INR14.4311 WST
1,000 INR28.8621 WST
5,000 INR144.3106 WST
10,000 INR288.6212 WST
Get the INR/WST rate in your app
One GET request returns the latest INR → 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/INR/WST"fetch('https://rate-api.com/api/v1/pair/INR/WST', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} WST`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/WST",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} WST")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/WST');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 INR = {$data['rate']} WST\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "WST"
},
"rate": 0.0289,
"timestamp": 1790429435,
"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 INRSamoan Tala → Indian Rupee34.6475Convert INR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.