Skip to content

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

CAD/SEK over 1Y: show the values
PointCAD/SEK
2025-09-256.7741
2025-10-026.7142
2025-10-096.7829
2025-10-166.7276
2025-10-236.7316
2025-10-306.7619
2025-11-066.7622
2025-11-136.7235
2025-11-206.7923
2025-11-276.7563
2025-12-046.7286
2025-12-116.7094
2025-12-186.7456
2025-12-256.7088
2026-01-016.7149
2026-01-086.6527
2026-01-156.6195
2026-01-226.5512
2026-01-296.5269
2026-02-056.5913
2026-02-126.5520
2026-02-196.6378
2026-02-266.6066
2026-03-056.7529
2026-03-126.8196
2026-03-196.8526
2026-03-266.7906
2026-04-026.8297
2026-04-096.7243
2026-04-166.6799
2026-04-236.7431
2026-04-306.7872
2026-05-076.7488
2026-05-146.7961
2026-05-216.8003
2026-05-286.7239
2026-06-046.7262
2026-06-116.8168
2026-06-186.7852
2026-06-256.8534
2026-07-026.8367
2026-07-096.8276
2026-07-166.8577
2026-07-236.9200
2026-07-306.8303
2026-08-066.7616
2026-08-136.8547
2026-08-206.8931
2026-08-276.8624
2026-09-036.9446
2026-09-106.9783
2026-09-177.0149
2026-09-247.0197

High

7.0197

Low

6.5269

Average

6.7724

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.