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: show the values
| Point | CHF/SEK |
|---|---|
| 2021-09-27 | 9.3768 |
| 2021-11-08 | 9.4031 |
| 2021-12-20 | 9.8972 |
| 2022-01-31 | 10.0817 |
| 2022-03-14 | 10.2808 |
| 2022-04-27 | 10.1706 |
| 2022-06-08 | 10.0074 |
| 2022-07-20 | 10.5705 |
| 2022-08-31 | 10.9012 |
| 2022-10-12 | 11.4032 |
| 2022-11-23 | 11.1213 |
| 2023-01-05 | 11.3678 |
| 2023-02-16 | 11.2853 |
| 2023-03-30 | 11.3457 |
| 2023-05-16 | 11.5870 |
| 2023-06-27 | 11.9936 |
| 2023-08-08 | 12.2333 |
| 2023-09-19 | 12.3861 |
| 2023-10-31 | 12.3113 |
| 2023-12-12 | 11.9469 |
| 2024-01-26 | 12.0480 |
| 2024-03-08 | 11.6437 |
| 2024-04-23 | 11.9323 |
| 2024-06-05 | 11.6730 |
| 2024-07-17 | 11.8730 |
| 2024-08-27 | 12.0506 |
| 2024-10-01 | 12.0322 |
| 2024-10-31 | 12.3574 |
| 2024-11-30 | 12.3534 |
| 2024-12-30 | 12.1744 |
| 2025-01-29 | 12.1479 |
| 2025-02-28 | 11.9097 |
| 2025-03-30 | 11.3760 |
| 2025-04-29 | 11.6716 |
| 2025-05-29 | 11.6388 |
| 2025-06-28 | 11.8755 |
| 2025-07-28 | 11.9504 |
| 2025-08-27 | 11.8888 |
| 2025-09-26 | 11.8270 |
| 2025-10-26 | 11.7943 |
| 2025-11-25 | 11.8224 |
| 2025-12-25 | 11.6431 |
| 2026-01-24 | 11.4548 |
| 2026-02-23 | 11.6955 |
| 2026-03-25 | 11.7683 |
| 2026-04-24 | 11.7622 |
| 2026-05-24 | 11.9130 |
| 2026-06-23 | 11.9875 |
| 2026-07-23 | 11.9371 |
| 2026-08-22 | 11.8281 |
| 2026-09-21 | 11.9464 |
High
12.3861
Low
9.3768
Average
11.5312
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=SEK"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=SEK");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=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¤cies=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.