Skip to content

MVR to MUR exchange rate API

Rufiyaa to Mauritius Rupee · quoted 2026-09-25

3.0699

▲ +4.50% over 1Y

1 MVR = 3.0699 MUR · 1 MUR = 0.32574 MVR · Get this rate via the API

1 MVR buys 3.0699 MUR as of 2026-09-25, so 1 MUR buys 0.32574 MVR. Over the last year, MVR/MUR traded between 2.9214 and 3.0961, averaged 3.0125 and rose 4.50%. The API holds daily MVR/MUR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MVR/MUR over 1Y

MVR/MUR over 1Y: show the values
PointMVR/MUR
2025-09-252.9378
2025-10-022.9580
2025-10-092.9677
2025-10-162.9425
2025-10-232.9489
2025-10-302.9499
2025-11-062.9808
2025-11-132.9702
2025-11-202.9728
2025-11-272.9874
2025-12-042.9843
2025-12-122.9826
2025-12-192.9783
2025-12-262.9719
2026-01-022.9877
2026-01-093.0116
2026-01-162.9880
2026-01-232.9817
2026-01-302.9214
2026-02-062.9783
2026-02-132.9668
2026-02-202.9912
2026-02-272.9955
2026-03-063.0610
2026-03-132.9686
2026-03-203.0077
2026-03-273.0131
2026-04-033.0356
2026-04-103.0149
2026-04-172.9909
2026-04-243.0232
2026-05-013.0437
2026-05-083.0230
2026-05-163.0605
2026-05-243.0678
2026-05-313.0721
2026-06-093.0961
2026-06-163.0560
2026-06-233.0918
2026-06-303.0553
2026-07-073.0445
2026-07-143.0558
2026-07-213.0480
2026-07-283.0619
2026-08-043.0357
2026-08-113.0403
2026-08-183.0359
2026-08-263.0252
2026-09-023.0451
2026-09-093.0318
2026-09-163.0498
2026-09-233.0821

High

3.0961

Low

2.9214

Average

3.0125

For developers

Get this rate via the API

One GET request returns the MVR/MUR 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=MUR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=MVR&currencies=MUR");
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=MUR").json()

Replace YOUR_API_KEY with the key from your dashboard.

MVR/MUR API questions

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

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

How far back does MVR/MUR historical data go?

Daily MVR/MUR 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/MUR 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.