CAD to SEK exchange rate API
Canadian Dollar to Swedish Krona · quoted 2026-09-25
7.0071
▲ +4.17% over YTD
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 year to date, CAD/SEK traded between 6.5192 and 7.0187, averaged 6.7712 and rose 4.17%. 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 YTD: show the values
| Point | CAD/SEK |
|---|---|
| 2025-12-31 | 6.7264 |
| 2026-01-07 | 6.6542 |
| 2026-01-14 | 6.6318 |
| 2026-01-21 | 6.5841 |
| 2026-01-28 | 6.5192 |
| 2026-02-04 | 6.5541 |
| 2026-02-11 | 6.5537 |
| 2026-02-18 | 6.5677 |
| 2026-02-25 | 6.6178 |
| 2026-03-04 | 6.7118 |
| 2026-03-11 | 6.7681 |
| 2026-03-18 | 6.8326 |
| 2026-03-25 | 6.7419 |
| 2026-04-01 | 6.7527 |
| 2026-04-08 | 6.6465 |
| 2026-04-15 | 6.6831 |
| 2026-04-22 | 6.7207 |
| 2026-04-29 | 6.7724 |
| 2026-05-06 | 6.7714 |
| 2026-05-13 | 6.8053 |
| 2026-05-20 | 6.8159 |
| 2026-05-27 | 6.7020 |
| 2026-06-03 | 6.7628 |
| 2026-06-10 | 6.8223 |
| 2026-06-17 | 6.7059 |
| 2026-06-24 | 6.8680 |
| 2026-07-01 | 6.8529 |
| 2026-07-08 | 6.8351 |
| 2026-07-15 | 6.8818 |
| 2026-07-22 | 6.8929 |
| 2026-07-29 | 6.8862 |
| 2026-08-05 | 6.7551 |
| 2026-08-12 | 6.8399 |
| 2026-08-19 | 6.8571 |
| 2026-08-26 | 6.8487 |
| 2026-09-02 | 6.9207 |
| 2026-09-09 | 6.9498 |
| 2026-09-16 | 7.0187 |
| 2026-09-23 | 7.0113 |
High
7.0187
Low
6.5192
Average
6.7712
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.