CAD to SEK exchange rate API
Canadian Dollar to Swedish Krona · quoted 2026-09-25
7.0071
▲ +2.31% over 30D
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 30 days, CAD/SEK traded between 6.8487 and 7.0326, averaged 6.9641 and rose 2.31%. 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 30D: show the values
| Point | CAD/SEK |
|---|---|
| 2026-08-26 | 6.8487 |
| 2026-08-27 | 6.8624 |
| 2026-08-28 | 6.8745 |
| 2026-08-29 | 6.9095 |
| 2026-08-30 | 6.9099 |
| 2026-08-31 | 6.8998 |
| 2026-09-01 | 6.9051 |
| 2026-09-02 | 6.9207 |
| 2026-09-03 | 6.9446 |
| 2026-09-04 | 6.9214 |
| 2026-09-05 | 6.9170 |
| 2026-09-06 | 6.9191 |
| 2026-09-07 | 6.9493 |
| 2026-09-08 | 6.9557 |
| 2026-09-09 | 6.9498 |
| 2026-09-10 | 6.9783 |
| 2026-09-11 | 6.9953 |
| 2026-09-12 | 6.9929 |
| 2026-09-13 | 6.9841 |
| 2026-09-14 | 7.0326 |
| 2026-09-15 | 7.0191 |
| 2026-09-16 | 7.0187 |
| 2026-09-17 | 7.0149 |
| 2026-09-18 | 7.0326 |
| 2026-09-19 | 7.0305 |
| 2026-09-20 | 7.0216 |
| 2026-09-21 | 7.0070 |
| 2026-09-22 | 6.9857 |
| 2026-09-23 | 7.0113 |
| 2026-09-24 | 7.0197 |
| 2026-09-25 | 7.0135 |
High
7.0326
Low
6.8487
Average
6.9641
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.