Convert MRU to INR
Mauritanian Ouguiya → Indian Rupee
1 MRU = 2.393729 INR(1 INR = 0.417758 MRU)
Currency converter
1 MRU =
2.3937 INR
MRU to INR: last 30 days
Over the last 30 days, 1 MRU traded between 2.346 and 2.3993 INR, averaging 2.3791 INR. The MRU/INR rate is up 0.68% since 2026-08-28.
- 30-day high
- 2.3993
- 2026-09-15
- 30-day low
- 2.346
- 2026-09-06
- 30-day average
- 2.3791
- Days with data: 30
- 30-day change
- +0.68%
- since 2026-08-28
2.3993
2.3462026-08-28 → 2026-09-26
| Date | 1 MRU in INR | Daily change |
|---|---|---|
| 2026-09-26 | 2.3937 | 0.00% |
| 2026-09-25 | 2.3937 | +0.22% |
| 2026-09-24 | 2.3886 | +0.04% |
| 2026-09-23 | 2.3876 | +0.18% |
| 2026-09-22 | 2.3833 | -0.38% |
| 2026-09-21 | 2.3925 | +0.10% |
| 2026-09-20 | 2.3901 | -0.12% |
| 2026-09-19 | 2.3928 | -0.05% |
| 2026-09-18 | 2.394 | +0.25% |
| 2026-09-17 | 2.388 | -0.46% |
| 2026-09-16 | 2.399 | -0.01% |
| 2026-09-15 | 2.3993 | +0.38% |
| 2026-09-14 | 2.3902 | +0.61% |
| 2026-09-13 | 2.3757 | -0.56% |
| 2026-09-12 | 2.3891 | +0.15% |
| Date | 1 MRU in INR | Daily change |
|---|---|---|
| 2026-09-11 | 2.3854 | +0.01% |
| 2026-09-10 | 2.3852 | +0.92% |
| 2026-09-09 | 2.3635 | +0.10% |
| 2026-09-08 | 2.3611 | +0.54% |
| 2026-09-07 | 2.3484 | +0.10% |
| 2026-09-06 | 2.346 | -0.14% |
| 2026-09-05 | 2.3493 | -0.61% |
| 2026-09-04 | 2.3637 | -0.01% |
| 2026-09-03 | 2.3641 | -0.25% |
| 2026-09-02 | 2.3699 | -0.30% |
| 2026-09-01 | 2.3769 | +0.25% |
| 2026-08-31 | 2.3709 | -0.22% |
| 2026-08-30 | 2.3761 | -0.10% |
| 2026-08-29 | 2.3784 | +0.03% |
| 2026-08-28 | 2.3776 | — |
MRU to INR conversion table
1 MRU2.3937 INR
5 MRU11.9686 INR
10 MRU23.9373 INR
25 MRU59.8432 INR
50 MRU119.6865 INR
100 MRU239.3729 INR
500 MRU1,196.8646 INR
1,000 MRU2,393.7292 INR
5,000 MRU11,968.646 INR
10,000 MRU23,937.292 INR
Get the MRU/INR rate in your app
One GET request returns the latest MRU → 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/MRU/INR"fetch('https://rate-api.com/api/v1/pair/MRU/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 MRU = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/MRU/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 MRU = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/MRU/INR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 MRU = {$data['rate']} INR\n";Example response
{
"success": true,
"pair": {
"from": "MRU",
"to": "INR"
},
"rate": 2.3937,
"timestamp": 1790435170,
"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 MRUIndian Rupee → Mauritanian Ouguiya0.41776Convert MRU to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.