Convert CAD to RSD
Canadian Dollar → Serbian Dinar
1 CAD = 73.045828 RSD(1 RSD = 0.01369 CAD)
Currency converter
1 CAD =
73.0458 RSD
CAD to RSD: last 30 days
Over the last 30 days, 1 CAD traded between 72.7253 and 73.3371 RSD, averaging 73.0216 RSD. The CAD/RSD rate is up 0.44% since 2026-08-28.
- 30-day high
- 73.3371
- 2026-09-03
- 30-day low
- 72.7253
- 2026-08-28
- 30-day average
- 73.0216
- Days with data: 30
- 30-day change
- +0.44%
- since 2026-08-28
73.3371
72.72532026-08-28 → 2026-09-26
| Date | 1 CAD in RSD | Daily change |
|---|---|---|
| 2026-09-26 | 73.0458 | 0.00% |
| 2026-09-25 | 73.0458 | -0.08% |
| 2026-09-24 | 73.1078 | +0.28% |
| 2026-09-23 | 72.9015 | +0.09% |
| 2026-09-22 | 72.8391 | -0.24% |
| 2026-09-21 | 73.0168 | -0.02% |
| 2026-09-20 | 73.0305 | +0.01% |
| 2026-09-19 | 73.0209 | +0.14% |
| 2026-09-18 | 72.9158 | -0.20% |
| 2026-09-17 | 73.0645 | +0.16% |
| 2026-09-16 | 72.9445 | -0.18% |
| 2026-09-15 | 73.0732 | +0.23% |
| 2026-09-14 | 72.908 | -0.14% |
| 2026-09-13 | 73.0077 | +0.01% |
| 2026-09-12 | 72.9998 | +0.02% |
| Date | 1 CAD in RSD | Daily change |
|---|---|---|
| 2026-09-11 | 72.9856 | +0.01% |
| 2026-09-10 | 72.978 | -0.40% |
| 2026-09-09 | 73.2739 | +0.21% |
| 2026-09-08 | 73.1218 | +0.02% |
| 2026-09-07 | 73.1086 | -0.14% |
| 2026-09-06 | 73.2101 | +0.00% |
| 2026-09-05 | 73.2086 | +0.11% |
| 2026-09-04 | 73.1315 | -0.28% |
| 2026-09-03 | 73.3371 | +0.80% |
| 2026-09-02 | 72.7556 | -0.10% |
| 2026-09-01 | 72.825 | -0.12% |
| 2026-08-31 | 72.9132 | -0.24% |
| 2026-08-30 | 73.0893 | +0.04% |
| 2026-08-29 | 73.0635 | +0.47% |
| 2026-08-28 | 72.7253 | — |
CAD to RSD conversion table
1 CAD73.0458 RSD
5 CAD365.2291 RSD
10 CAD730.4583 RSD
25 CAD1,826.1457 RSD
50 CAD3,652.2914 RSD
100 CAD7,304.5828 RSD
500 CAD36,522.914 RSD
1,000 CAD73,045.828 RSD
5,000 CAD365,229.14 RSD
10,000 CAD730,458.28 RSD
Get the CAD/RSD rate in your app
One GET request returns the latest CAD → RSD 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/RSD"fetch('https://rate-api.com/api/v1/pair/CAD/RSD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} RSD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/RSD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} RSD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/RSD');
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']} RSD\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "RSD"
},
"rate": 73.0458,
"timestamp": 1790429385,
"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
RSD to CADSerbian Dinar → Canadian Dollar0.01369Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.