Convert RUB to MVR
Russian Ruble → Maldivian Rufiyaa
1 RUB = 0.181848 MVR(1 MVR = 5.499112 RUB)
Currency converter
1 RUB =
0.18185 MVR
RUB to MVR: last 30 days
Over the last 30 days, 1 RUB traded between 0.17709 and 0.18457 MVR, averaging 0.18137 MVR. The RUB/MVR rate is up 0.54% since 2026-08-28.
- 30-day high
- 0.18457
- 2026-09-22
- 30-day low
- 0.17709
- 2026-09-03
- 30-day average
- 0.18137
- Days with data: 30
- 30-day change
- +0.54%
- since 2026-08-28
0.18457
0.177092026-08-28 → 2026-09-26
| Date | 1 RUB in MVR | Daily change |
|---|---|---|
| 2026-09-26 | 0.18185 | 0.00% |
| 2026-09-25 | 0.18185 | -0.20% |
| 2026-09-24 | 0.18222 | -0.64% |
| 2026-09-23 | 0.18339 | -0.64% |
| 2026-09-22 | 0.18457 | +0.56% |
| 2026-09-21 | 0.18354 | -0.01% |
| 2026-09-20 | 0.18356 | +0.48% |
| 2026-09-19 | 0.18269 | -0.08% |
| 2026-09-18 | 0.18284 | -0.22% |
| 2026-09-17 | 0.18324 | -0.10% |
| 2026-09-16 | 0.18343 | +0.33% |
| 2026-09-15 | 0.18282 | -0.01% |
| 2026-09-14 | 0.18284 | -0.30% |
| 2026-09-13 | 0.1834 | -0.05% |
| 2026-09-12 | 0.1835 | -0.32% |
| Date | 1 RUB in MVR | Daily change |
|---|---|---|
| 2026-09-11 | 0.18408 | +1.22% |
| 2026-09-10 | 0.18186 | +1.01% |
| 2026-09-09 | 0.18004 | +0.43% |
| 2026-09-08 | 0.17927 | +0.43% |
| 2026-09-07 | 0.17849 | -0.06% |
| 2026-09-06 | 0.1786 | -0.84% |
| 2026-09-05 | 0.18012 | +0.97% |
| 2026-09-04 | 0.1784 | +0.74% |
| 2026-09-03 | 0.17709 | -0.54% |
| 2026-09-02 | 0.17805 | -0.60% |
| 2026-09-01 | 0.17913 | -0.44% |
| 2026-08-31 | 0.17992 | +0.06% |
| 2026-08-30 | 0.17982 | +0.18% |
| 2026-08-29 | 0.17949 | -0.77% |
| 2026-08-28 | 0.18088 | — |
RUB to MVR conversion table
1 RUB0.18185 MVR
5 RUB0.90924 MVR
10 RUB1.8185 MVR
25 RUB4.5462 MVR
50 RUB9.0924 MVR
100 RUB18.1848 MVR
500 RUB90.9238 MVR
1,000 RUB181.8476 MVR
5,000 RUB909.2378 MVR
10,000 RUB1,818.4755 MVR
Get the RUB/MVR rate in your app
One GET request returns the latest RUB → MVR 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/MVR"fetch('https://rate-api.com/api/v1/pair/RUB/MVR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 RUB = ${data.rate} MVR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/RUB/MVR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 RUB = {data['rate']} MVR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/RUB/MVR');
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']} MVR\n";Example response
{
"success": true,
"pair": {
"from": "RUB",
"to": "MVR"
},
"rate": 0.1818,
"timestamp": 1790432058,
"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
MVR to RUBMaldivian Rufiyaa → Russian Ruble5.4991Convert RUB to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.