Skip to content

MVR to EUR exchange rate API

Rufiyaa to Euro · quoted 2026-09-24

0.05686

▲ +3.04% over 1Y

1 MVR = 0.05686 EUR · 1 EUR = 17.5861 MVR · Get this rate via the API

1 MVR buys 0.05686 EUR as of 2026-09-24, so 1 EUR buys 17.5861 MVR. Over the last year, MVR/EUR traded between 0.05405 and 0.05686, averaged 0.05572 and rose 3.04%. The API holds daily MVR/EUR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MVR/EUR over 1Y

MVR/EUR over 1Y: show the values
PointMVR/EUR
2025-09-240.05518
2025-10-010.05533
2025-10-080.05580
2025-10-150.05590
2025-10-220.05600
2025-10-290.05580
2025-11-050.05636
2025-11-120.05593
2025-11-190.05591
2025-11-260.05594
2025-12-030.05550
2025-12-110.05528
2025-12-180.05525
2025-12-250.05493
2026-01-010.05507
2026-01-080.05541
2026-01-150.05565
2026-01-220.05526
2026-01-290.05405
2026-02-050.05483
2026-02-120.05447
2026-02-190.05510
2026-02-260.05475
2026-03-050.05568
2026-03-120.05602
2026-03-190.05630
2026-03-260.05606
2026-04-020.05613
2026-04-090.05536
2026-04-160.05493
2026-04-230.05535
2026-04-300.05529
2026-05-070.05497
2026-05-150.05584
2026-05-230.05597
2026-05-300.05569
2026-06-060.05622
2026-06-150.05573
2026-06-220.05648
2026-06-290.05672
2026-07-060.05667
2026-07-130.05662
2026-07-200.05661
2026-07-270.05680
2026-08-030.05608
2026-08-100.05599
2026-08-170.05580
2026-08-250.05547
2026-09-010.05580
2026-09-080.05570
2026-09-150.05609
2026-09-220.05643

High

0.05686

Low

0.05405

Average

0.05572

For developers

Get this rate via the API

One GET request returns the MVR/EUR rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR&currencies=EUR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR&currencies=EUR");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR&currencies=EUR").json()

Replace YOUR_API_KEY with the key from your dashboard.

MVR/EUR API questions

How do I get the MVR/EUR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR&currencies=EUR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest MVR/EUR rate in rates.EUR.

How far back does MVR/EUR historical data go?

Daily MVR/EUR rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free MVR/EUR exchange rate API?

Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.

Put these rates in your application

One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.