Convert MRU to RUB
Mauritanian Ouguiya → Russian Ruble
1 MRU = 2.123815 RUB(1 RUB = 0.470851 MRU)
Currency converter
1 MRU =
2.1238 RUB
MRU to RUB: last 30 days
Over the last 30 days, 1 MRU traded between 2.0883 and 2.1841 RUB, averaging 2.1257 RUB. The MRU/RUB rate is down 0.31% since 2026-08-28.
- 30-day high
- 2.1841
- 2026-09-03
- 30-day low
- 2.0883
- 2026-09-22
- 30-day average
- 2.1257
- Days with data: 30
- 30-day change
- -0.31%
- since 2026-08-28
2.1841
2.08832026-08-28 → 2026-09-26
| Date | 1 MRU in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 2.1238 | 0.00% |
| 2026-09-25 | 2.1238 | +0.57% |
| 2026-09-24 | 2.1118 | +0.46% |
| 2026-09-23 | 2.1022 | +0.66% |
| 2026-09-22 | 2.0883 | -0.62% |
| 2026-09-21 | 2.1015 | +0.26% |
| 2026-09-20 | 2.0961 | -0.48% |
| 2026-09-19 | 2.1063 | -0.17% |
| 2026-09-18 | 2.1099 | +0.63% |
| 2026-09-17 | 2.0965 | -0.40% |
| 2026-09-16 | 2.105 | -0.38% |
| 2026-09-15 | 2.1131 | -0.06% |
| 2026-09-14 | 2.1144 | +0.91% |
| 2026-09-13 | 2.0953 | -0.45% |
| 2026-09-12 | 2.1048 | +0.43% |
| Date | 1 MRU in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 2.0958 | -1.34% |
| 2026-09-10 | 2.1242 | -0.43% |
| 2026-09-09 | 2.1333 | -0.64% |
| 2026-09-08 | 2.1471 | -0.25% |
| 2026-09-07 | 2.1526 | +0.16% |
| 2026-09-06 | 2.1491 | +0.72% |
| 2026-09-05 | 2.1338 | -1.57% |
| 2026-09-04 | 2.1678 | -0.75% |
| 2026-09-03 | 2.1841 | +0.81% |
| 2026-09-02 | 2.1666 | +0.27% |
| 2026-09-01 | 2.1608 | +0.89% |
| 2026-08-31 | 2.1417 | -0.04% |
| 2026-08-30 | 2.1427 | -0.28% |
| 2026-08-29 | 2.1488 | +0.86% |
| 2026-08-28 | 2.1304 | — |
MRU to RUB conversion table
1 MRU2.1238 RUB
5 MRU10.6191 RUB
10 MRU21.2381 RUB
25 MRU53.0954 RUB
50 MRU106.1907 RUB
100 MRU212.3815 RUB
500 MRU1,061.9074 RUB
1,000 MRU2,123.8147 RUB
5,000 MRU10,619.074 RUB
10,000 MRU21,238.147 RUB
Get the MRU/RUB rate in your app
One GET request returns the latest MRU → 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/MRU/RUB"fetch('https://rate-api.com/api/v1/pair/MRU/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 MRU = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/MRU/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 MRU = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/MRU/RUB');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 MRU = {$data['rate']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "MRU",
"to": "RUB"
},
"rate": 2.1238,
"timestamp": 1790432084,
"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 MRURussian Ruble → Mauritanian Ouguiya0.47085Convert MRU to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.