Convert RUB to ZMW
Russian Ruble → Zambian Kwacha
1 RUB = 0.229966 ZMW(1 ZMW = 4.348467 RUB)
Currency converter
1 RUB =
0.22997 ZMW
RUB to ZMW: last 30 days
Over the last 30 days, 1 RUB traded between 0.21936 and 0.2346 ZMW, averaging 0.22728 ZMW. The RUB/ZMW rate is up 3.39% since 2026-08-28.
- 30-day high
- 0.2346
- 2026-09-22
- 30-day low
- 0.21936
- 2026-09-03
- 30-day average
- 0.22728
- Days with data: 30
- 30-day change
- +3.39%
- since 2026-08-28
0.2346
0.219362026-08-28 → 2026-09-26
| Date | 1 RUB in ZMW | Daily change |
|---|---|---|
| 2026-09-26 | 0.22997 | 0.00% |
| 2026-09-25 | 0.22997 | -0.30% |
| 2026-09-24 | 0.23067 | -0.29% |
| 2026-09-23 | 0.23133 | -1.40% |
| 2026-09-22 | 0.2346 | +0.23% |
| 2026-09-21 | 0.23407 | +0.25% |
| 2026-09-20 | 0.23348 | +0.05% |
| 2026-09-19 | 0.23337 | +0.50% |
| 2026-09-18 | 0.23222 | -0.36% |
| 2026-09-17 | 0.23306 | +0.12% |
| 2026-09-16 | 0.23279 | +1.41% |
| 2026-09-15 | 0.22955 | +0.28% |
| 2026-09-14 | 0.2289 | -0.29% |
| 2026-09-13 | 0.22957 | -0.11% |
| 2026-09-12 | 0.22983 | -0.27% |
| Date | 1 RUB in ZMW | Daily change |
|---|---|---|
| 2026-09-11 | 0.23046 | +1.49% |
| 2026-09-10 | 0.22708 | +0.90% |
| 2026-09-09 | 0.22505 | +0.82% |
| 2026-09-08 | 0.22322 | +0.43% |
| 2026-09-07 | 0.22225 | -0.06% |
| 2026-09-06 | 0.22238 | -0.85% |
| 2026-09-05 | 0.22429 | +1.23% |
| 2026-09-04 | 0.22157 | +1.00% |
| 2026-09-03 | 0.21936 | -0.60% |
| 2026-09-02 | 0.22068 | -0.58% |
| 2026-09-01 | 0.22197 | +0.18% |
| 2026-08-31 | 0.22158 | +0.12% |
| 2026-08-30 | 0.22132 | +0.02% |
| 2026-08-29 | 0.22127 | -0.52% |
| 2026-08-28 | 0.22242 | — |
RUB to ZMW conversion table
1 RUB0.22997 ZMW
5 RUB1.1498 ZMW
10 RUB2.2997 ZMW
25 RUB5.7492 ZMW
50 RUB11.4983 ZMW
100 RUB22.9966 ZMW
500 RUB114.9831 ZMW
1,000 RUB229.9661 ZMW
5,000 RUB1,149.8306 ZMW
10,000 RUB2,299.6613 ZMW
Get the RUB/ZMW rate in your app
One GET request returns the latest RUB → ZMW 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/ZMW"fetch('https://rate-api.com/api/v1/pair/RUB/ZMW', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} ZMW`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/ZMW",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} ZMW")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/ZMW');
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']} ZMW\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "ZMW"
},
"rate": 0.23,
"timestamp": 1790429432,
"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
ZMW to RUBZambian Kwacha → Russian Ruble4.3485Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.