Convert CAD to OMR
Canadian Dollar → Omani Rial
1 CAD = 0.271868 OMR(1 OMR = 3.678252 CAD)
Currency converter
1 CAD =
0.27187 OMR
CAD to OMR: last 30 days
Over the last 30 days, 1 CAD traded between 0.27187 and 0.27956 OMR, averaging 0.27623 OMR. The CAD/OMR rate is down 1.88% since 2026-08-29.
- 30-day high
- 0.27956
- 2026-09-09
- 30-day low
- 0.27187
- 2026-09-25
- 30-day average
- 0.27623
- Days with data: 30
- 30-day change
- -1.88%
- since 2026-08-29
0.27956
0.271872026-08-29 → 2026-09-27
| Date | 1 CAD in OMR | Daily change |
|---|---|---|
| 2026-09-27 | 0.27187 | 0.00% |
| 2026-09-26 | 0.27187 | 0.00% |
| 2026-09-25 | 0.27187 | -0.18% |
| 2026-09-24 | 0.27236 | -0.20% |
| 2026-09-23 | 0.27291 | -0.42% |
| 2026-09-22 | 0.27404 | -0.34% |
| 2026-09-21 | 0.27499 | +0.06% |
| 2026-09-20 | 0.27482 | -0.07% |
| 2026-09-19 | 0.27503 | +0.21% |
| 2026-09-18 | 0.27444 | -0.21% |
| 2026-09-17 | 0.27501 | -0.40% |
| 2026-09-16 | 0.27612 | -0.09% |
| 2026-09-15 | 0.27636 | -0.31% |
| 2026-09-14 | 0.27723 | -0.21% |
| 2026-09-13 | 0.27782 | +0.12% |
| Date | 1 CAD in OMR | Daily change |
|---|---|---|
| 2026-09-12 | 0.27748 | -0.05% |
| 2026-09-11 | 0.27763 | -0.34% |
| 2026-09-10 | 0.27858 | -0.35% |
| 2026-09-09 | 0.27956 | +0.26% |
| 2026-09-08 | 0.27884 | +0.14% |
| 2026-09-07 | 0.27846 | -0.14% |
| 2026-09-06 | 0.27885 | +0.14% |
| 2026-09-05 | 0.27847 | -0.13% |
| 2026-09-04 | 0.27882 | -0.08% |
| 2026-09-03 | 0.27906 | +0.92% |
| 2026-09-02 | 0.27652 | -0.21% |
| 2026-09-01 | 0.27712 | +0.00% |
| 2026-08-31 | 0.27711 | +0.15% |
| 2026-08-30 | 0.2767 | -0.14% |
| 2026-08-29 | 0.27707 | — |
CAD to OMR conversion table
1 CAD0.27187 OMR
5 CAD1.3593 OMR
10 CAD2.7187 OMR
25 CAD6.7967 OMR
50 CAD13.5934 OMR
100 CAD27.1868 OMR
500 CAD135.9341 OMR
1,000 CAD271.8683 OMR
5,000 CAD1,359.3413 OMR
10,000 CAD2,718.6825 OMR
Get the CAD/OMR rate in your app
One GET request returns the latest CAD → 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/CAD/OMR"fetch('https://rate-api.com/api/v1/pair/CAD/OMR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} OMR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/OMR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} OMR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/OMR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CAD = {$data['rate']} OMR\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "OMR"
},
"rate": 0.2719,
"timestamp": 1790538864,
"date": "2026-09-27"
}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 CADOmani Rial → Canadian Dollar3.6783Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.