Skip to content

MVR to MRO exchange rate API

Rufiyaa to Ouguiya · quoted 2026-09-25

25.8926

▲ +0.75% over YTD

1 MVR = 25.8926 MRO · 1 MRO = 0.03862 MVR · Get this rate via the API

1 MVR buys 25.8926 MRO as of 2026-09-25, so 1 MRO buys 0.03862 MVR. Over the year to date, MVR/MRO traded between 25.6177 and 26.0304, averaged 25.8674 and rose 0.75%. The API holds daily MVR/MRO rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

MVR/MRO over YTD

MVR/MRO over YTD: show the values
PointMVR/MRO
2025-12-3125.6987
2026-01-0725.6177
2026-01-1425.7795
2026-01-2125.8344
2026-01-2825.8057
2026-02-0425.7536
2026-02-1125.8127
2026-02-1925.8883
2026-02-2625.8600
2026-03-0525.9091
2026-03-1225.9251
2026-03-1925.8968
2026-03-2625.8492
2026-04-0325.7809
2026-05-1425.8982
2026-05-2425.8761
2026-05-3125.9215
2026-06-0926.0100
2026-06-1625.8877
2026-06-2325.9154
2026-06-3025.7885
2026-07-0825.9699
2026-07-1525.8156
2026-07-2225.9134
2026-07-2925.9381
2026-08-0525.9406
2026-08-1225.8874
2026-08-2025.7642
2026-08-2725.9963
2026-09-0325.8543
2026-09-1025.8869
2026-09-1726.0304
2026-09-2525.8926

High

26.0304

Low

25.6177

Average

25.8674

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

MVR/MRO API questions

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

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

How far back does MVR/MRO historical data go?

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