Convert OMR to CAD
Omani Rial → Canadian Dollar
1 OMR = 3.678252 CAD(1 CAD = 0.271868 OMR)
Currency converter
1 OMR =
3.6783 CAD
OMR to CAD: last 30 days
Over the last 30 days, 1 OMR traded between 3.577 and 3.6783 CAD, averaging 3.6178 CAD. The OMR/CAD rate is up 2.16% since 2026-08-28.
- 30-day high
- 3.6783
- 2026-09-25
- 30-day low
- 3.577
- 2026-09-09
- 30-day average
- 3.6178
- Days with data: 30
- 30-day change
- +2.16%
- since 2026-08-28
3.6783
3.5772026-08-28 → 2026-09-26
| Date | 1 OMR in CAD | Daily change |
|---|---|---|
| 2026-09-26 | 3.6783 | 0.00% |
| 2026-09-25 | 3.6783 | +0.18% |
| 2026-09-24 | 3.6716 | +0.20% |
| 2026-09-23 | 3.6643 | +0.42% |
| 2026-09-22 | 3.6491 | +0.34% |
| 2026-09-21 | 3.6365 | -0.06% |
| 2026-09-20 | 3.6387 | +0.08% |
| 2026-09-19 | 3.636 | -0.21% |
| 2026-09-18 | 3.6437 | +0.21% |
| 2026-09-17 | 3.6362 | +0.40% |
| 2026-09-16 | 3.6216 | +0.09% |
| 2026-09-15 | 3.6184 | +0.31% |
| 2026-09-14 | 3.6072 | +0.21% |
| 2026-09-13 | 3.5995 | -0.12% |
| 2026-09-12 | 3.6038 | +0.05% |
| Date | 1 OMR in CAD | Daily change |
|---|---|---|
| 2026-09-11 | 3.6019 | +0.34% |
| 2026-09-10 | 3.5896 | +0.35% |
| 2026-09-09 | 3.577 | -0.26% |
| 2026-09-08 | 3.5863 | -0.14% |
| 2026-09-07 | 3.5912 | +0.14% |
| 2026-09-06 | 3.5861 | -0.14% |
| 2026-09-05 | 3.5911 | +0.13% |
| 2026-09-04 | 3.5865 | +0.08% |
| 2026-09-03 | 3.5835 | -0.91% |
| 2026-09-02 | 3.6163 | +0.22% |
| 2026-09-01 | 3.6086 | -0.00% |
| 2026-08-31 | 3.6087 | -0.15% |
| 2026-08-30 | 3.6141 | +0.14% |
| 2026-08-29 | 3.6092 | +0.24% |
| 2026-08-28 | 3.6005 | — |
OMR to CAD conversion table
1 OMR3.6783 CAD
5 OMR18.3913 CAD
10 OMR36.7825 CAD
25 OMR91.9563 CAD
50 OMR183.9126 CAD
100 OMR367.8252 CAD
500 OMR1,839.1261 CAD
1,000 OMR3,678.2522 CAD
5,000 OMR18,391.261 CAD
10,000 OMR36,782.522 CAD
Get the OMR/CAD rate in your app
One GET request returns the latest OMR → CAD 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/CAD"fetch('https://rate-api.com/api/v1/pair/OMR/CAD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 OMR = ${data.rate} CAD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/OMR/CAD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 OMR = {data['rate']} CAD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/OMR/CAD');
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']} CAD\n";Example response
{
"success": true,
"pair": {
"from": "OMR",
"to": "CAD"
},
"rate": 3.6783,
"timestamp": 1790432153,
"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
CAD to OMRCanadian Dollar → Omani Rial0.27187Convert OMR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.