Convert CAD to IRR
Canadian Dollar → Iranian Rial
1 CAD = 972,081.42 IRR(1 IRR = 0.00000102872 CAD)
Currency converter
1 CAD =
972,081.42 IRR
CAD to IRR: last 30 days
Over the last 30 days, 1 CAD traded between 972,081.42 and 998,395.63 IRR, averaging 987,811.23 IRR. The CAD/IRR rate is down 1.99% since 2026-08-28.
- 30-day high
- 998,395.63
- 2026-09-09
- 30-day low
- 972,081.42
- 2026-09-25
- 30-day average
- 987,811.23
- Days with data: 30
- 30-day change
- -1.99%
- since 2026-08-28
998,395.63
972,081.422026-08-28 → 2026-09-26
| Date | 1 CAD in IRR | Daily change |
|---|---|---|
| 2026-09-26 | 972,081.42 | 0.00% |
| 2026-09-25 | 972,081.42 | -0.21% |
| 2026-09-24 | 974,147.76 | -0.22% |
| 2026-09-23 | 976,262.66 | -0.29% |
| 2026-09-22 | 979,055.49 | -0.25% |
| 2026-09-21 | 981,502.6 | +0.03% |
| 2026-09-20 | 981,166.78 | -0.00% |
| 2026-09-19 | 981,209.52 | +0.01% |
| 2026-09-18 | 981,155.97 | -0.08% |
| 2026-09-17 | 981,920.64 | -0.43% |
| 2026-09-16 | 986,131.86 | -0.15% |
| 2026-09-15 | 987,602.35 | -0.25% |
| 2026-09-14 | 990,033.95 | -0.23% |
| 2026-09-13 | 992,340.3 | -0.00% |
| 2026-09-12 | 992,367.09 | +0.04% |
| Date | 1 CAD in IRR | Daily change |
|---|---|---|
| 2026-09-11 | 992,016.33 | -0.29% |
| 2026-09-10 | 994,859.42 | -0.35% |
| 2026-09-09 | 998,395.63 | +0.27% |
| 2026-09-08 | 995,715.13 | +0.12% |
| 2026-09-07 | 994,553.21 | -0.18% |
| 2026-09-06 | 996,327.32 | -0.03% |
| 2026-09-05 | 996,596.02 | +0.04% |
| 2026-09-04 | 996,166.45 | -0.05% |
| 2026-09-03 | 996,637.06 | +0.93% |
| 2026-09-02 | 987,417.78 | -0.26% |
| 2026-09-01 | 989,970.89 | -0.00% |
| 2026-08-31 | 989,972.96 | -0.23% |
| 2026-08-30 | 992,262.12 | -0.03% |
| 2026-08-29 | 992,533.48 | +0.07% |
| 2026-08-28 | 991,853.18 | — |
CAD to IRR conversion table
1 CAD972,081.42 IRR
5 CAD4,860,407.1 IRR
10 CAD9,720,814.2 IRR
25 CAD24,302,035 IRR
50 CAD48,604,071 IRR
100 CAD97,208,142 IRR
500 CAD486,040,708 IRR
1,000 CAD972,081,416 IRR
5,000 CAD4,860,407,078 IRR
10,000 CAD9,720,814,155 IRR
Get the CAD/IRR rate in your app
One GET request returns the latest CAD → IRR 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/IRR"fetch('https://rate-api.com/api/v1/pair/CAD/IRR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} IRR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/IRR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} IRR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/IRR');
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']} IRR\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "IRR"
},
"rate": 972081.4155,
"timestamp": 1790429434,
"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
IRR to CADIranian Rial → Canadian Dollar0.0000010287Convert CAD to other currencies
Convert other currencies to IRR
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.