Convert MWK to RUB
Malawian Kwacha → Russian Ruble
1 MWK = 0.049035 RUB(1 RUB = 20.393606 MWK)
Currency converter
1 MWK =
0.049035 RUB
MWK to RUB: last 30 days
Over the last 30 days, 1 MWK traded between 0.048279 and 0.050385 RUB, averaging 0.049105 RUB. The MWK/RUB rate is down 0.36% since 2026-08-28.
- 30-day high
- 0.050385
- 2026-09-03
- 30-day low
- 0.048279
- 2026-09-22
- 30-day average
- 0.049105
- Days with data: 30
- 30-day change
- -0.36%
- since 2026-08-28
0.050385
0.0482792026-08-28 → 2026-09-26
| Date | 1 MWK in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 0.049035 | 0.00% |
| 2026-09-25 | 0.049035 | +0.51% |
| 2026-09-24 | 0.048787 | +0.48% |
| 2026-09-23 | 0.048554 | +0.57% |
| 2026-09-22 | 0.048279 | -0.60% |
| 2026-09-21 | 0.048572 | +0.34% |
| 2026-09-20 | 0.048409 | -0.13% |
| 2026-09-19 | 0.04847 | -0.36% |
| 2026-09-18 | 0.048647 | +0.33% |
| 2026-09-17 | 0.048485 | -0.07% |
| 2026-09-16 | 0.048519 | -0.27% |
| 2026-09-15 | 0.048652 | -0.16% |
| 2026-09-14 | 0.04873 | +0.24% |
| 2026-09-13 | 0.048614 | +0.22% |
| 2026-09-12 | 0.048507 | +0.26% |
| Date | 1 MWK in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 0.04838 | -1.30% |
| 2026-09-10 | 0.049019 | -1.10% |
| 2026-09-09 | 0.049563 | -0.36% |
| 2026-09-08 | 0.04974 | -0.39% |
| 2026-09-07 | 0.049935 | +0.08% |
| 2026-09-06 | 0.049896 | +0.93% |
| 2026-09-05 | 0.049437 | -0.94% |
| 2026-09-04 | 0.049907 | -0.95% |
| 2026-09-03 | 0.050385 | +0.75% |
| 2026-09-02 | 0.05001 | +0.39% |
| 2026-09-01 | 0.049817 | +0.97% |
| 2026-08-31 | 0.049337 | -0.47% |
| 2026-08-30 | 0.049568 | -0.16% |
| 2026-08-29 | 0.049648 | +0.89% |
| 2026-08-28 | 0.049212 | — |
MWK to RUB conversion table
1 MWK0.049035 RUB
5 MWK0.24517 RUB
10 MWK0.49035 RUB
25 MWK1.2259 RUB
50 MWK2.4517 RUB
100 MWK4.9035 RUB
500 MWK24.5175 RUB
1,000 MWK49.035 RUB
5,000 MWK245.1749 RUB
10,000 MWK490.3498 RUB
Get the MWK/RUB rate in your app
One GET request returns the latest MWK → 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/MWK/RUB"fetch('https://rate-api.com/api/v1/pair/MWK/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 MWK = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/MWK/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 MWK = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/MWK/RUB');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 MWK = {$data['rate']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "MWK",
"to": "RUB"
},
"rate": 0.049,
"timestamp": 1790432092,
"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 MWKRussian Ruble → Malawian Kwacha20.3936Convert MWK to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.