Convert RUB to ZWG
Russian Ruble → Zimbabwe Gold
1 RUB = 0.315701 ZWG(1 ZWG = 3.167554 RUB)
Currency converter
1 RUB =
0.3157 ZWG
RUB to ZWG: last 30 days
Over the last 30 days, 1 RUB traded between 0.30607 and 0.31822 ZWG, averaging 0.31308 ZWG. The RUB/ZWG rate is up 2.64% since 2026-08-29.
- 30-day high
- 0.31822
- 2026-09-16
- 30-day low
- 0.30607
- 2026-09-03
- 30-day average
- 0.31308
- Days with data: 30
- 30-day change
- +2.64%
- since 2026-08-29
0.31822
0.306072026-08-29 → 2026-09-27
| Date | 1 RUB in ZWG | Daily change |
|---|---|---|
| 2026-09-27 | 0.3157 | 0.00% |
| 2026-09-26 | 0.3157 | +0.76% |
| 2026-09-25 | 0.31333 | -0.26% |
| 2026-09-24 | 0.31414 | -0.81% |
| 2026-09-23 | 0.31669 | -0.41% |
| 2026-09-22 | 0.31801 | +0.43% |
| 2026-09-21 | 0.31664 | -0.12% |
| 2026-09-20 | 0.31702 | +0.37% |
| 2026-09-19 | 0.31585 | +0.07% |
| 2026-09-18 | 0.31561 | -0.39% |
| 2026-09-17 | 0.31685 | -0.43% |
| 2026-09-16 | 0.31822 | +0.36% |
| 2026-09-15 | 0.31706 | +0.55% |
| 2026-09-14 | 0.31532 | -0.32% |
| 2026-09-13 | 0.31633 | -0.11% |
| Date | 1 RUB in ZWG | Daily change |
|---|---|---|
| 2026-09-12 | 0.31668 | -0.33% |
| 2026-09-11 | 0.31774 | +1.18% |
| 2026-09-10 | 0.31404 | +0.87% |
| 2026-09-09 | 0.31134 | -0.03% |
| 2026-09-08 | 0.31142 | +1.55% |
| 2026-09-07 | 0.30667 | -0.09% |
| 2026-09-06 | 0.30694 | -0.85% |
| 2026-09-05 | 0.30957 | +0.64% |
| 2026-09-04 | 0.30759 | +0.49% |
| 2026-09-03 | 0.30607 | -0.84% |
| 2026-09-02 | 0.30867 | -0.15% |
| 2026-09-01 | 0.30914 | +0.29% |
| 2026-08-31 | 0.30825 | +0.04% |
| 2026-08-30 | 0.30814 | +0.19% |
| 2026-08-29 | 0.30757 | — |
RUB to ZWG conversion table
1 RUB0.3157 ZWG
5 RUB1.5785 ZWG
10 RUB3.157 ZWG
25 RUB7.8925 ZWG
50 RUB15.7851 ZWG
100 RUB31.5701 ZWG
500 RUB157.8505 ZWG
1,000 RUB315.701 ZWG
5,000 RUB1,578.5052 ZWG
10,000 RUB3,157.0104 ZWG
Get the RUB/ZWG rate in your app
One GET request returns the latest RUB → 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/RUB/ZWG"fetch('https://rate-api.com/api/v1/pair/RUB/ZWG', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} ZWG`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/ZWG",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} ZWG")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/ZWG');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 RUB = {$data['rate']} ZWG\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "ZWG"
},
"rate": 0.3157,
"timestamp": 1790470854,
"date": "2026-09-27"
}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 RUBZimbabwe Gold → Russian Ruble3.1676Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.