Skip to content

CAD to SEK exchange rate API

Canadian Dollar to Swedish Krona · quoted 2026-09-25

7.0071

▲ +2.02% over 5Y

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 5 years, CAD/SEK traded between 6.5329 and 8.2686, averaged 7.3681 and rose 2.02%. 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 5Y

CAD/SEK over 5Y: show the values
PointCAD/SEK
2021-09-276.8686
2021-11-086.9106
2021-12-207.0705
2022-01-317.3695
2022-03-147.5381
2022-04-277.6654
2022-06-087.7922
2022-07-207.9657
2022-08-318.1449
2022-10-128.2270
2022-11-237.8618
2023-01-057.8128
2023-02-167.7731
2023-03-307.6687
2023-05-167.6962
2023-06-278.1486
2023-08-087.9593
2023-09-198.2686
2023-10-318.0394
2023-12-127.6975
2024-01-267.7499
2024-03-087.5940
2024-04-237.9348
2024-06-057.6192
2024-07-177.6985
2024-08-277.5632
2024-10-017.5296
2024-10-317.6852
2024-11-307.7719
2024-12-307.6398
2025-01-297.6314
2025-02-287.4492
2025-03-306.9924
2025-04-296.9618
2025-05-296.9703
2025-06-286.9298
2025-07-286.9751
2025-08-276.9233
2025-09-266.7795
2025-10-266.7067
2025-11-256.7775
2025-12-256.7088
2026-01-246.5329
2026-02-236.6300
2026-03-256.7419
2026-04-246.7528
2026-05-246.7566
2026-06-236.8423
2026-07-236.9200
2026-08-226.8824
2026-09-217.0070

High

8.2686

Low

6.5329

Average

7.3681

For developers

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

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