Skip to content

OMR to EUR exchange rate API

Rial Omani to Euro · quoted 2026-09-25

2.2750

▲ +3.18% over YTD

1 OMR = 2.2750 EUR · 1 EUR = 0.43955 OMR · Get this rate via the API

1 OMR buys 2.2750 EUR as of 2026-09-25, so 1 EUR buys 0.43955 OMR. Over the year to date, OMR/EUR traded between 2.1636 and 2.2845, averaged 2.2303 and rose 3.18%. The API holds daily OMR/EUR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

OMR/EUR over YTD

OMR/EUR over YTD: show the values
PointOMR/EUR
2025-12-312.2049
2026-01-072.2172
2026-01-142.2236
2026-01-212.2069
2026-01-282.1636
2026-02-042.1920
2026-02-112.1783
2026-02-182.1873
2026-02-252.1985
2026-03-042.2239
2026-03-112.2370
2026-03-182.2528
2026-03-252.2349
2026-04-012.2324
2026-04-082.2132
2026-04-152.1992
2026-04-222.2080
2026-04-292.2131
2026-05-062.2024
2026-05-132.2114
2026-05-202.2334
2026-05-272.2261
2026-06-032.2305
2026-06-102.2451
2026-06-172.2351
2026-06-242.2845
2026-07-012.2759
2026-07-082.2716
2026-07-152.2712
2026-07-222.2708
2026-07-292.2762
2026-08-052.2422
2026-08-122.2441
2026-08-192.2325
2026-08-262.2202
2026-09-022.2376
2026-09-092.2234
2026-09-162.2455
2026-09-232.2703

High

2.2845

Low

2.1636

Average

2.2303

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

OMR/EUR API questions

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

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

How far back does OMR/EUR historical data go?

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