Skip to content

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

CHF/SEK over YTD: show the values
PointCHF/SEK
2025-12-3111.6185
2026-01-0711.5397
2026-01-1411.4893
2026-01-2111.5030
2026-01-2811.5243
2026-02-0411.5369
2026-02-1111.5497
2026-02-1811.6353
2026-02-2511.6939
2026-03-0411.7579
2026-03-1111.7975
2026-03-1811.8790
2026-03-2511.7683
2026-04-0111.8464
2026-04-0811.6925
2026-04-1511.7679
2026-04-2211.7450
2026-04-2911.7372
2026-05-0611.8205
2026-05-1311.9225
2026-05-2011.8685
2026-05-2711.7880
2026-06-0311.8730
2026-06-1011.8906
2026-06-1711.8471
2026-06-2412.0280
2026-07-0112.0159
2026-07-0811.9893
2026-07-1511.9353
2026-07-2211.9524
2026-07-2911.8442
2026-08-0511.7320
2026-08-1211.7409
2026-08-1911.7406
2026-08-2611.8108
2026-09-0211.8395
2026-09-0911.8561
2026-09-1611.9457
2026-09-2312.0043

High

12.0280

Low

11.4893

Average

11.7875

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.