Convert EUR to MVR
Euro → Maldivian Rufiyaa
1 EUR = 17.626075 MVR(1 MVR = 0.0567341 EUR)
Currency converter
1 EUR =
17.6261 MVR
EUR to MVR: last 30 days
Over the last 30 days, 1 EUR traded between 17.5729 and 18.0094 MVR, averaging 17.8369 MVR. The EUR/MVR rate is down 2.13% since 2026-08-29.
- 30-day high
- 18.0094
- 2026-08-29
- 30-day low
- 17.5729
- 2026-09-24
- 30-day average
- 17.8369
- Days with data: 30
- 30-day change
- -2.13%
- since 2026-08-29
18.0094
17.57292026-08-29 → 2026-09-27
| Date | 1 EUR in MVR | Daily change |
|---|---|---|
| 2026-09-27 | 17.6261 | 0.00% |
| 2026-09-26 | 17.6261 | -0.01% |
| 2026-09-25 | 17.6284 | +0.32% |
| 2026-09-24 | 17.5729 | -0.39% |
| 2026-09-23 | 17.641 | -0.45% |
| 2026-09-22 | 17.7211 | -0.16% |
| 2026-09-21 | 17.7498 | +0.35% |
| 2026-09-20 | 17.6885 | +0.11% |
| 2026-09-19 | 17.6694 | -0.21% |
| 2026-09-18 | 17.7057 | -0.08% |
| 2026-09-17 | 17.7199 | -0.55% |
| 2026-09-16 | 17.8177 | -0.06% |
| 2026-09-15 | 17.8285 | -0.14% |
| 2026-09-14 | 17.8538 | -0.36% |
| 2026-09-13 | 17.9184 | +0.06% |
| Date | 1 EUR in MVR | Daily change |
|---|---|---|
| 2026-09-12 | 17.9082 | -0.04% |
| 2026-09-11 | 17.916 | -0.22% |
| 2026-09-10 | 17.9548 | -0.30% |
| 2026-09-09 | 18.009 | +0.30% |
| 2026-09-08 | 17.9547 | -0.07% |
| 2026-09-07 | 17.967 | -0.00% |
| 2026-09-06 | 17.9673 | +0.01% |
| 2026-09-05 | 17.9656 | -0.01% |
| 2026-09-04 | 17.9669 | +0.06% |
| 2026-09-03 | 17.9561 | +0.32% |
| 2026-09-02 | 17.899 | -0.12% |
| 2026-09-01 | 17.9209 | -0.09% |
| 2026-08-31 | 17.9362 | -0.40% |
| 2026-08-30 | 18.009 | -0.00% |
| 2026-08-29 | 18.0094 | — |
EUR to MVR conversion table
1 EUR17.6261 MVR
5 EUR88.1304 MVR
10 EUR176.2608 MVR
25 EUR440.6519 MVR
50 EUR881.3037 MVR
100 EUR1,762.6075 MVR
500 EUR8,813.0373 MVR
1,000 EUR17,626.075 MVR
5,000 EUR88,130.373 MVR
10,000 EUR176,260.75 MVR
Get the EUR/MVR rate in your app
One GET request returns the latest EUR → MVR 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/MVR"fetch('https://rate-api.com/api/v1/pair/EUR/MVR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} MVR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/MVR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} MVR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/MVR');
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']} MVR\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "MVR"
},
"rate": 17.6261,
"timestamp": 1790499676,
"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
MVR to EURMaldivian Rufiyaa → Euro0.056734Convert EUR to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.