Convert EUR to OMR
Euro → Omani Rial
1 EUR = 0.438442 OMR(1 OMR = 2.280804 EUR)
Currency converter
1 EUR =
0.43844 OMR
EUR to OMR: last 30 days
Over the last 30 days, 1 EUR traded between 0.43706 and 0.44849 OMR, averaging 0.44432 OMR. The EUR/OMR rate is down 2.13% since 2026-08-28.
- 30-day high
- 0.44849
- 2026-09-09
- 30-day low
- 0.43706
- 2026-09-24
- 30-day average
- 0.44432
- Days with data: 30
- 30-day change
- -2.13%
- since 2026-08-28
0.44849
0.437062026-08-28 → 2026-09-26
| Date | 1 EUR in OMR | Daily change |
|---|---|---|
| 2026-09-26 | 0.43844 | 0.00% |
| 2026-09-25 | 0.43844 | +0.32% |
| 2026-09-24 | 0.43706 | -0.39% |
| 2026-09-23 | 0.43875 | -0.55% |
| 2026-09-22 | 0.44117 | -0.29% |
| 2026-09-21 | 0.44247 | +0.28% |
| 2026-09-20 | 0.44124 | -0.07% |
| 2026-09-19 | 0.44157 | +0.21% |
| 2026-09-18 | 0.44063 | -0.28% |
| 2026-09-17 | 0.44188 | -0.49% |
| 2026-09-16 | 0.44404 | +0.03% |
| 2026-09-15 | 0.4439 | -0.18% |
| 2026-09-14 | 0.44469 | -0.36% |
| 2026-09-13 | 0.44629 | +0.12% |
| 2026-09-12 | 0.44576 | -0.05% |
| Date | 1 EUR in OMR | Daily change |
|---|---|---|
| 2026-09-11 | 0.44599 | -0.24% |
| 2026-09-10 | 0.44709 | -0.31% |
| 2026-09-09 | 0.44849 | +0.32% |
| 2026-09-08 | 0.44707 | -0.04% |
| 2026-09-07 | 0.44724 | +0.00% |
| 2026-09-06 | 0.44723 | +0.14% |
| 2026-09-05 | 0.44661 | -0.13% |
| 2026-09-04 | 0.44718 | +0.03% |
| 2026-09-03 | 0.44703 | +0.27% |
| 2026-09-02 | 0.44582 | -0.05% |
| 2026-09-01 | 0.44605 | -0.03% |
| 2026-08-31 | 0.44621 | -0.02% |
| 2026-08-30 | 0.44632 | -0.14% |
| 2026-08-29 | 0.44692 | -0.24% |
| 2026-08-28 | 0.44799 | — |
EUR to OMR conversion table
1 EUR0.43844 OMR
5 EUR2.1922 OMR
10 EUR4.3844 OMR
25 EUR10.961 OMR
50 EUR21.9221 OMR
100 EUR43.8442 OMR
500 EUR219.221 OMR
1,000 EUR438.4419 OMR
5,000 EUR2,192.2096 OMR
10,000 EUR4,384.4193 OMR
Get the EUR/OMR rate in your app
One GET request returns the latest EUR → OMR rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/EUR/OMR"fetch('https://rate-api.com/api/v1/pair/EUR/OMR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} OMR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/OMR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} OMR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/OMR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 EUR = {$data['rate']} OMR\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "OMR"
},
"rate": 0.4384,
"timestamp": 1790429439,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
OMR to EUROmani Rial → Euro2.2808Convert EUR to other currencies
Convert other currencies to OMR
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.