Convert INR to MUR
Indian Rupee → Mauritian Rupee
1 INR = 0.495308 MUR(1 MUR = 2.018948 INR)
Currency converter
1 INR =
0.49531 MUR
INR to MUR: last 30 days
Over the last 30 days, 1 INR traded between 0.48996 and 0.49988 MUR, averaging 0.49442 MUR. The INR/MUR rate is up 0.82% since 2026-08-28.
- 30-day high
- 0.49988
- 2026-09-03
- 30-day low
- 0.48996
- 2026-09-11
- 30-day average
- 0.49442
- Days with data: 30
- 30-day change
- +0.82%
- since 2026-08-28
0.49988
0.489962026-08-28 → 2026-09-26
| Date | 1 INR in MUR | Daily change |
|---|---|---|
| 2026-09-26 | 0.49531 | 0.00% |
| 2026-09-25 | 0.49531 | -0.70% |
| 2026-09-24 | 0.49882 | +0.23% |
| 2026-09-23 | 0.49768 | -0.20% |
| 2026-09-22 | 0.4987 | +0.44% |
| 2026-09-21 | 0.49653 | +0.05% |
| 2026-09-20 | 0.4963 | -0.03% |
| 2026-09-19 | 0.49644 | -0.02% |
| 2026-09-18 | 0.49656 | +0.35% |
| 2026-09-17 | 0.49481 | +0.81% |
| 2026-09-16 | 0.49085 | +0.01% |
| 2026-09-15 | 0.49079 | +0.07% |
| 2026-09-14 | 0.49047 | -0.19% |
| 2026-09-13 | 0.49141 | +0.02% |
| 2026-09-12 | 0.49133 | +0.28% |
| Date | 1 INR in MUR | Daily change |
|---|---|---|
| 2026-09-11 | 0.48996 | -0.24% |
| 2026-09-10 | 0.49111 | -0.32% |
| 2026-09-09 | 0.49267 | -0.38% |
| 2026-09-08 | 0.49457 | -0.28% |
| 2026-09-07 | 0.49594 | +0.04% |
| 2026-09-06 | 0.49573 | +0.04% |
| 2026-09-05 | 0.49555 | -0.18% |
| 2026-09-04 | 0.49645 | -0.69% |
| 2026-09-03 | 0.49988 | +0.84% |
| 2026-09-02 | 0.49569 | -0.05% |
| 2026-09-01 | 0.49596 | +0.40% |
| 2026-08-31 | 0.49396 | +0.53% |
| 2026-08-30 | 0.49136 | +0.01% |
| 2026-08-29 | 0.49131 | +0.01% |
| 2026-08-28 | 0.49127 | — |
INR to MUR conversion table
1 INR0.49531 MUR
5 INR2.4765 MUR
10 INR4.9531 MUR
25 INR12.3827 MUR
50 INR24.7654 MUR
100 INR49.5308 MUR
500 INR247.6538 MUR
1,000 INR495.3076 MUR
5,000 INR2,476.5379 MUR
10,000 INR4,953.0758 MUR
Get the INR/MUR rate in your app
One GET request returns the latest INR → 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/INR/MUR"fetch('https://rate-api.com/api/v1/pair/INR/MUR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} MUR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/MUR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} MUR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/MUR');
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']} MUR\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "MUR"
},
"rate": 0.4953,
"timestamp": 1790429380,
"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 INRMauritian Rupee → Indian Rupee2.0189Convert INR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.