Convert MVR to INR
Maldivian Rufiyaa → Indian Rupee
1 MVR = 6.197991 INR(1 INR = 0.161343 MVR)
Currency converter
1 MVR =
6.198 INR
MVR to INR: last 30 days
Over the last 30 days, 1 MVR traded between 6.112 and 6.2186 INR, averaging 6.1719 INR. The MVR/INR rate is up 0.45% since 2026-08-28.
- 30-day high
- 6.2186
- 2026-09-19
- 30-day low
- 6.112
- 2026-09-06
- 30-day average
- 6.1719
- Days with data: 30
- 30-day change
- +0.45%
- since 2026-08-28
6.2186
6.1122026-08-28 → 2026-09-26
| Date | 1 MVR in INR | Daily change |
|---|---|---|
| 2026-09-26 | 6.198 | 0.00% |
| 2026-09-25 | 6.198 | -0.15% |
| 2026-09-24 | 6.2071 | +0.23% |
| 2026-09-23 | 6.193 | +0.16% |
| 2026-09-22 | 6.1833 | -0.31% |
| 2026-09-21 | 6.2028 | -0.15% |
| 2026-09-20 | 6.2118 | -0.11% |
| 2026-09-19 | 6.2186 | +0.21% |
| 2026-09-18 | 6.2058 | -0.17% |
| 2026-09-17 | 6.2162 | +0.04% |
| 2026-09-16 | 6.2134 | +0.04% |
| 2026-09-15 | 6.2107 | +0.46% |
| 2026-09-14 | 6.1825 | +0.01% |
| 2026-09-13 | 6.1821 | -0.06% |
| 2026-09-12 | 6.1856 | +0.04% |
| Date | 1 MVR in INR | Daily change |
|---|---|---|
| 2026-09-11 | 6.1829 | +0.14% |
| 2026-09-10 | 6.1746 | +0.34% |
| 2026-09-09 | 6.1537 | +0.32% |
| 2026-09-08 | 6.1341 | +0.36% |
| 2026-09-07 | 6.1121 | +0.00% |
| 2026-09-06 | 6.112 | -0.01% |
| 2026-09-05 | 6.1126 | +0.01% |
| 2026-09-04 | 6.1121 | +0.00% |
| 2026-09-03 | 6.1121 | -0.50% |
| 2026-09-02 | 6.1431 | +0.04% |
| 2026-09-01 | 6.1407 | -0.20% |
| 2026-08-31 | 6.1528 | -0.23% |
| 2026-08-30 | 6.167 | +0.00% |
| 2026-08-29 | 6.1669 | -0.05% |
| 2026-08-28 | 6.1703 | — |
MVR to INR conversion table
1 MVR6.198 INR
5 MVR30.99 INR
10 MVR61.9799 INR
25 MVR154.9498 INR
50 MVR309.8995 INR
100 MVR619.7991 INR
500 MVR3,098.9953 INR
1,000 MVR6,197.9907 INR
5,000 MVR30,989.953 INR
10,000 MVR61,979.907 INR
Get the MVR/INR rate in your app
One GET request returns the latest MVR → INR 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/MVR/INR"fetch('https://rate-api.com/api/v1/pair/MVR/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 MVR = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/MVR/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 MVR = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/MVR/INR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 MVR = {$data['rate']} INR\n";Example response
{
"success": true,
"pair": {
"from": "MVR",
"to": "INR"
},
"rate": 6.198,
"timestamp": 1790435132,
"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
INR to MVRIndian Rupee → Maldivian Rufiyaa0.16134Convert MVR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.