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: show the values
| Point | OMR/EUR |
|---|---|
| 2025-12-31 | 2.2049 |
| 2026-01-07 | 2.2172 |
| 2026-01-14 | 2.2236 |
| 2026-01-21 | 2.2069 |
| 2026-01-28 | 2.1636 |
| 2026-02-04 | 2.1920 |
| 2026-02-11 | 2.1783 |
| 2026-02-18 | 2.1873 |
| 2026-02-25 | 2.1985 |
| 2026-03-04 | 2.2239 |
| 2026-03-11 | 2.2370 |
| 2026-03-18 | 2.2528 |
| 2026-03-25 | 2.2349 |
| 2026-04-01 | 2.2324 |
| 2026-04-08 | 2.2132 |
| 2026-04-15 | 2.1992 |
| 2026-04-22 | 2.2080 |
| 2026-04-29 | 2.2131 |
| 2026-05-06 | 2.2024 |
| 2026-05-13 | 2.2114 |
| 2026-05-20 | 2.2334 |
| 2026-05-27 | 2.2261 |
| 2026-06-03 | 2.2305 |
| 2026-06-10 | 2.2451 |
| 2026-06-17 | 2.2351 |
| 2026-06-24 | 2.2845 |
| 2026-07-01 | 2.2759 |
| 2026-07-08 | 2.2716 |
| 2026-07-15 | 2.2712 |
| 2026-07-22 | 2.2708 |
| 2026-07-29 | 2.2762 |
| 2026-08-05 | 2.2422 |
| 2026-08-12 | 2.2441 |
| 2026-08-19 | 2.2325 |
| 2026-08-26 | 2.2202 |
| 2026-09-02 | 2.2376 |
| 2026-09-09 | 2.2234 |
| 2026-09-16 | 2.2455 |
| 2026-09-23 | 2.2703 |
High
2.2845
Low
2.1636
Average
2.2303
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.