Skip to content

OMR to MVR exchange rate API

Rial Omani to Rufiyaa · quoted 2026-09-25

40.0503

▼ +0.00% over 30D

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 last 30 days, OMR/MVR traded between 39.9845 and 40.2967, averaged 40.0694 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 30D

OMR/MVR over 30D: show the values
PointOMR/MVR
2026-08-2640.0510
2026-08-2740.0756
2026-08-2840.0515
2026-08-2940.2967
2026-08-3040.2105
2026-08-3140.0722
2026-09-0140.0586
2026-09-0240.0513
2026-09-0340.0508
2026-09-0440.0509
2026-09-0540.2264
2026-09-0640.1124
2026-09-0740.0509
2026-09-0840.0511
2026-09-0940.0405
2026-09-1040.0433
2026-09-1140.0395
2026-09-1240.1749
2026-09-1340.0973
2026-09-1440.0427
2026-09-1540.0275
2026-09-1640.0101
2026-09-1739.9845
2026-09-1840.0251
2026-09-1940.0149
2026-09-2040.0369
2026-09-2140.0202
2026-09-2240.0503
2026-09-2340.0509
2026-09-2440.0506
2026-09-2540.0500

High

40.2967

Low

39.9845

Average

40.0694

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.