Convert ZWG to INR
Zimbabwe Gold → Indian Rupee
1 ZWG = 3.597151 INR(1 INR = 0.277998 ZWG)
Currency converter
1 ZWG =
3.5972 INR
ZWG to INR: last 30 days
Over the last 30 days, 1 ZWG traded between 3.531 and 3.6005 INR, averaging 3.5782 INR. The ZWG/INR rate is up 0.18% since 2026-08-28.
- 30-day high
- 3.6005
- 2026-09-24
- 30-day low
- 3.531
- 2026-09-08
- 30-day average
- 3.5782
- Days with data: 30
- 30-day change
- +0.18%
- since 2026-08-28
3.6005
3.5312026-08-28 → 2026-09-26
| Date | 1 ZWG in INR | Daily change |
|---|---|---|
| 2026-09-26 | 3.5972 | 0.00% |
| 2026-09-25 | 3.5972 | -0.09% |
| 2026-09-24 | 3.6005 | +0.40% |
| 2026-09-23 | 3.5863 | -0.07% |
| 2026-09-22 | 3.5888 | -0.19% |
| 2026-09-21 | 3.5955 | -0.04% |
| 2026-09-20 | 3.5969 | 0.00% |
| 2026-09-19 | 3.5969 | +0.05% |
| 2026-09-18 | 3.5952 | +0.01% |
| 2026-09-17 | 3.5949 | +0.37% |
| 2026-09-16 | 3.5815 | +0.01% |
| 2026-09-15 | 3.5812 | -0.11% |
| 2026-09-14 | 3.5851 | +0.03% |
| 2026-09-13 | 3.5842 | 0.00% |
| 2026-09-12 | 3.5842 | +0.06% |
| Date | 1 ZWG in INR | Daily change |
|---|---|---|
| 2026-09-11 | 3.5821 | +0.18% |
| 2026-09-10 | 3.5756 | +0.48% |
| 2026-09-09 | 3.5584 | +0.78% |
| 2026-09-08 | 3.531 | -0.74% |
| 2026-09-07 | 3.5574 | +0.02% |
| 2026-09-06 | 3.5565 | 0.00% |
| 2026-09-05 | 3.5565 | +0.33% |
| 2026-09-04 | 3.5449 | +0.24% |
| 2026-09-03 | 3.5364 | -0.20% |
| 2026-09-02 | 3.5436 | -0.41% |
| 2026-09-01 | 3.5582 | -0.92% |
| 2026-08-31 | 3.5913 | -0.21% |
| 2026-08-30 | 3.5988 | 0.00% |
| 2026-08-29 | 3.5988 | +0.23% |
| 2026-08-28 | 3.5907 | — |
ZWG to INR conversion table
1 ZWG3.5972 INR
5 ZWG17.9858 INR
10 ZWG35.9715 INR
25 ZWG89.9288 INR
50 ZWG179.8576 INR
100 ZWG359.7151 INR
500 ZWG1,798.5757 INR
1,000 ZWG3,597.1514 INR
5,000 ZWG17,985.757 INR
10,000 ZWG35,971.514 INR
Get the ZWG/INR rate in your app
One GET request returns the latest ZWG → 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/ZWG/INR"fetch('https://rate-api.com/api/v1/pair/ZWG/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 ZWG = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/ZWG/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 ZWG = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/ZWG/INR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 ZWG = {$data['rate']} INR\n";Example response
{
"success": true,
"pair": {
"from": "ZWG",
"to": "INR"
},
"rate": 3.5972,
"timestamp": 1790432275,
"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 ZWGIndian Rupee → Zimbabwe Gold0.278Convert ZWG to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.