OMR to MVR exchange rate API
Rial Omani to Rufiyaa · quoted 2026-09-25
40.0503
▼ +0.13% over 6M
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 6 months, OMR/MVR traded between 39.9217 and 40.1313, averaged 40.0511 and fell 0.13%. 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 6M: show the values
| Point | OMR/MVR |
|---|---|
| 2026-03-29 | 40.1038 |
| 2026-04-05 | 40.1059 |
| 2026-04-12 | 40.1313 |
| 2026-04-19 | 40.1308 |
| 2026-04-26 | 40.1233 |
| 2026-05-03 | 40.1026 |
| 2026-05-10 | 39.9728 |
| 2026-05-18 | 39.9217 |
| 2026-05-26 | 40.0112 |
| 2026-06-02 | 40.0013 |
| 2026-06-11 | 40.0495 |
| 2026-06-18 | 40.0513 |
| 2026-06-25 | 40.0477 |
| 2026-07-02 | 40.0269 |
| 2026-07-09 | 40.0401 |
| 2026-07-16 | 40.0466 |
| 2026-07-23 | 40.0477 |
| 2026-07-30 | 40.0478 |
| 2026-08-06 | 40.0439 |
| 2026-08-13 | 40.0517 |
| 2026-08-21 | 40.0535 |
| 2026-08-28 | 40.0515 |
| 2026-09-04 | 40.0509 |
| 2026-09-11 | 40.0395 |
| 2026-09-18 | 40.0251 |
| 2026-09-25 | 40.0500 |
High
40.1313
Low
39.9217
Average
40.0511
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=OMR¤cies=MVR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=OMR¤cies=MVR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=OMR¤cies=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¤cies=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.