Convert RUB to MUR
Russian Ruble → Mauritian Rupee
1 RUB = 0.558256 MUR(1 MUR = 1.791293 RUB)
Currency converter
1 RUB =
0.55826 MUR
RUB to MUR: last 30 days
Over the last 30 days, 1 RUB traded between 0.54105 and 0.56915 MUR, averaging 0.55346 MUR. The RUB/MUR rate is up 1.82% since 2026-08-28.
- 30-day high
- 0.56915
- 2026-09-22
- 30-day low
- 0.54105
- 2026-09-07
- 30-day average
- 0.55346
- Days with data: 30
- 30-day change
- +1.82%
- since 2026-08-28
0.56915
0.541052026-08-28 → 2026-09-26
| Date | 1 RUB in MUR | Daily change |
|---|---|---|
| 2026-09-26 | 0.55826 | 0.00% |
| 2026-09-25 | 0.55826 | -1.05% |
| 2026-09-24 | 0.56419 | -0.19% |
| 2026-09-23 | 0.56524 | -0.69% |
| 2026-09-22 | 0.56915 | +0.68% |
| 2026-09-21 | 0.56529 | -0.11% |
| 2026-09-20 | 0.56592 | +0.34% |
| 2026-09-19 | 0.56398 | +0.10% |
| 2026-09-18 | 0.56343 | -0.03% |
| 2026-09-17 | 0.56361 | +0.75% |
| 2026-09-16 | 0.55942 | +0.38% |
| 2026-09-15 | 0.55728 | +0.51% |
| 2026-09-14 | 0.55444 | -0.49% |
| 2026-09-13 | 0.55715 | -0.09% |
| 2026-09-12 | 0.55768 | +0.01% |
| Date | 1 RUB in MUR | Daily change |
|---|---|---|
| 2026-09-11 | 0.55765 | +1.12% |
| 2026-09-10 | 0.55146 | +1.03% |
| 2026-09-09 | 0.54583 | +0.36% |
| 2026-09-08 | 0.54385 | +0.52% |
| 2026-09-07 | 0.54105 | -0.02% |
| 2026-09-06 | 0.54115 | -0.81% |
| 2026-09-05 | 0.54559 | +0.79% |
| 2026-09-04 | 0.54131 | +0.05% |
| 2026-09-03 | 0.54107 | -0.21% |
| 2026-09-02 | 0.54219 | -0.61% |
| 2026-09-01 | 0.54555 | -0.23% |
| 2026-08-31 | 0.54682 | +0.36% |
| 2026-08-30 | 0.54489 | +0.20% |
| 2026-08-29 | 0.54382 | -0.82% |
| 2026-08-28 | 0.54829 | — |
RUB to MUR conversion table
1 RUB0.55826 MUR
5 RUB2.7913 MUR
10 RUB5.5826 MUR
25 RUB13.9564 MUR
50 RUB27.9128 MUR
100 RUB55.8256 MUR
500 RUB279.128 MUR
1,000 RUB558.2559 MUR
5,000 RUB2,791.2797 MUR
10,000 RUB5,582.5594 MUR
Get the RUB/MUR rate in your app
One GET request returns the latest RUB → MUR 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/MUR"fetch('https://rate-api.com/api/v1/pair/RUB/MUR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} MUR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/MUR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} MUR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/MUR');
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']} MUR\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "MUR"
},
"rate": 0.5583,
"timestamp": 1790437511,
"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
MUR to RUBMauritian Rupee → Russian Ruble1.7913Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.