Convert SZL to INR
Swazi Lilangeni → Indian Rupee
1 SZL = 5.880607 INR(1 INR = 0.17005 SZL)
Currency converter
1 SZL =
5.8806 INR
SZL to INR: last 30 days
Over the last 30 days, 1 SZL traded between 5.8381 and 5.9644 INR, averaging 5.9007 INR. The SZL/INR rate is down 1.41% since 2026-08-28.
- 30-day high
- 5.9644
- 2026-08-28
- 30-day low
- 5.8381
- 2026-09-24
- 30-day average
- 5.9007
- Days with data: 30
- 30-day change
- -1.41%
- since 2026-08-28
5.9644
5.83812026-08-28 → 2026-09-26
| Date | 1 SZL in INR | Daily change |
|---|---|---|
| 2026-09-26 | 5.8806 | 0.00% |
| 2026-09-25 | 5.8806 | +0.73% |
| 2026-09-24 | 5.8381 | -0.32% |
| 2026-09-23 | 5.8567 | -0.43% |
| 2026-09-22 | 5.8823 | -0.39% |
| 2026-09-21 | 5.9055 | +0.25% |
| 2026-09-20 | 5.891 | -0.14% |
| 2026-09-19 | 5.899 | +0.38% |
| 2026-09-18 | 5.8768 | +0.11% |
| 2026-09-17 | 5.8704 | -0.73% |
| 2026-09-16 | 5.9135 | +0.30% |
| 2026-09-15 | 5.8959 | -0.09% |
| 2026-09-14 | 5.901 | -0.44% |
| 2026-09-13 | 5.9272 | +0.09% |
| 2026-09-12 | 5.9218 | +0.51% |
| Date | 1 SZL in INR | Daily change |
|---|---|---|
| 2026-09-11 | 5.8919 | -0.97% |
| 2026-09-10 | 5.9499 | +0.10% |
| 2026-09-09 | 5.9442 | +0.25% |
| 2026-09-08 | 5.9295 | +0.31% |
| 2026-09-07 | 5.9113 | -0.12% |
| 2026-09-06 | 5.9181 | -0.04% |
| 2026-09-05 | 5.9206 | +0.17% |
| 2026-09-04 | 5.9108 | +0.36% |
| 2026-09-03 | 5.8893 | +0.31% |
| 2026-09-02 | 5.8713 | -0.36% |
| 2026-09-01 | 5.8923 | +0.13% |
| 2026-08-31 | 5.8846 | -0.27% |
| 2026-08-30 | 5.9008 | -0.03% |
| 2026-08-29 | 5.9026 | -1.04% |
| 2026-08-28 | 5.9644 | — |
SZL to INR conversion table
1 SZL5.8806 INR
5 SZL29.403 INR
10 SZL58.8061 INR
25 SZL147.0152 INR
50 SZL294.0303 INR
100 SZL588.0607 INR
500 SZL2,940.3034 INR
1,000 SZL5,880.6069 INR
5,000 SZL29,403.034 INR
10,000 SZL58,806.069 INR
Get the SZL/INR rate in your app
One GET request returns the latest SZL → 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/SZL/INR"fetch('https://rate-api.com/api/v1/pair/SZL/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 SZL = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/SZL/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 SZL = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/SZL/INR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 SZL = {$data['rate']} INR\n";Example response
{
"success": true,
"pair": {
"from": "SZL",
"to": "INR"
},
"rate": 5.8806,
"timestamp": 1790435377,
"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 SZLIndian Rupee → Swazi Lilangeni0.17005Convert SZL to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.