Convert INR to ZMW
Indian Rupee → Zambian Kwacha
1 INR = 0.204035 ZMW(1 ZMW = 4.901111 INR)
Currency converter
1 INR =
0.20404 ZMW
INR to ZMW: last 30 days
Over the last 30 days, 1 INR traded between 0.19929 and 0.2056 ZMW, averaging 0.20302 ZMW. The INR/ZMW rate is up 2.38% since 2026-08-28.
- 30-day high
- 0.2056
- 2026-09-21
- 30-day low
- 0.19929
- 2026-08-28
- 30-day average
- 0.20302
- Days with data: 30
- 30-day change
- +2.38%
- since 2026-08-28
0.2056
0.199292026-08-28 → 2026-09-26
| Date | 1 INR in ZMW | Daily change |
|---|---|---|
| 2026-09-26 | 0.20404 | 0.00% |
| 2026-09-25 | 0.20404 | +0.05% |
| 2026-09-24 | 0.20394 | +0.13% |
| 2026-09-23 | 0.20368 | -0.92% |
| 2026-09-22 | 0.20557 | -0.02% |
| 2026-09-21 | 0.2056 | +0.41% |
| 2026-09-20 | 0.20476 | -0.32% |
| 2026-09-19 | 0.20542 | +0.37% |
| 2026-09-18 | 0.20466 | +0.02% |
| 2026-09-17 | 0.20461 | +0.18% |
| 2026-09-16 | 0.20425 | +1.03% |
| 2026-09-15 | 0.20216 | -0.16% |
| 2026-09-14 | 0.20249 | +0.00% |
| 2026-09-13 | 0.20248 | -0.00% |
| 2026-09-12 | 0.20249 | +0.00% |
| Date | 1 INR in ZMW | Daily change |
|---|---|---|
| 2026-09-11 | 0.20249 | +0.13% |
| 2026-09-10 | 0.20223 | -0.45% |
| 2026-09-09 | 0.20314 | +0.07% |
| 2026-09-08 | 0.20299 | -0.36% |
| 2026-09-07 | 0.20372 | +0.00% |
| 2026-09-06 | 0.20371 | -0.00% |
| 2026-09-05 | 0.20372 | +0.25% |
| 2026-09-04 | 0.2032 | +0.27% |
| 2026-09-03 | 0.20267 | +0.45% |
| 2026-09-02 | 0.20175 | -0.02% |
| 2026-09-01 | 0.20179 | +0.82% |
| 2026-08-31 | 0.20016 | +0.29% |
| 2026-08-30 | 0.19958 | -0.16% |
| 2026-08-29 | 0.19991 | +0.31% |
| 2026-08-28 | 0.19929 | — |
INR to ZMW conversion table
1 INR0.20404 ZMW
5 INR1.0202 ZMW
10 INR2.0404 ZMW
25 INR5.1009 ZMW
50 INR10.2018 ZMW
100 INR20.4035 ZMW
500 INR102.0177 ZMW
1,000 INR204.0354 ZMW
5,000 INR1,020.1769 ZMW
10,000 INR2,040.3538 ZMW
Get the INR/ZMW rate in your app
One GET request returns the latest INR → ZMW 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/ZMW"fetch('https://rate-api.com/api/v1/pair/INR/ZMW', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} ZMW`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/ZMW",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} ZMW")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/ZMW');
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']} ZMW\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "ZMW"
},
"rate": 0.204,
"timestamp": 1790429453,
"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
ZMW to INRZambian Kwacha → Indian Rupee4.9011Convert INR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.