SEK to CAD exchange rate API
Swedish Krona to Canadian Dollar · quoted 2026-09-25
0.14264
▼ +3.38% over 1Y
1 SEK = 0.14264 CAD · 1 CAD = 7.0109 SEK · Get this rate via the API
1 SEK buys 0.14264 CAD as of 2026-09-25, so 1 CAD buys 7.0109 SEK. Over the last year, SEK/CAD traded between 0.14246 and 0.15321, averaged 0.14769 and fell 3.38%. The API holds daily SEK/CAD rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.
SEK/CAD over 1Y: show the values
| Point | SEK/CAD |
|---|---|
| 2025-09-25 | 0.14762 |
| 2025-10-02 | 0.14894 |
| 2025-10-09 | 0.14743 |
| 2025-10-16 | 0.14864 |
| 2025-10-23 | 0.14855 |
| 2025-10-30 | 0.14789 |
| 2025-11-06 | 0.14788 |
| 2025-11-13 | 0.14873 |
| 2025-11-20 | 0.14722 |
| 2025-11-27 | 0.14801 |
| 2025-12-04 | 0.14862 |
| 2025-12-11 | 0.14905 |
| 2025-12-18 | 0.14824 |
| 2025-12-25 | 0.14906 |
| 2026-01-01 | 0.14892 |
| 2026-01-08 | 0.15032 |
| 2026-01-15 | 0.15107 |
| 2026-01-22 | 0.15264 |
| 2026-01-29 | 0.15321 |
| 2026-02-05 | 0.15171 |
| 2026-02-12 | 0.15263 |
| 2026-02-19 | 0.15065 |
| 2026-02-26 | 0.15136 |
| 2026-03-05 | 0.14808 |
| 2026-03-12 | 0.14664 |
| 2026-03-19 | 0.14593 |
| 2026-03-26 | 0.14726 |
| 2026-04-02 | 0.14642 |
| 2026-04-09 | 0.14872 |
| 2026-04-16 | 0.14970 |
| 2026-04-23 | 0.14830 |
| 2026-04-30 | 0.14733 |
| 2026-05-07 | 0.14818 |
| 2026-05-14 | 0.14714 |
| 2026-05-21 | 0.14705 |
| 2026-05-28 | 0.14872 |
| 2026-06-04 | 0.14867 |
| 2026-06-11 | 0.14669 |
| 2026-06-18 | 0.14738 |
| 2026-06-25 | 0.14591 |
| 2026-07-02 | 0.14627 |
| 2026-07-09 | 0.14647 |
| 2026-07-16 | 0.14582 |
| 2026-07-23 | 0.14451 |
| 2026-07-30 | 0.14641 |
| 2026-08-06 | 0.14789 |
| 2026-08-13 | 0.14588 |
| 2026-08-20 | 0.14507 |
| 2026-08-27 | 0.14572 |
| 2026-09-03 | 0.14400 |
| 2026-09-10 | 0.14330 |
| 2026-09-17 | 0.14255 |
| 2026-09-24 | 0.14246 |
High
0.15321
Low
0.14246
Average
0.14769
Get this rate via the API
One GET request returns the SEK/CAD 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=SEK¤cies=CAD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK¤cies=CAD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK¤cies=CAD").json()Replace YOUR_API_KEY with the key from your dashboard.
SEK/CAD API questions
How do I get the SEK/CAD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK¤cies=CAD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SEK/CAD rate in rates.CAD.
How far back does SEK/CAD historical data go?
Daily SEK/CAD 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 SEK/CAD 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.