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: show the values
| Point | OMR/EUR |
|---|---|
| 2025-09-25 | 2.2066 |
| 2025-10-02 | 2.2041 |
| 2025-10-09 | 2.2312 |
| 2025-10-16 | 2.2240 |
| 2025-10-23 | 2.2349 |
| 2025-10-30 | 2.2429 |
| 2025-11-06 | 2.2464 |
| 2025-11-13 | 2.2297 |
| 2025-11-20 | 2.2499 |
| 2025-11-27 | 2.2360 |
| 2025-12-04 | 2.2207 |
| 2025-12-11 | 2.2116 |
| 2025-12-18 | 2.2110 |
| 2025-12-25 | 2.2029 |
| 2026-01-01 | 2.2127 |
| 2026-01-08 | 2.2189 |
| 2026-01-15 | 2.2286 |
| 2026-01-22 | 2.2131 |
| 2026-01-29 | 2.1647 |
| 2026-02-05 | 2.1962 |
| 2026-02-12 | 2.1820 |
| 2026-02-19 | 2.2045 |
| 2026-02-26 | 2.1929 |
| 2026-03-05 | 2.2298 |
| 2026-03-12 | 2.2437 |
| 2026-03-19 | 2.2548 |
| 2026-03-26 | 2.2453 |
| 2026-04-02 | 2.2479 |
| 2026-04-09 | 2.2172 |
| 2026-04-16 | 2.1988 |
| 2026-04-23 | 2.2153 |
| 2026-04-30 | 2.2136 |
| 2026-05-07 | 2.2010 |
| 2026-05-14 | 2.2138 |
| 2026-05-21 | 2.2336 |
| 2026-05-28 | 2.2299 |
| 2026-06-04 | 2.2255 |
| 2026-06-11 | 2.2455 |
| 2026-06-18 | 2.2605 |
| 2026-06-25 | 2.2840 |
| 2026-07-02 | 2.2728 |
| 2026-07-09 | 2.2655 |
| 2026-07-16 | 2.2591 |
| 2026-07-23 | 2.2739 |
| 2026-07-30 | 2.2573 |
| 2026-08-06 | 2.2446 |
| 2026-08-13 | 2.2462 |
| 2026-08-20 | 2.2180 |
| 2026-08-27 | 2.2247 |
| 2026-09-03 | 2.2305 |
| 2026-09-10 | 2.2302 |
| 2026-09-17 | 2.2565 |
| 2026-09-24 | 2.2791 |
High
2.2840
Low
2.1647
Average
2.2307
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=OMR¤cies=EUR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=OMR¤cies=EUR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=OMR¤cies=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¤cies=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.