Skip to content

OMR to EUR exchange rate API

Rial Omani to Euro · quoted 2026-09-25

2.2750

▲ +3.10% over 1Y

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 last year, OMR/EUR traded between 2.1647 and 2.2840, averaged 2.2307 and rose 3.10%. 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 1Y

OMR/EUR over 1Y: show the values
PointOMR/EUR
2025-09-252.2066
2025-10-022.2041
2025-10-092.2312
2025-10-162.2240
2025-10-232.2349
2025-10-302.2429
2025-11-062.2464
2025-11-132.2297
2025-11-202.2499
2025-11-272.2360
2025-12-042.2207
2025-12-112.2116
2025-12-182.2110
2025-12-252.2029
2026-01-012.2127
2026-01-082.2189
2026-01-152.2286
2026-01-222.2131
2026-01-292.1647
2026-02-052.1962
2026-02-122.1820
2026-02-192.2045
2026-02-262.1929
2026-03-052.2298
2026-03-122.2437
2026-03-192.2548
2026-03-262.2453
2026-04-022.2479
2026-04-092.2172
2026-04-162.1988
2026-04-232.2153
2026-04-302.2136
2026-05-072.2010
2026-05-142.2138
2026-05-212.2336
2026-05-282.2299
2026-06-042.2255
2026-06-112.2455
2026-06-182.2605
2026-06-252.2840
2026-07-022.2728
2026-07-092.2655
2026-07-162.2591
2026-07-232.2739
2026-07-302.2573
2026-08-062.2446
2026-08-132.2462
2026-08-202.2180
2026-08-272.2247
2026-09-032.2305
2026-09-102.2302
2026-09-172.2565
2026-09-242.2791

High

2.2840

Low

2.1647

Average

2.2307

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.