Convert RUB to MWK
Russian Ruble → Malawian Kwacha
1 RUB = 20.393606 MWK(1 MWK = 0.049035 RUB)
Currency converter
1 RUB =
20.3936 MWK
RUB to MWK: last 30 days
Over the last 30 days, 1 RUB traded between 19.8473 and 20.7131 MWK, averaging 20.3676 MWK. The RUB/MWK rate is up 0.36% since 2026-08-28.
- 30-day high
- 20.7131
- 2026-09-22
- 30-day low
- 19.8473
- 2026-09-03
- 30-day average
- 20.3676
- Days with data: 30
- 30-day change
- +0.36%
- since 2026-08-28
20.7131
19.84732026-08-28 → 2026-09-26
| Date | 1 RUB in MWK | Daily change |
|---|---|---|
| 2026-09-26 | 20.3936 | 0.00% |
| 2026-09-25 | 20.3936 | -0.51% |
| 2026-09-24 | 20.4974 | -0.48% |
| 2026-09-23 | 20.5954 | -0.57% |
| 2026-09-22 | 20.7131 | +0.61% |
| 2026-09-21 | 20.5881 | -0.33% |
| 2026-09-20 | 20.6573 | +0.13% |
| 2026-09-19 | 20.6311 | +0.36% |
| 2026-09-18 | 20.5563 | -0.33% |
| 2026-09-17 | 20.625 | +0.07% |
| 2026-09-16 | 20.6106 | +0.27% |
| 2026-09-15 | 20.5543 | +0.16% |
| 2026-09-14 | 20.5213 | -0.24% |
| 2026-09-13 | 20.57 | -0.22% |
| 2026-09-12 | 20.6155 | -0.26% |
| Date | 1 RUB in MWK | Daily change |
|---|---|---|
| 2026-09-11 | 20.6699 | +1.32% |
| 2026-09-10 | 20.4003 | +1.11% |
| 2026-09-09 | 20.1763 | +0.36% |
| 2026-09-08 | 20.1047 | +0.39% |
| 2026-09-07 | 20.0261 | -0.08% |
| 2026-09-06 | 20.0416 | -0.92% |
| 2026-09-05 | 20.2278 | +0.95% |
| 2026-09-04 | 20.0374 | +0.96% |
| 2026-09-03 | 19.8473 | -0.74% |
| 2026-09-02 | 19.996 | -0.39% |
| 2026-09-01 | 20.0734 | -0.96% |
| 2026-08-31 | 20.2687 | +0.47% |
| 2026-08-30 | 20.1743 | +0.16% |
| 2026-08-29 | 20.142 | -0.88% |
| 2026-08-28 | 20.3203 | — |
RUB to MWK conversion table
1 RUB20.3936 MWK
5 RUB101.968 MWK
10 RUB203.9361 MWK
25 RUB509.8402 MWK
50 RUB1,019.6803 MWK
100 RUB2,039.3606 MWK
500 RUB10,196.803 MWK
1,000 RUB20,393.606 MWK
5,000 RUB101,968.03 MWK
10,000 RUB203,936.06 MWK
Get the RUB/MWK rate in your app
One GET request returns the latest RUB → MWK 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/MWK"fetch('https://rate-api.com/api/v1/pair/RUB/MWK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} MWK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/MWK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} MWK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/MWK');
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']} MWK\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "MWK"
},
"rate": 20.3936,
"timestamp": 1790429336,
"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
MWK to RUBMalawian Kwacha → Russian Ruble0.049035Convert RUB to other currencies
Convert other currencies to MWK
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.