Convert CAD to QAR
Canadian Dollar → Qatari Rial
1 CAD = 2.573753 QAR(1 QAR = 0.388538 CAD)
Currency converter
1 CAD =
2.5738 QAR
CAD to QAR: last 30 days
Over the last 30 days, 1 CAD traded between 2.5738 and 2.6438 QAR, averaging 2.6156 QAR. The CAD/QAR rate is down 2.04% since 2026-08-28.
- 30-day high
- 2.6438
- 2026-09-09
- 30-day low
- 2.5738
- 2026-09-25
- 30-day average
- 2.6156
- Days with data: 30
- 30-day change
- -2.04%
- since 2026-08-28
2.6438
2.57382026-08-28 → 2026-09-26
| Date | 1 CAD in QAR | Daily change |
|---|---|---|
| 2026-09-26 | 2.5738 | 0.00% |
| 2026-09-25 | 2.5738 | -0.18% |
| 2026-09-24 | 2.5784 | -0.20% |
| 2026-09-23 | 2.5836 | -0.32% |
| 2026-09-22 | 2.5919 | -0.28% |
| 2026-09-21 | 2.5993 | +0.04% |
| 2026-09-20 | 2.5981 | 0.00% |
| 2026-09-19 | 2.5981 | -0.13% |
| 2026-09-18 | 2.6015 | +0.02% |
| 2026-09-17 | 2.6009 | -0.40% |
| 2026-09-16 | 2.6114 | -0.14% |
| 2026-09-15 | 2.6149 | -0.24% |
| 2026-09-14 | 2.6212 | -0.21% |
| 2026-09-13 | 2.6266 | 0.00% |
| 2026-09-12 | 2.6266 | 0.00% |
| Date | 1 CAD in QAR | Daily change |
|---|---|---|
| 2026-09-11 | 2.6266 | -0.30% |
| 2026-09-10 | 2.6346 | -0.35% |
| 2026-09-09 | 2.6438 | +0.27% |
| 2026-09-08 | 2.6367 | +0.11% |
| 2026-09-07 | 2.6339 | -0.14% |
| 2026-09-06 | 2.6377 | 0.00% |
| 2026-09-05 | 2.6377 | 0.00% |
| 2026-09-04 | 2.6377 | -0.06% |
| 2026-09-03 | 2.6392 | +0.96% |
| 2026-09-02 | 2.614 | -0.27% |
| 2026-09-01 | 2.621 | -0.01% |
| 2026-08-31 | 2.6213 | -0.23% |
| 2026-08-30 | 2.6274 | 0.00% |
| 2026-08-29 | 2.6274 | 0.00% |
| 2026-08-28 | 2.6274 | — |
CAD to QAR conversion table
1 CAD2.5738 QAR
5 CAD12.8688 QAR
10 CAD25.7375 QAR
25 CAD64.3438 QAR
50 CAD128.6877 QAR
100 CAD257.3753 QAR
500 CAD1,286.8767 QAR
1,000 CAD2,573.7533 QAR
5,000 CAD12,868.767 QAR
10,000 CAD25,737.533 QAR
Get the CAD/QAR rate in your app
One GET request returns the latest CAD → QAR 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/QAR"fetch('https://rate-api.com/api/v1/pair/CAD/QAR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} QAR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/QAR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} QAR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/QAR');
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']} QAR\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "QAR"
},
"rate": 2.5738,
"timestamp": 1790429402,
"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
QAR to CADQatari Rial → Canadian Dollar0.38854Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.