Convert OMR to AUD
Omani Rial → Australian Dollar
1 OMR = 3.699464 AUD(1 AUD = 0.270309 OMR)
Currency converter
1 OMR =
3.6995 AUD
OMR to AUD: last 30 days
Over the last 30 days, 1 OMR traded between 3.596 and 3.7013 AUD, averaging 3.6363 AUD. The OMR/AUD rate is up 2.42% since 2026-08-28.
- 30-day high
- 3.7013
- 2026-09-24
- 30-day low
- 3.596
- 2026-09-09
- 30-day average
- 3.6363
- Days with data: 30
- 30-day change
- +2.42%
- since 2026-08-28
3.7013
3.5962026-08-28 → 2026-09-26
| Date | 1 OMR in AUD | Daily change |
|---|---|---|
| 2026-09-26 | 3.6995 | 0.00% |
| 2026-09-25 | 3.6995 | -0.05% |
| 2026-09-24 | 3.7013 | +0.58% |
| 2026-09-23 | 3.68 | +0.70% |
| 2026-09-22 | 3.6543 | +0.44% |
| 2026-09-21 | 3.6381 | -0.27% |
| 2026-09-20 | 3.6478 | +0.08% |
| 2026-09-19 | 3.6451 | -0.21% |
| 2026-09-18 | 3.6529 | +0.01% |
| 2026-09-17 | 3.6523 | +0.26% |
| 2026-09-16 | 3.6429 | -0.14% |
| 2026-09-15 | 3.648 | +0.13% |
| 2026-09-14 | 3.6433 | +0.61% |
| 2026-09-13 | 3.6213 | -0.12% |
| 2026-09-12 | 3.6257 | +0.05% |
| Date | 1 OMR in AUD | Daily change |
|---|---|---|
| 2026-09-11 | 3.6237 | +0.21% |
| 2026-09-10 | 3.6161 | +0.56% |
| 2026-09-09 | 3.596 | -0.13% |
| 2026-09-08 | 3.6008 | -0.03% |
| 2026-09-07 | 3.6019 | -0.15% |
| 2026-09-06 | 3.6074 | -0.14% |
| 2026-09-05 | 3.6124 | +0.13% |
| 2026-09-04 | 3.6078 | -0.12% |
| 2026-09-03 | 3.6121 | -0.59% |
| 2026-09-02 | 3.6335 | -0.14% |
| 2026-09-01 | 3.6385 | +0.27% |
| 2026-08-31 | 3.6287 | +0.08% |
| 2026-08-30 | 3.6258 | +0.14% |
| 2026-08-29 | 3.6209 | +0.24% |
| 2026-08-28 | 3.6122 | — |
OMR to AUD conversion table
1 OMR3.6995 AUD
5 OMR18.4973 AUD
10 OMR36.9946 AUD
25 OMR92.4866 AUD
50 OMR184.9732 AUD
100 OMR369.9464 AUD
500 OMR1,849.7318 AUD
1,000 OMR3,699.4637 AUD
5,000 OMR18,497.318 AUD
10,000 OMR36,994.637 AUD
Get the OMR/AUD rate in your app
One GET request returns the latest OMR → AUD 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/AUD"fetch('https://rate-api.com/api/v1/pair/OMR/AUD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 OMR = ${data.rate} AUD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/OMR/AUD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 OMR = {data['rate']} AUD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/OMR/AUD');
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']} AUD\n";Example response
{
"success": true,
"pair": {
"from": "OMR",
"to": "AUD"
},
"rate": 3.6995,
"timestamp": 1790435072,
"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
AUD to OMRAustralian Dollar → Omani Rial0.27031Convert OMR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.