Skip to content

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

SEK/CAD over 1Y: show the values
PointSEK/CAD
2025-09-250.14762
2025-10-020.14894
2025-10-090.14743
2025-10-160.14864
2025-10-230.14855
2025-10-300.14789
2025-11-060.14788
2025-11-130.14873
2025-11-200.14722
2025-11-270.14801
2025-12-040.14862
2025-12-110.14905
2025-12-180.14824
2025-12-250.14906
2026-01-010.14892
2026-01-080.15032
2026-01-150.15107
2026-01-220.15264
2026-01-290.15321
2026-02-050.15171
2026-02-120.15263
2026-02-190.15065
2026-02-260.15136
2026-03-050.14808
2026-03-120.14664
2026-03-190.14593
2026-03-260.14726
2026-04-020.14642
2026-04-090.14872
2026-04-160.14970
2026-04-230.14830
2026-04-300.14733
2026-05-070.14818
2026-05-140.14714
2026-05-210.14705
2026-05-280.14872
2026-06-040.14867
2026-06-110.14669
2026-06-180.14738
2026-06-250.14591
2026-07-020.14627
2026-07-090.14647
2026-07-160.14582
2026-07-230.14451
2026-07-300.14641
2026-08-060.14789
2026-08-130.14588
2026-08-200.14507
2026-08-270.14572
2026-09-030.14400
2026-09-100.14330
2026-09-170.14255
2026-09-240.14246

High

0.15321

Low

0.14246

Average

0.14769

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK&currencies=CAD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK&currencies=CAD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK&currencies=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&currencies=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.