Convert INR to ZWG
Indian Rupee → Zimbabwe Gold
1 INR = 0.277998 ZWG(1 ZWG = 3.597151 INR)
Currency converter
1 INR =
0.278 ZWG
INR to ZWG: last 30 days
Over the last 30 days, 1 INR traded between 0.27774 and 0.28321 ZWG, averaging 0.27948 ZWG. The INR/ZWG rate is down 0.18% since 2026-08-28.
- 30-day high
- 0.28321
- 2026-09-08
- 30-day low
- 0.27774
- 2026-09-24
- 30-day average
- 0.27948
- Days with data: 30
- 30-day change
- -0.18%
- since 2026-08-28
0.28321
0.277742026-08-28 → 2026-09-26
| Date | 1 INR in ZWG | Daily change |
|---|---|---|
| 2026-09-26 | 0.278 | 0.00% |
| 2026-09-25 | 0.278 | +0.09% |
| 2026-09-24 | 0.27774 | -0.39% |
| 2026-09-23 | 0.27884 | +0.07% |
| 2026-09-22 | 0.27865 | +0.19% |
| 2026-09-21 | 0.27812 | +0.04% |
| 2026-09-20 | 0.27802 | 0.00% |
| 2026-09-19 | 0.27802 | -0.05% |
| 2026-09-18 | 0.27815 | -0.01% |
| 2026-09-17 | 0.27817 | -0.37% |
| 2026-09-16 | 0.27921 | -0.01% |
| 2026-09-15 | 0.27923 | +0.11% |
| 2026-09-14 | 0.27893 | -0.03% |
| 2026-09-13 | 0.27901 | 0.00% |
| 2026-09-12 | 0.27901 | -0.06% |
| Date | 1 INR in ZWG | Daily change |
|---|---|---|
| 2026-09-11 | 0.27917 | -0.18% |
| 2026-09-10 | 0.27968 | -0.48% |
| 2026-09-09 | 0.28102 | -0.77% |
| 2026-09-08 | 0.28321 | +0.75% |
| 2026-09-07 | 0.2811 | -0.02% |
| 2026-09-06 | 0.28117 | 0.00% |
| 2026-09-05 | 0.28117 | -0.33% |
| 2026-09-04 | 0.28209 | -0.24% |
| 2026-09-03 | 0.28277 | +0.20% |
| 2026-09-02 | 0.2822 | +0.41% |
| 2026-09-01 | 0.28104 | +0.93% |
| 2026-08-31 | 0.27845 | +0.21% |
| 2026-08-30 | 0.27787 | 0.00% |
| 2026-08-29 | 0.27787 | -0.23% |
| 2026-08-28 | 0.2785 | — |
INR to ZWG conversion table
1 INR0.278 ZWG
5 INR1.39 ZWG
10 INR2.78 ZWG
25 INR6.9499 ZWG
50 INR13.8999 ZWG
100 INR27.7998 ZWG
500 INR138.9989 ZWG
1,000 INR277.9978 ZWG
5,000 INR1,389.9888 ZWG
10,000 INR2,779.9775 ZWG
Get the INR/ZWG rate in your app
One GET request returns the latest INR → ZWG 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/ZWG"fetch('https://rate-api.com/api/v1/pair/INR/ZWG', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} ZWG`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/ZWG",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} ZWG")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/ZWG');
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']} ZWG\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "ZWG"
},
"rate": 0.278,
"timestamp": 1790432259,
"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
ZWG to INRZimbabwe Gold → Indian Rupee3.5972Convert INR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.