Convert ZWL to INR
Zimbabwean Dollar → Indian Rupee
1 ZWL = 0.0014396 INR(1 INR = 694.63971 ZWL)
Currency converter
1 ZWL =
0.0014396 INR
ZWL to INR: last 30 days
Over the last 30 days, 1 ZWL traded between 0.0014131 and 0.29776 INR, averaging 0.01131 INR. The ZWL/INR rate is up 0.18% since 2026-08-28.
- 30-day high
- 0.29776
- 2026-09-18
- 30-day low
- 0.0014131
- 2026-09-08
- 30-day average
- 0.01131
- Days with data: 30
- 30-day change
- +0.18%
- since 2026-08-28
0.29776
0.00141312026-08-28 → 2026-09-26
| Date | 1 ZWL in INR | Daily change |
|---|---|---|
| 2026-09-26 | 0.0014396 | 0.00% |
| 2026-09-25 | 0.0014396 | -0.09% |
| 2026-09-24 | 0.0014409 | +0.40% |
| 2026-09-23 | 0.0014353 | -0.07% |
| 2026-09-22 | 0.0014362 | -0.19% |
| 2026-09-21 | 0.001439 | -0.04% |
| 2026-09-20 | 0.0014395 | 0.00% |
| 2026-09-19 | 0.0014395 | -99.52% |
| 2026-09-18 | 0.29776 | +20596.82% |
| 2026-09-17 | 0.0014387 | +0.37% |
| 2026-09-16 | 0.0014333 | +0.01% |
| 2026-09-15 | 0.0014332 | -0.11% |
| 2026-09-14 | 0.0014348 | +0.03% |
| 2026-09-13 | 0.0014344 | 0.00% |
| 2026-09-12 | 0.0014344 | +0.06% |
| Date | 1 ZWL in INR | Daily change |
|---|---|---|
| 2026-09-11 | 0.0014336 | +0.18% |
| 2026-09-10 | 0.001431 | +0.48% |
| 2026-09-09 | 0.0014241 | +0.78% |
| 2026-09-08 | 0.0014131 | -0.74% |
| 2026-09-07 | 0.0014237 | +0.02% |
| 2026-09-06 | 0.0014233 | 0.00% |
| 2026-09-05 | 0.0014233 | +0.33% |
| 2026-09-04 | 0.0014187 | +0.24% |
| 2026-09-03 | 0.0014153 | -0.20% |
| 2026-09-02 | 0.0014182 | -0.41% |
| 2026-09-01 | 0.001424 | -0.92% |
| 2026-08-31 | 0.0014373 | -0.21% |
| 2026-08-30 | 0.0014403 | 0.00% |
| 2026-08-29 | 0.0014403 | +0.23% |
| 2026-08-28 | 0.001437 | — |
ZWL to INR conversion table
1 ZWL0.0014396 INR
5 ZWL0.007198 INR
10 ZWL0.014396 INR
25 ZWL0.03599 INR
50 ZWL0.07198 INR
100 ZWL0.14396 INR
500 ZWL0.7198 INR
1,000 ZWL1.4396 INR
5,000 ZWL7.198 INR
10,000 ZWL14.396 INR
Get the ZWL/INR rate in your app
One GET request returns the latest ZWL → 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/ZWL/INR?precision=6"fetch('https://rate-api.com/api/v1/pair/ZWL/INR?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 ZWL = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/ZWL/INR?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 ZWL = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/ZWL/INR?precision=6');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 ZWL = {$data['rate']} INR\n";Example response
{
"success": true,
"pair": {
"from": "ZWL",
"to": "INR"
},
"rate": 0.00144,
"timestamp": 1790432167,
"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 ZWLIndian Rupee → Zimbabwean Dollar694.6397Convert ZWL to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.