Convert RUB to ZWL
Russian Ruble → Zimbabwean Dollar
1 RUB = 782.92108 ZWL(1 ZWL = 0.00127727 RUB)
Currency converter
1 RUB =
782.9211 ZWL
RUB to ZWL: last 30 days
Over the last 30 days, 1 RUB traded between 3.8107 and 795.1408 ZWL, averaging 755.5262 ZWL. The RUB/ZWL rate is up 0.81% since 2026-08-28.
- 30-day high
- 795.1408
- 2026-09-16
- 30-day low
- 3.8107
- 2026-09-18
- 30-day average
- 755.5262
- Days with data: 30
- 30-day change
- +0.81%
- since 2026-08-28
795.1408
3.81072026-08-28 → 2026-09-26
| Date | 1 RUB in ZWL | Daily change |
|---|---|---|
| 2026-09-26 | 782.9211 | 0.00% |
| 2026-09-25 | 782.9211 | -0.26% |
| 2026-09-24 | 784.9487 | -0.81% |
| 2026-09-23 | 791.3206 | -0.41% |
| 2026-09-22 | 794.6147 | +0.43% |
| 2026-09-21 | 791.1864 | -0.12% |
| 2026-09-20 | 792.1464 | +0.37% |
| 2026-09-19 | 789.2189 | +20610.80% |
| 2026-09-18 | 3.8107 | -99.52% |
| 2026-09-17 | 791.7141 | -0.43% |
| 2026-09-16 | 795.1408 | +0.36% |
| 2026-09-15 | 792.2503 | +0.55% |
| 2026-09-14 | 787.8879 | -0.32% |
| 2026-09-13 | 790.4245 | -0.11% |
| 2026-09-12 | 791.3021 | -0.33% |
| Date | 1 RUB in ZWL | Daily change |
|---|---|---|
| 2026-09-11 | 793.9351 | +1.18% |
| 2026-09-10 | 784.7082 | +0.87% |
| 2026-09-09 | 777.9563 | -0.03% |
| 2026-09-08 | 778.1636 | +1.55% |
| 2026-09-07 | 766.289 | -0.09% |
| 2026-09-06 | 766.9485 | -0.85% |
| 2026-09-05 | 773.5217 | +0.64% |
| 2026-09-04 | 768.572 | +0.49% |
| 2026-09-03 | 764.7912 | -0.84% |
| 2026-09-02 | 771.2791 | -0.15% |
| 2026-09-01 | 772.4632 | +0.29% |
| 2026-08-31 | 770.2266 | +0.04% |
| 2026-08-30 | 769.9548 | +0.19% |
| 2026-08-29 | 768.5227 | -1.05% |
| 2026-08-28 | 776.6449 | — |
RUB to ZWL conversion table
1 RUB782.9211 ZWL
5 RUB3,914.6054 ZWL
10 RUB7,829.2108 ZWL
25 RUB19,573.027 ZWL
50 RUB39,146.054 ZWL
100 RUB78,292.108 ZWL
500 RUB391,460.54 ZWL
1,000 RUB782,921.08 ZWL
5,000 RUB3,914,605.4 ZWL
10,000 RUB7,829,210.8 ZWL
Get the RUB/ZWL rate in your app
One GET request returns the latest RUB → 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/RUB/ZWL"fetch('https://rate-api.com/api/v1/pair/RUB/ZWL', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} ZWL`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/ZWL",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} ZWL")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/ZWL');
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']} ZWL\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "ZWL"
},
"rate": 782.9211,
"timestamp": 1790439651,
"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 RUBZimbabwean Dollar → Russian Ruble0.0012773Convert RUB to other currencies
Convert other currencies to ZWL
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.