Convert RUB to MRU
Russian Ruble → Mauritanian Ouguiya
1 RUB = 0.470851 MRU(1 MRU = 2.123815 RUB)
Currency converter
1 RUB =
0.47085 MRU
RUB to MRU: last 30 days
Over the last 30 days, 1 RUB traded between 0.45785 and 0.47885 MRU, averaging 0.4705 MRU. The RUB/MRU rate is up 0.31% since 2026-08-28.
- 30-day high
- 0.47885
- 2026-09-22
- 30-day low
- 0.45785
- 2026-09-03
- 30-day average
- 0.4705
- Days with data: 30
- 30-day change
- +0.31%
- since 2026-08-28
0.47885
0.457852026-08-28 → 2026-09-26
| Date | 1 RUB in MRU | Daily change |
|---|---|---|
| 2026-09-26 | 0.47085 | 0.00% |
| 2026-09-25 | 0.47085 | -0.57% |
| 2026-09-24 | 0.47353 | -0.45% |
| 2026-09-23 | 0.47569 | -0.66% |
| 2026-09-22 | 0.47885 | +0.63% |
| 2026-09-21 | 0.47586 | -0.26% |
| 2026-09-20 | 0.47708 | +0.49% |
| 2026-09-19 | 0.47477 | +0.17% |
| 2026-09-18 | 0.47397 | -0.63% |
| 2026-09-17 | 0.47698 | +0.40% |
| 2026-09-16 | 0.47506 | +0.39% |
| 2026-09-15 | 0.47324 | +0.06% |
| 2026-09-14 | 0.47295 | -0.90% |
| 2026-09-13 | 0.47725 | +0.45% |
| 2026-09-12 | 0.4751 | -0.43% |
| Date | 1 RUB in MRU | Daily change |
|---|---|---|
| 2026-09-11 | 0.47714 | +1.35% |
| 2026-09-10 | 0.47077 | +0.43% |
| 2026-09-09 | 0.46876 | +0.65% |
| 2026-09-08 | 0.46574 | +0.25% |
| 2026-09-07 | 0.46456 | -0.16% |
| 2026-09-06 | 0.46531 | -0.71% |
| 2026-09-05 | 0.46865 | +1.59% |
| 2026-09-04 | 0.46129 | +0.75% |
| 2026-09-03 | 0.45785 | -0.80% |
| 2026-09-02 | 0.46155 | -0.27% |
| 2026-09-01 | 0.46279 | -0.89% |
| 2026-08-31 | 0.46692 | +0.04% |
| 2026-08-30 | 0.46671 | +0.28% |
| 2026-08-29 | 0.46539 | -0.85% |
| 2026-08-28 | 0.4694 | — |
RUB to MRU conversion table
1 RUB0.47085 MRU
5 RUB2.3543 MRU
10 RUB4.7085 MRU
25 RUB11.7713 MRU
50 RUB23.5425 MRU
100 RUB47.0851 MRU
500 RUB235.4254 MRU
1,000 RUB470.8509 MRU
5,000 RUB2,354.2543 MRU
10,000 RUB4,708.5086 MRU
Get the RUB/MRU rate in your app
One GET request returns the latest RUB → MRU 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/MRU"fetch('https://rate-api.com/api/v1/pair/RUB/MRU', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} MRU`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/MRU",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} MRU")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/MRU');
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']} MRU\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "MRU"
},
"rate": 0.4709,
"timestamp": 1790429331,
"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
MRU to RUBMauritanian Ouguiya → Russian Ruble2.1238Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.