Convert CAD to SEK
Canadian Dollar → Swedish Krona
1 CAD = 7.000682 SEK(1 SEK = 0.142843 CAD)
Currency converter
1 CAD =
7.0007 SEK
CAD to SEK: last 30 days
Over the last 30 days, 1 CAD traded between 6.8743 and 7.0328 SEK, averaging 6.9695 SEK. The CAD/SEK rate is up 1.84% since 2026-08-28.
- 30-day high
- 7.0328
- 2026-09-18
- 30-day low
- 6.8743
- 2026-08-28
- 30-day average
- 6.9695
- Days with data: 30
- 30-day change
- +1.84%
- since 2026-08-28
7.0328
6.87432026-08-28 → 2026-09-26
| Date | 1 CAD in SEK | Daily change |
|---|---|---|
| 2026-09-26 | 7.0007 | 0.00% |
| 2026-09-25 | 7.0007 | -0.27% |
| 2026-09-24 | 7.0197 | +0.12% |
| 2026-09-23 | 7.0113 | +0.36% |
| 2026-09-22 | 6.9859 | -0.30% |
| 2026-09-21 | 7.0072 | -0.36% |
| 2026-09-20 | 7.0328 | 0.00% |
| 2026-09-19 | 7.0328 | 0.00% |
| 2026-09-18 | 7.0328 | +0.25% |
| 2026-09-17 | 7.015 | -0.06% |
| 2026-09-16 | 7.0189 | +0.00% |
| 2026-09-15 | 7.0189 | -0.20% |
| 2026-09-14 | 7.0327 | +0.54% |
| 2026-09-13 | 6.9952 | 0.00% |
| 2026-09-12 | 6.9952 | 0.00% |
| Date | 1 CAD in SEK | Daily change |
|---|---|---|
| 2026-09-11 | 6.9952 | +0.24% |
| 2026-09-10 | 6.9784 | +0.41% |
| 2026-09-09 | 6.95 | -0.08% |
| 2026-09-08 | 6.9556 | +0.09% |
| 2026-09-07 | 6.9495 | +0.41% |
| 2026-09-06 | 6.9212 | 0.00% |
| 2026-09-05 | 6.9212 | 0.00% |
| 2026-09-04 | 6.9212 | -0.33% |
| 2026-09-03 | 6.9444 | +0.35% |
| 2026-09-02 | 6.9205 | +0.22% |
| 2026-09-01 | 6.905 | +0.08% |
| 2026-08-31 | 6.8997 | +0.37% |
| 2026-08-30 | 6.8743 | 0.00% |
| 2026-08-29 | 6.8743 | 0.00% |
| 2026-08-28 | 6.8743 | — |
CAD to SEK conversion table
1 CAD7.0007 SEK
5 CAD35.0034 SEK
10 CAD70.0068 SEK
25 CAD175.0171 SEK
50 CAD350.0341 SEK
100 CAD700.0682 SEK
500 CAD3,500.341 SEK
1,000 CAD7,000.6821 SEK
5,000 CAD35,003.41 SEK
10,000 CAD70,006.821 SEK
Get the CAD/SEK rate in your app
One GET request returns the latest CAD → SEK 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/SEK"fetch('https://rate-api.com/api/v1/pair/CAD/SEK', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} SEK`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/SEK",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} SEK")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/SEK');
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']} SEK\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "SEK"
},
"rate": 7.0007,
"timestamp": 1790429397,
"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
SEK to CADSwedish Krona → Canadian Dollar0.14284Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.