Skip to content

CHF to SEK exchange rate API

Swiss Franc to Swedish Krona · quoted 2026-09-25

11.9745

▲ +27.70% over 5Y

1 CHF = 11.9745 SEK · 1 SEK = 0.08351 CHF · Get this rate via the API

1 CHF buys 11.9745 SEK as of 2026-09-25, so 1 SEK buys 0.08351 CHF. Over the last 5 years, CHF/SEK traded between 9.3768 and 12.3861, averaged 11.5312 and rose 27.70%. The API holds daily CHF/SEK rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.

CHF/SEK over 5Y

CHF/SEK over 5Y: show the values
PointCHF/SEK
2021-09-279.3768
2021-11-089.4031
2021-12-209.8972
2022-01-3110.0817
2022-03-1410.2808
2022-04-2710.1706
2022-06-0810.0074
2022-07-2010.5705
2022-08-3110.9012
2022-10-1211.4032
2022-11-2311.1213
2023-01-0511.3678
2023-02-1611.2853
2023-03-3011.3457
2023-05-1611.5870
2023-06-2711.9936
2023-08-0812.2333
2023-09-1912.3861
2023-10-3112.3113
2023-12-1211.9469
2024-01-2612.0480
2024-03-0811.6437
2024-04-2311.9323
2024-06-0511.6730
2024-07-1711.8730
2024-08-2712.0506
2024-10-0112.0322
2024-10-3112.3574
2024-11-3012.3534
2024-12-3012.1744
2025-01-2912.1479
2025-02-2811.9097
2025-03-3011.3760
2025-04-2911.6716
2025-05-2911.6388
2025-06-2811.8755
2025-07-2811.9504
2025-08-2711.8888
2025-09-2611.8270
2025-10-2611.7943
2025-11-2511.8224
2025-12-2511.6431
2026-01-2411.4548
2026-02-2311.6955
2026-03-2511.7683
2026-04-2411.7622
2026-05-2411.9130
2026-06-2311.9875
2026-07-2311.9371
2026-08-2211.8281
2026-09-2111.9464

High

12.3861

Low

9.3768

Average

11.5312

For developers

Get this rate via the API

One GET request returns the CHF/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=CHF&currencies=SEK"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&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=CHF&currencies=SEK").json()

Replace YOUR_API_KEY with the key from your dashboard.

CHF/SEK API questions

How do I get the CHF/SEK exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=SEK, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/SEK rate in rates.SEK.

How far back does CHF/SEK historical data go?

Daily CHF/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 CHF/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.