OMR to MVR exchange rate API
Rial Omani to Rufiyaa · quoted 2026-09-25
40.0503
▲ +0.27% over 1Y
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 year, OMR/MVR traded between 39.8973 and 40.0911, averaged 40.0262 and rose 0.27%. 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 1Y: show the values
| Point | OMR/MVR |
|---|---|
| 2025-09-25 | 39.9421 |
| 2025-10-02 | 39.9059 |
| 2025-10-09 | 39.8973 |
| 2025-10-16 | 39.9424 |
| 2025-10-23 | 39.9334 |
| 2025-10-30 | 39.9320 |
| 2025-11-06 | 40.0025 |
| 2025-11-13 | 40.0042 |
| 2025-11-20 | 40.0141 |
| 2025-11-27 | 40.0178 |
| 2025-12-04 | 39.9935 |
| 2025-12-12 | 40.0061 |
| 2025-12-19 | 40.0328 |
| 2025-12-26 | 40.0504 |
| 2026-01-02 | 40.0499 |
| 2026-01-09 | 40.0403 |
| 2026-01-16 | 40.0501 |
| 2026-01-23 | 40.0419 |
| 2026-01-30 | 40.0528 |
| 2026-02-06 | 40.0453 |
| 2026-02-13 | 40.0536 |
| 2026-02-20 | 40.0084 |
| 2026-02-27 | 40.0483 |
| 2026-03-06 | 40.0447 |
| 2026-03-13 | 40.0545 |
| 2026-03-20 | 40.0474 |
| 2026-03-27 | 40.0533 |
| 2026-04-03 | 40.0911 |
| 2026-04-10 | 40.0269 |
| 2026-04-17 | 40.0263 |
| 2026-04-24 | 40.0524 |
| 2026-05-01 | 40.0353 |
| 2026-05-08 | 40.0386 |
| 2026-05-16 | 40.0501 |
| 2026-05-24 | 40.0399 |
| 2026-05-31 | 39.9802 |
| 2026-06-09 | 40.0392 |
| 2026-06-16 | 40.0515 |
| 2026-06-23 | 40.0508 |
| 2026-06-30 | 40.0491 |
| 2026-07-07 | 40.0508 |
| 2026-07-14 | 40.0492 |
| 2026-07-21 | 40.0494 |
| 2026-07-28 | 40.0461 |
| 2026-08-04 | 40.0510 |
| 2026-08-11 | 40.0403 |
| 2026-08-18 | 40.0501 |
| 2026-08-26 | 40.0510 |
| 2026-09-02 | 40.0513 |
| 2026-09-09 | 40.0405 |
| 2026-09-16 | 40.0101 |
| 2026-09-23 | 40.0509 |
High
40.0911
Low
39.8973
Average
40.0262
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.