Convert MZN to RUB
Mozambican Metical → Russian Ruble
1 MZN = 1.331128 RUB(1 RUB = 0.751242 MZN)
Currency converter
1 MZN =
1.3311 RUB
MZN to RUB: last 30 days
Over the last 30 days, 1 MZN traded between 1.3127 and 1.3686 RUB, averaging 1.3352 RUB. The MZN/RUB rate is down 0.54% since 2026-08-28.
- 30-day high
- 1.3686
- 2026-09-03
- 30-day low
- 1.3127
- 2026-09-22
- 30-day average
- 1.3352
- Days with data: 30
- 30-day change
- -0.54%
- since 2026-08-28
1.3686
1.31272026-08-28 → 2026-09-26
| Date | 1 MZN in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 1.3311 | 0.00% |
| 2026-09-25 | 1.3311 | +0.15% |
| 2026-09-24 | 1.3292 | +0.64% |
| 2026-09-23 | 1.3208 | +0.61% |
| 2026-09-22 | 1.3127 | -0.46% |
| 2026-09-21 | 1.3188 | +0.20% |
| 2026-09-20 | 1.3162 | -0.46% |
| 2026-09-19 | 1.3222 | +0.00% |
| 2026-09-18 | 1.3222 | +0.10% |
| 2026-09-17 | 1.3208 | +0.18% |
| 2026-09-16 | 1.3184 | -0.48% |
| 2026-09-15 | 1.3248 | +0.00% |
| 2026-09-14 | 1.3247 | +0.25% |
| 2026-09-13 | 1.3215 | +0.20% |
| 2026-09-12 | 1.3189 | +0.27% |
| Date | 1 MZN in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 1.3153 | -1.23% |
| 2026-09-10 | 1.3318 | -1.06% |
| 2026-09-09 | 1.346 | -0.39% |
| 2026-09-08 | 1.3512 | -0.44% |
| 2026-09-07 | 1.3572 | +0.12% |
| 2026-09-06 | 1.3555 | +0.79% |
| 2026-09-05 | 1.3448 | -0.98% |
| 2026-09-04 | 1.3581 | -0.77% |
| 2026-09-03 | 1.3686 | +0.58% |
| 2026-09-02 | 1.3608 | +0.61% |
| 2026-09-01 | 1.3525 | +0.39% |
| 2026-08-31 | 1.3472 | +0.06% |
| 2026-08-30 | 1.3464 | -0.29% |
| 2026-08-29 | 1.3503 | +0.90% |
| 2026-08-28 | 1.3383 | — |
MZN to RUB conversion table
1 MZN1.3311 RUB
5 MZN6.6556 RUB
10 MZN13.3113 RUB
25 MZN33.2782 RUB
50 MZN66.5564 RUB
100 MZN133.1128 RUB
500 MZN665.5641 RUB
1,000 MZN1,331.1282 RUB
5,000 MZN6,655.6409 RUB
10,000 MZN13,311.282 RUB
Get the MZN/RUB rate in your app
One GET request returns the latest MZN → 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/MZN/RUB"fetch('https://rate-api.com/api/v1/pair/MZN/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 MZN = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/MZN/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 MZN = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/MZN/RUB');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 MZN = {$data['rate']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "MZN",
"to": "RUB"
},
"rate": 1.3311,
"timestamp": 1790435208,
"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 MZNRussian Ruble → Mozambican Metical0.75124Convert MZN to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.