Convert INR to ZWL
Indian Rupee → Zimbabwean Dollar
1 INR = 694.63971 ZWL(1 ZWL = 0.0014396 INR)
Currency converter
1 INR =
694.6397 ZWL
INR to ZWL: last 30 days
Over the last 30 days, 1 INR traded between 3.3584 and 707.6522 ZWL, averaging 675.2886 ZWL. The INR/ZWL rate is down 0.18% since 2026-08-28.
- 30-day high
- 707.6522
- 2026-09-08
- 30-day low
- 3.3584
- 2026-09-18
- 30-day average
- 675.2886
- Days with data: 30
- 30-day change
- -0.18%
- since 2026-08-28
707.6522
3.35842026-08-28 → 2026-09-26
| Date | 1 INR in ZWL | Daily change |
|---|---|---|
| 2026-09-26 | 694.6397 | 0.00% |
| 2026-09-25 | 694.6397 | +0.09% |
| 2026-09-24 | 693.9917 | -0.39% |
| 2026-09-23 | 696.738 | +0.07% |
| 2026-09-22 | 696.2607 | +0.19% |
| 2026-09-21 | 694.9503 | +0.04% |
| 2026-09-20 | 694.6977 | 0.00% |
| 2026-09-19 | 694.6977 | +20585.63% |
| 2026-09-18 | 3.3584 | -99.52% |
| 2026-09-17 | 695.0735 | -0.37% |
| 2026-09-16 | 697.6771 | -0.01% |
| 2026-09-15 | 697.7307 | +0.11% |
| 2026-09-14 | 696.979 | -0.03% |
| 2026-09-13 | 697.159 | 0.00% |
| 2026-09-12 | 697.159 | -0.06% |
| Date | 1 INR in ZWL | Daily change |
|---|---|---|
| 2026-09-11 | 697.5618 | -0.18% |
| 2026-09-10 | 698.8342 | -0.48% |
| 2026-09-09 | 702.1949 | -0.77% |
| 2026-09-08 | 707.6522 | +0.75% |
| 2026-09-07 | 702.3992 | -0.02% |
| 2026-09-06 | 702.573 | 0.00% |
| 2026-09-05 | 702.573 | -0.33% |
| 2026-09-04 | 704.8716 | -0.24% |
| 2026-09-03 | 706.574 | +0.20% |
| 2026-09-02 | 705.1295 | +0.41% |
| 2026-09-01 | 702.2485 | +0.93% |
| 2026-08-31 | 695.773 | +0.21% |
| 2026-08-30 | 694.3174 | 0.00% |
| 2026-08-29 | 694.3174 | -0.23% |
| 2026-08-28 | 695.8856 | — |
INR to ZWL conversion table
1 INR694.6397 ZWL
5 INR3,473.1985 ZWL
10 INR6,946.3971 ZWL
25 INR17,365.993 ZWL
50 INR34,731.985 ZWL
100 INR69,463.971 ZWL
500 INR347,319.85 ZWL
1,000 INR694,639.71 ZWL
5,000 INR3,473,198.5 ZWL
10,000 INR6,946,397.1 ZWL
Get the INR/ZWL rate in your app
One GET request returns the latest INR → ZWL 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/ZWL"fetch('https://rate-api.com/api/v1/pair/INR/ZWL', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} ZWL`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/ZWL",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} ZWL")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/ZWL');
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']} ZWL\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "ZWL"
},
"rate": 694.6397,
"timestamp": 1790429447,
"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
ZWL to INRZimbabwean Dollar → Indian Rupee0.0014396Convert INR to other currencies
Convert other currencies to ZWL
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.