Convert INR to MRU
Indian Rupee → Mauritanian Ouguiya
1 INR = 0.419426 MRU(1 MRU = 2.384209 INR)
Currency converter
1 INR =
0.41943 MRU
INR to MRU: last 30 days
Over the last 30 days, 1 INR traded between 0.41678 and 0.42625 MRU, averaging 0.42035 MRU. The INR/MRU rate is down 0.24% since 2026-08-29.
- 30-day high
- 0.42625
- 2026-09-06
- 30-day low
- 0.41678
- 2026-09-15
- 30-day average
- 0.42035
- Days with data: 30
- 30-day change
- -0.24%
- since 2026-08-29
0.42625
0.416782026-08-29 → 2026-09-27
| Date | 1 INR in MRU | Daily change |
|---|---|---|
| 2026-09-27 | 0.41943 | 0.00% |
| 2026-09-26 | 0.41943 | +0.40% |
| 2026-09-25 | 0.41776 | -0.22% |
| 2026-09-24 | 0.41866 | -0.04% |
| 2026-09-23 | 0.41883 | -0.18% |
| 2026-09-22 | 0.41958 | +0.38% |
| 2026-09-21 | 0.41798 | -0.10% |
| 2026-09-20 | 0.41839 | +0.12% |
| 2026-09-19 | 0.41791 | +0.05% |
| 2026-09-18 | 0.41771 | -0.25% |
| 2026-09-17 | 0.41875 | +0.46% |
| 2026-09-16 | 0.41683 | +0.01% |
| 2026-09-15 | 0.41678 | -0.38% |
| 2026-09-14 | 0.41838 | -0.61% |
| 2026-09-13 | 0.42094 | +0.56% |
| Date | 1 INR in MRU | Daily change |
|---|---|---|
| 2026-09-12 | 0.41858 | -0.15% |
| 2026-09-11 | 0.41922 | -0.01% |
| 2026-09-10 | 0.41925 | -0.91% |
| 2026-09-09 | 0.42311 | -0.10% |
| 2026-09-08 | 0.42354 | -0.54% |
| 2026-09-07 | 0.42583 | -0.10% |
| 2026-09-06 | 0.42625 | +0.14% |
| 2026-09-05 | 0.42566 | +0.62% |
| 2026-09-04 | 0.42306 | +0.01% |
| 2026-09-03 | 0.423 | +0.25% |
| 2026-09-02 | 0.42196 | +0.30% |
| 2026-09-01 | 0.42072 | -0.25% |
| 2026-08-31 | 0.42178 | +0.22% |
| 2026-08-30 | 0.42086 | +0.10% |
| 2026-08-29 | 0.42045 | — |
INR to MRU conversion table
1 INR0.41943 MRU
5 INR2.0971 MRU
10 INR4.1943 MRU
25 INR10.4857 MRU
50 INR20.9713 MRU
100 INR41.9426 MRU
500 INR209.7132 MRU
1,000 INR419.4263 MRU
5,000 INR2,097.1315 MRU
10,000 INR4,194.2631 MRU
Get the INR/MRU rate in your app
One GET request returns the latest INR → 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/INR/MRU"fetch('https://rate-api.com/api/v1/pair/INR/MRU', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} MRU`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/MRU",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} MRU")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/MRU');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 INR = {$data['rate']} MRU\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "MRU"
},
"rate": 0.4194,
"timestamp": 1790490118,
"date": "2026-09-27"
}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 INRMauritanian Ouguiya → Indian Rupee2.3842Convert INR to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.