Convert RUB to MZN
Russian Ruble → Mozambican Metical
1 RUB = 0.751242 MZN(1 MZN = 1.331128 RUB)
Currency converter
1 RUB =
0.75124 MZN
RUB to MZN: last 30 days
Over the last 30 days, 1 RUB traded between 0.73067 and 0.76178 MZN, averaging 0.74904 MZN. The RUB/MZN rate is up 0.54% since 2026-08-28.
- 30-day high
- 0.76178
- 2026-09-22
- 30-day low
- 0.73067
- 2026-09-03
- 30-day average
- 0.74904
- Days with data: 30
- 30-day change
- +0.54%
- since 2026-08-28
0.76178
0.730672026-08-28 → 2026-09-26
| Date | 1 RUB in MZN | Daily change |
|---|---|---|
| 2026-09-26 | 0.75124 | 0.00% |
| 2026-09-25 | 0.75124 | -0.15% |
| 2026-09-24 | 0.75234 | -0.63% |
| 2026-09-23 | 0.75714 | -0.61% |
| 2026-09-22 | 0.76178 | +0.46% |
| 2026-09-21 | 0.75827 | -0.20% |
| 2026-09-20 | 0.75979 | +0.46% |
| 2026-09-19 | 0.75633 | -0.00% |
| 2026-09-18 | 0.75634 | -0.10% |
| 2026-09-17 | 0.75712 | -0.18% |
| 2026-09-16 | 0.75848 | +0.48% |
| 2026-09-15 | 0.75484 | -0.00% |
| 2026-09-14 | 0.75487 | -0.25% |
| 2026-09-13 | 0.75672 | -0.19% |
| 2026-09-12 | 0.7582 | -0.27% |
| Date | 1 RUB in MZN | Daily change |
|---|---|---|
| 2026-09-11 | 0.76026 | +1.25% |
| 2026-09-10 | 0.75088 | +1.07% |
| 2026-09-09 | 0.74294 | +0.39% |
| 2026-09-08 | 0.74006 | +0.44% |
| 2026-09-07 | 0.73683 | -0.12% |
| 2026-09-06 | 0.73775 | -0.79% |
| 2026-09-05 | 0.7436 | +0.99% |
| 2026-09-04 | 0.73633 | +0.77% |
| 2026-09-03 | 0.73067 | -0.57% |
| 2026-09-02 | 0.73489 | -0.61% |
| 2026-09-01 | 0.73939 | -0.39% |
| 2026-08-31 | 0.74228 | -0.06% |
| 2026-08-30 | 0.74271 | +0.29% |
| 2026-08-29 | 0.74057 | -0.89% |
| 2026-08-28 | 0.74721 | — |
RUB to MZN conversion table
1 RUB0.75124 MZN
5 RUB3.7562 MZN
10 RUB7.5124 MZN
25 RUB18.7811 MZN
50 RUB37.5621 MZN
100 RUB75.1242 MZN
500 RUB375.6212 MZN
1,000 RUB751.2425 MZN
5,000 RUB3,756.2122 MZN
10,000 RUB7,512.4245 MZN
Get the RUB/MZN rate in your app
One GET request returns the latest RUB → MZN 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/MZN"fetch('https://rate-api.com/api/v1/pair/RUB/MZN', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} MZN`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/MZN",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} MZN")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/MZN');
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']} MZN\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "MZN"
},
"rate": 0.7512,
"timestamp": 1790437924,
"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
MZN to RUBMozambican Metical → Russian Ruble1.3311Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.