Skip to content

CAD to SEK exchange rate API

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

7.0071

▲ +2.77% over 6M

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 6 months, CAD/SEK traded between 6.6923 and 7.0216, averaged 6.8269 and rose 2.77%. 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 6M

CAD/SEK over 6M: show the values
PointCAD/SEK
2026-03-296.8181
2026-04-056.7960
2026-04-126.7248
2026-04-196.6923
2026-04-266.7514
2026-05-036.7738
2026-05-106.7435
2026-05-176.8535
2026-05-246.7566
2026-05-316.7067
2026-06-076.7939
2026-06-146.7333
2026-06-216.7653
2026-06-286.8603
2026-07-056.7932
2026-07-126.8335
2026-07-196.8874
2026-07-266.8873
2026-08-026.7853
2026-08-096.7935
2026-08-166.8660
2026-08-236.8695
2026-08-306.9099
2026-09-066.9191
2026-09-136.9841
2026-09-207.0216

High

7.0216

Low

6.6923

Average

6.8269

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.