Convert ZWG to RUB
Zimbabwe Gold → Russian Ruble
1 ZWG = 3.19154 RUB(1 RUB = 0.313328 ZWG)
Currency converter
1 ZWG =
3.1915 RUB
ZWG to RUB: last 30 days
Over the last 30 days, 1 ZWG traded between 3.1425 and 3.2672 RUB, averaging 3.1971 RUB. The ZWG/RUB rate is down 0.80% since 2026-08-28.
- 30-day high
- 3.2672
- 2026-09-03
- 30-day low
- 3.1425
- 2026-09-16
- 30-day average
- 3.1971
- Days with data: 30
- 30-day change
- -0.80%
- since 2026-08-28
3.2672
3.14252026-08-28 → 2026-09-26
| Date | 1 ZWG in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 3.1915 | 0.00% |
| 2026-09-25 | 3.1915 | +0.26% |
| 2026-09-24 | 3.1833 | +0.81% |
| 2026-09-23 | 3.1577 | +0.42% |
| 2026-09-22 | 3.1446 | -0.43% |
| 2026-09-21 | 3.1582 | +0.12% |
| 2026-09-20 | 3.1544 | -0.37% |
| 2026-09-19 | 3.1661 | -0.07% |
| 2026-09-18 | 3.1684 | +0.39% |
| 2026-09-17 | 3.1561 | +0.43% |
| 2026-09-16 | 3.1425 | -0.36% |
| 2026-09-15 | 3.154 | -0.55% |
| 2026-09-14 | 3.1714 | +0.32% |
| 2026-09-13 | 3.1612 | +0.11% |
| 2026-09-12 | 3.1577 | +0.33% |
| Date | 1 ZWG in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 3.1473 | -1.16% |
| 2026-09-10 | 3.1843 | -0.86% |
| 2026-09-09 | 3.2119 | +0.03% |
| 2026-09-08 | 3.2111 | -1.53% |
| 2026-09-07 | 3.2608 | +0.09% |
| 2026-09-06 | 3.258 | +0.86% |
| 2026-09-05 | 3.2303 | -0.64% |
| 2026-09-04 | 3.2511 | -0.49% |
| 2026-09-03 | 3.2672 | +0.85% |
| 2026-09-02 | 3.2397 | +0.15% |
| 2026-09-01 | 3.2347 | -0.29% |
| 2026-08-31 | 3.2441 | -0.04% |
| 2026-08-30 | 3.2453 | -0.19% |
| 2026-08-29 | 3.2513 | +1.06% |
| 2026-08-28 | 3.2173 | — |
ZWG to RUB conversion table
1 ZWG3.1915 RUB
5 ZWG15.9577 RUB
10 ZWG31.9154 RUB
25 ZWG79.7885 RUB
50 ZWG159.577 RUB
100 ZWG319.154 RUB
500 ZWG1,595.7702 RUB
1,000 ZWG3,191.5403 RUB
5,000 ZWG15,957.702 RUB
10,000 ZWG31,915.403 RUB
Get the ZWG/RUB rate in your app
One GET request returns the latest ZWG → RUB 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/RUB"fetch('https://rate-api.com/api/v1/pair/ZWG/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 ZWG = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/ZWG/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 ZWG = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/ZWG/RUB');
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']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "ZWG",
"to": "RUB"
},
"rate": 3.1915,
"timestamp": 1790435217,
"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
RUB to ZWGRussian Ruble → Zimbabwe Gold0.31333Convert ZWG to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.