Convert ZWL to RUB
Zimbabwean Dollar → Russian Ruble
1 ZWL = 0.00127727 RUB(1 RUB = 782.92108 ZWL)
Currency converter
1 ZWL =
0.0012773 RUB
ZWL to RUB: last 30 days
Over the last 30 days, 1 ZWL traded between 0.0012576 and 0.26242 RUB, averaging 0.0099846 RUB. The ZWL/RUB rate is down 0.80% since 2026-08-28.
- 30-day high
- 0.26242
- 2026-09-18
- 30-day low
- 0.0012576
- 2026-09-16
- 30-day average
- 0.0099846
- Days with data: 30
- 30-day change
- -0.80%
- since 2026-08-28
0.26242
0.00125762026-08-28 → 2026-09-26
| Date | 1 ZWL in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 0.0012773 | 0.00% |
| 2026-09-25 | 0.0012773 | +0.26% |
| 2026-09-24 | 0.001274 | +0.81% |
| 2026-09-23 | 0.0012637 | +0.42% |
| 2026-09-22 | 0.0012585 | -0.43% |
| 2026-09-21 | 0.0012639 | +0.12% |
| 2026-09-20 | 0.0012624 | -0.37% |
| 2026-09-19 | 0.0012671 | -99.52% |
| 2026-09-18 | 0.26242 | +20676.28% |
| 2026-09-17 | 0.0012631 | +0.43% |
| 2026-09-16 | 0.0012576 | -0.36% |
| 2026-09-15 | 0.0012622 | -0.55% |
| 2026-09-14 | 0.0012692 | +0.32% |
| 2026-09-13 | 0.0012651 | +0.11% |
| 2026-09-12 | 0.0012637 | +0.33% |
| Date | 1 ZWL in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 0.0012595 | -1.16% |
| 2026-09-10 | 0.0012744 | -0.86% |
| 2026-09-09 | 0.0012854 | +0.03% |
| 2026-09-08 | 0.0012851 | -1.53% |
| 2026-09-07 | 0.001305 | +0.09% |
| 2026-09-06 | 0.0013039 | +0.86% |
| 2026-09-05 | 0.0012928 | -0.64% |
| 2026-09-04 | 0.0013011 | -0.49% |
| 2026-09-03 | 0.0013075 | +0.85% |
| 2026-09-02 | 0.0012965 | +0.15% |
| 2026-09-01 | 0.0012946 | -0.29% |
| 2026-08-31 | 0.0012983 | -0.04% |
| 2026-08-30 | 0.0012988 | -0.19% |
| 2026-08-29 | 0.0013012 | +1.06% |
| 2026-08-28 | 0.0012876 | — |
ZWL to RUB conversion table
1 ZWL0.0012773 RUB
5 ZWL0.0063863 RUB
10 ZWL0.012773 RUB
25 ZWL0.031932 RUB
50 ZWL0.063863 RUB
100 ZWL0.12773 RUB
500 ZWL0.63863 RUB
1,000 ZWL1.2773 RUB
5,000 ZWL6.3863 RUB
10,000 ZWL12.7727 RUB
Get the ZWL/RUB rate in your app
One GET request returns the latest ZWL → 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/ZWL/RUB?precision=6"fetch('https://rate-api.com/api/v1/pair/ZWL/RUB?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 ZWL = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/ZWL/RUB?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 ZWL = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/ZWL/RUB?precision=6');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 ZWL = {$data['rate']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "ZWL",
"to": "RUB"
},
"rate": 0.001277,
"timestamp": 1790432077,
"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 ZWLRussian Ruble → Zimbabwean Dollar782.9211Convert ZWL to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.