CHF to SEK exchange rate API
Swiss Franc to Swedish Krona · quoted 2026-09-25
11.9745
▲ +3.06% over YTD
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 year to date, CHF/SEK traded between 11.4893 and 12.0280, averaged 11.7875 and rose 3.06%. 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 YTD: show the values
| Point | CHF/SEK |
|---|---|
| 2025-12-31 | 11.6185 |
| 2026-01-07 | 11.5397 |
| 2026-01-14 | 11.4893 |
| 2026-01-21 | 11.5030 |
| 2026-01-28 | 11.5243 |
| 2026-02-04 | 11.5369 |
| 2026-02-11 | 11.5497 |
| 2026-02-18 | 11.6353 |
| 2026-02-25 | 11.6939 |
| 2026-03-04 | 11.7579 |
| 2026-03-11 | 11.7975 |
| 2026-03-18 | 11.8790 |
| 2026-03-25 | 11.7683 |
| 2026-04-01 | 11.8464 |
| 2026-04-08 | 11.6925 |
| 2026-04-15 | 11.7679 |
| 2026-04-22 | 11.7450 |
| 2026-04-29 | 11.7372 |
| 2026-05-06 | 11.8205 |
| 2026-05-13 | 11.9225 |
| 2026-05-20 | 11.8685 |
| 2026-05-27 | 11.7880 |
| 2026-06-03 | 11.8730 |
| 2026-06-10 | 11.8906 |
| 2026-06-17 | 11.8471 |
| 2026-06-24 | 12.0280 |
| 2026-07-01 | 12.0159 |
| 2026-07-08 | 11.9893 |
| 2026-07-15 | 11.9353 |
| 2026-07-22 | 11.9524 |
| 2026-07-29 | 11.8442 |
| 2026-08-05 | 11.7320 |
| 2026-08-12 | 11.7409 |
| 2026-08-19 | 11.7406 |
| 2026-08-26 | 11.8108 |
| 2026-09-02 | 11.8395 |
| 2026-09-09 | 11.8561 |
| 2026-09-16 | 11.9457 |
| 2026-09-23 | 12.0043 |
High
12.0280
Low
11.4893
Average
11.7875
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.