Convert EUR to MUR
Euro → Mauritian Rupee
1 EUR = 54.117554 MUR(1 MUR = 0.0184783 EUR)
Currency converter
1 EUR =
54.1176 MUR
EUR to MUR: last 30 days
Over the last 30 days, 1 EUR traded between 54.1176 and 54.8617 MUR, averaging 54.4647 MUR. The EUR/MUR rate is down 0.81% since 2026-08-28.
- 30-day high
- 54.8617
- 2026-09-03
- 30-day low
- 54.1176
- 2026-09-25
- 30-day average
- 54.4647
- Days with data: 30
- 30-day change
- -0.81%
- since 2026-08-28
54.8617
54.11762026-08-28 → 2026-09-26
| Date | 1 EUR in MUR | Daily change |
|---|---|---|
| 2026-09-26 | 54.1176 | 0.00% |
| 2026-09-25 | 54.1176 | -0.54% |
| 2026-09-24 | 54.4097 | +0.07% |
| 2026-09-23 | 54.3719 | -0.50% |
| 2026-09-22 | 54.6455 | -0.04% |
| 2026-09-21 | 54.6663 | +0.25% |
| 2026-09-20 | 54.5324 | -0.03% |
| 2026-09-19 | 54.5478 | -0.02% |
| 2026-09-18 | 54.5609 | +0.11% |
| 2026-09-17 | 54.503 | +0.30% |
| 2026-09-16 | 54.3409 | -0.01% |
| 2026-09-15 | 54.3441 | +0.38% |
| 2026-09-14 | 54.138 | -0.55% |
| 2026-09-13 | 54.4355 | +0.02% |
| 2026-09-12 | 54.4265 | +0.28% |
| Date | 1 EUR in MUR | Daily change |
|---|---|---|
| 2026-09-11 | 54.2743 | -0.32% |
| 2026-09-10 | 54.4466 | -0.28% |
| 2026-09-09 | 54.5991 | +0.24% |
| 2026-09-08 | 54.4699 | +0.01% |
| 2026-09-07 | 54.4619 | +0.04% |
| 2026-09-06 | 54.4389 | +0.04% |
| 2026-09-05 | 54.4189 | -0.18% |
| 2026-09-04 | 54.5181 | -0.63% |
| 2026-09-03 | 54.8617 | +0.66% |
| 2026-09-02 | 54.5043 | -0.14% |
| 2026-09-01 | 54.579 | +0.12% |
| 2026-08-31 | 54.5133 | -0.11% |
| 2026-08-30 | 54.5713 | +0.01% |
| 2026-08-29 | 54.5655 | +0.01% |
| 2026-08-28 | 54.5617 | — |
EUR to MUR conversion table
1 EUR54.1176 MUR
5 EUR270.5878 MUR
10 EUR541.1755 MUR
25 EUR1,352.9388 MUR
50 EUR2,705.8777 MUR
100 EUR5,411.7554 MUR
500 EUR27,058.777 MUR
1,000 EUR54,117.554 MUR
5,000 EUR270,587.77 MUR
10,000 EUR541,175.54 MUR
Get the EUR/MUR rate in your app
One GET request returns the latest EUR → 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/EUR/MUR"fetch('https://rate-api.com/api/v1/pair/EUR/MUR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} MUR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/MUR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} MUR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/MUR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 EUR = {$data['rate']} MUR\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "MUR"
},
"rate": 54.1176,
"timestamp": 1790437515,
"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 EURMauritian Rupee → Euro0.018478Convert EUR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.