Skip to content

OMR to MVR exchange rate API

Rial Omani to Rufiyaa · quoted 2026-09-25

40.0503

▼ +0.00% over YTD

1 OMR = 40.0503 MVR · 1 MVR = 0.02497 OMR · Get this rate via the API

1 OMR buys 40.0503 MVR as of 2026-09-25, so 1 MVR buys 0.02497 OMR. Over the year to date, OMR/MVR traded between 39.9972 and 40.1107, averaged 40.0553 and fell 0.00%. The API holds daily OMR/MVR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

OMR/MVR over YTD

OMR/MVR over YTD: show the values
PointOMR/MVR
2025-12-3140.0520
2026-01-0740.0510
2026-01-1440.0503
2026-01-2140.0506
2026-01-2840.0514
2026-02-0440.0542
2026-02-1140.0512
2026-02-1839.9972
2026-02-2540.0430
2026-03-0440.0486
2026-03-1140.0502
2026-03-1840.0508
2026-03-2540.0505
2026-04-0140.0516
2026-04-0840.0523
2026-04-1540.0519
2026-04-2240.0509
2026-04-2940.0243
2026-05-0640.0360
2026-05-1440.0106
2026-05-2140.0129
2026-05-2940.0050
2026-06-0540.0287
2026-06-1440.1107
2026-06-2140.0923
2026-06-2840.0844
2026-07-0540.1039
2026-07-1240.1047
2026-07-1940.0885
2026-07-2640.0825
2026-08-0240.0842
2026-08-0940.0855
2026-08-1640.1038
2026-08-2440.0541
2026-08-3140.0722
2026-09-0740.0509
2026-09-1440.0427
2026-09-2140.0202

High

40.1107

Low

39.9972

Average

40.0553

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

OMR/MVR API questions

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

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

How far back does OMR/MVR historical data go?

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