CAD to SEK exchange rate API
Canadian Dollar to Swedish Krona · quoted 2026-09-25
7.0071
▲ +2.02% over 5Y
1 CAD = 7.0071 SEK · 1 SEK = 0.14271 CAD · Get this rate via the API
1 CAD buys 7.0071 SEK as of 2026-09-25, so 1 SEK buys 0.14271 CAD. Over the last 5 years, CAD/SEK traded between 6.5329 and 8.2686, averaged 7.3681 and rose 2.02%. The API holds daily CAD/SEK rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.
CAD/SEK over 5Y: show the values
| Point | CAD/SEK |
|---|---|
| 2021-09-27 | 6.8686 |
| 2021-11-08 | 6.9106 |
| 2021-12-20 | 7.0705 |
| 2022-01-31 | 7.3695 |
| 2022-03-14 | 7.5381 |
| 2022-04-27 | 7.6654 |
| 2022-06-08 | 7.7922 |
| 2022-07-20 | 7.9657 |
| 2022-08-31 | 8.1449 |
| 2022-10-12 | 8.2270 |
| 2022-11-23 | 7.8618 |
| 2023-01-05 | 7.8128 |
| 2023-02-16 | 7.7731 |
| 2023-03-30 | 7.6687 |
| 2023-05-16 | 7.6962 |
| 2023-06-27 | 8.1486 |
| 2023-08-08 | 7.9593 |
| 2023-09-19 | 8.2686 |
| 2023-10-31 | 8.0394 |
| 2023-12-12 | 7.6975 |
| 2024-01-26 | 7.7499 |
| 2024-03-08 | 7.5940 |
| 2024-04-23 | 7.9348 |
| 2024-06-05 | 7.6192 |
| 2024-07-17 | 7.6985 |
| 2024-08-27 | 7.5632 |
| 2024-10-01 | 7.5296 |
| 2024-10-31 | 7.6852 |
| 2024-11-30 | 7.7719 |
| 2024-12-30 | 7.6398 |
| 2025-01-29 | 7.6314 |
| 2025-02-28 | 7.4492 |
| 2025-03-30 | 6.9924 |
| 2025-04-29 | 6.9618 |
| 2025-05-29 | 6.9703 |
| 2025-06-28 | 6.9298 |
| 2025-07-28 | 6.9751 |
| 2025-08-27 | 6.9233 |
| 2025-09-26 | 6.7795 |
| 2025-10-26 | 6.7067 |
| 2025-11-25 | 6.7775 |
| 2025-12-25 | 6.7088 |
| 2026-01-24 | 6.5329 |
| 2026-02-23 | 6.6300 |
| 2026-03-25 | 6.7419 |
| 2026-04-24 | 6.7528 |
| 2026-05-24 | 6.7566 |
| 2026-06-23 | 6.8423 |
| 2026-07-23 | 6.9200 |
| 2026-08-22 | 6.8824 |
| 2026-09-21 | 7.0070 |
High
8.2686
Low
6.5329
Average
7.3681
Get this rate via the API
One GET request returns the CAD/SEK rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=SEK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=SEK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=SEK").json()Replace YOUR_API_KEY with the key from your dashboard.
CAD/SEK API questions
How do I get the CAD/SEK exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=SEK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CAD/SEK rate in rates.SEK.
How far back does CAD/SEK historical data go?
Daily CAD/SEK rates are available from 1999-01-04. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free CAD/SEK exchange rate API?
Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.
Put these rates in your application
One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.