Convert OMR to RUB
Omani Rial → Russian Ruble
1 OMR = 221.10203 RUB(1 RUB = 0.0045228 OMR)
Currency converter
1 OMR =
221.102 RUB
OMR to RUB: last 30 days
Over the last 30 days, 1 OMR traded between 217.6299 and 226.8202 RUB, averaging 221.5311 RUB. The OMR/RUB rate is down 0.46% since 2026-08-28.
- 30-day high
- 226.8202
- 2026-09-03
- 30-day low
- 217.6299
- 2026-09-22
- 30-day average
- 221.5311
- Days with data: 30
- 30-day change
- -0.46%
- since 2026-08-28
226.8202
217.62992026-08-28 → 2026-09-26
| Date | 1 OMR in RUB | Daily change |
|---|---|---|
| 2026-09-26 | 221.102 | 0.00% |
| 2026-09-25 | 221.102 | +0.20% |
| 2026-09-24 | 220.6528 | +0.64% |
| 2026-09-23 | 219.241 | +0.74% |
| 2026-09-22 | 217.6299 | -0.42% |
| 2026-09-21 | 218.5584 | +0.08% |
| 2026-09-20 | 218.3883 | -0.29% |
| 2026-09-19 | 219.034 | -0.33% |
| 2026-09-18 | 219.7682 | +0.42% |
| 2026-09-17 | 218.8456 | +0.04% |
| 2026-09-16 | 218.7621 | -0.42% |
| 2026-09-15 | 219.6819 | +0.05% |
| 2026-09-14 | 219.5786 | +0.30% |
| 2026-09-13 | 218.9219 | -0.01% |
| 2026-09-12 | 218.9418 | +0.33% |
| Date | 1 OMR in RUB | Daily change |
|---|---|---|
| 2026-09-11 | 218.2254 | -1.18% |
| 2026-09-10 | 220.8323 | -0.99% |
| 2026-09-09 | 223.0379 | -0.44% |
| 2026-09-08 | 224.0263 | -0.46% |
| 2026-09-07 | 225.0678 | +0.06% |
| 2026-09-06 | 224.9343 | +0.72% |
| 2026-09-05 | 223.3331 | -0.84% |
| 2026-09-04 | 225.2197 | -0.71% |
| 2026-09-03 | 226.8202 | +0.59% |
| 2026-09-02 | 225.4853 | +0.53% |
| 2026-09-01 | 224.2872 | +0.39% |
| 2026-08-31 | 223.4174 | -0.44% |
| 2026-08-30 | 224.3966 | -0.05% |
| 2026-08-29 | 224.5107 | +1.07% |
| 2026-08-28 | 222.1306 | — |
OMR to RUB conversion table
1 OMR221.102 RUB
5 OMR1,105.5101 RUB
10 OMR2,211.0203 RUB
25 OMR5,527.5506 RUB
50 OMR11,055.101 RUB
100 OMR22,110.203 RUB
500 OMR110,551.01 RUB
1,000 OMR221,102.03 RUB
5,000 OMR1,105,510.1 RUB
10,000 OMR2,211,020.3 RUB
Get the OMR/RUB rate in your app
One GET request returns the latest OMR → RUB 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/OMR/RUB"fetch('https://rate-api.com/api/v1/pair/OMR/RUB', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 OMR = ${data.rate} RUB`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/OMR/RUB",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 OMR = {data['rate']} RUB")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/OMR/RUB');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 OMR = {$data['rate']} RUB\n";Example response
{
"success": true,
"pair": {
"from": "OMR",
"to": "RUB"
},
"rate": 221.102,
"timestamp": 1790432099,
"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
RUB to OMRRussian Ruble → Omani Rial0.0045228Convert OMR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.