CAD to SEK exchange rate API
Canadian Dollar to Swedish Krona · quoted 2026-09-25
7.0071
▲ +3.44% over 1Y
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 year, CAD/SEK traded between 6.5269 and 7.0197, averaged 6.7724 and rose 3.44%. 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 1Y: show the values
| Point | CAD/SEK |
|---|---|
| 2025-09-25 | 6.7741 |
| 2025-10-02 | 6.7142 |
| 2025-10-09 | 6.7829 |
| 2025-10-16 | 6.7276 |
| 2025-10-23 | 6.7316 |
| 2025-10-30 | 6.7619 |
| 2025-11-06 | 6.7622 |
| 2025-11-13 | 6.7235 |
| 2025-11-20 | 6.7923 |
| 2025-11-27 | 6.7563 |
| 2025-12-04 | 6.7286 |
| 2025-12-11 | 6.7094 |
| 2025-12-18 | 6.7456 |
| 2025-12-25 | 6.7088 |
| 2026-01-01 | 6.7149 |
| 2026-01-08 | 6.6527 |
| 2026-01-15 | 6.6195 |
| 2026-01-22 | 6.5512 |
| 2026-01-29 | 6.5269 |
| 2026-02-05 | 6.5913 |
| 2026-02-12 | 6.5520 |
| 2026-02-19 | 6.6378 |
| 2026-02-26 | 6.6066 |
| 2026-03-05 | 6.7529 |
| 2026-03-12 | 6.8196 |
| 2026-03-19 | 6.8526 |
| 2026-03-26 | 6.7906 |
| 2026-04-02 | 6.8297 |
| 2026-04-09 | 6.7243 |
| 2026-04-16 | 6.6799 |
| 2026-04-23 | 6.7431 |
| 2026-04-30 | 6.7872 |
| 2026-05-07 | 6.7488 |
| 2026-05-14 | 6.7961 |
| 2026-05-21 | 6.8003 |
| 2026-05-28 | 6.7239 |
| 2026-06-04 | 6.7262 |
| 2026-06-11 | 6.8168 |
| 2026-06-18 | 6.7852 |
| 2026-06-25 | 6.8534 |
| 2026-07-02 | 6.8367 |
| 2026-07-09 | 6.8276 |
| 2026-07-16 | 6.8577 |
| 2026-07-23 | 6.9200 |
| 2026-07-30 | 6.8303 |
| 2026-08-06 | 6.7616 |
| 2026-08-13 | 6.8547 |
| 2026-08-20 | 6.8931 |
| 2026-08-27 | 6.8624 |
| 2026-09-03 | 6.9446 |
| 2026-09-10 | 6.9783 |
| 2026-09-17 | 7.0149 |
| 2026-09-24 | 7.0197 |
High
7.0197
Low
6.5269
Average
6.7724
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.