Skip to content

CHF to STD exchange rate API

Swiss Franc to Dobra · quoted 2026-09-27

25926.49

▼ +2.28% over 1Y

1 CHF = 25926.49 STD · 1 STD = 0.000039 CHF · Get this rate via the API

1 CHF buys 25926.49 STD as of 2026-09-27, so 1 STD buys 0.000039 CHF. Over the last year, CHF/STD traded between 25068.58 and 27301.77, averaged 26556.42 and fell 2.28%. The API holds daily CHF/STD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CHF/STD over 1Y

CHF/STD over 1Y: show the values
PointCHF/STD
2025-09-2726530.50
2025-10-0426477.63
2025-10-1126282.97
2025-10-1826788.42
2025-10-2526772.07
2025-11-0126485.17
2025-11-0826318.96
2025-11-1526800.26
2025-11-2226533.69
2025-11-2926523.47
2025-12-0626419.87
2025-12-1426452.64
2025-12-2126436.21
2025-12-2826532.29
2026-01-0426581.05
2026-01-1126364.30
2026-01-1826500.91
2026-01-2527130.96
2026-02-0126894.54
2026-02-0826898.68
2026-02-1526965.67
2026-02-2226969.93
2026-03-0127175.19
2026-03-0827301.77
2026-03-1527075.46
2026-03-2227053.96
2026-03-2926765.75
2026-04-0526707.42
2026-04-1226164.27
2026-04-1926469.34
2026-04-2626321.57
2026-05-0326509.20
2026-05-1026625.03
2026-05-1826365.96
2026-05-2626991.92
2026-06-0226961.75
2026-06-1126796.84
2026-06-1826639.14
2026-06-2526605.56
2026-07-0225645.26
2026-07-0926749.66
2026-07-1626693.21
2026-07-2326616.36
2026-07-3026550.81
2026-08-0626364.71
2026-08-1326319.60
2026-08-2126432.82
2026-08-2826474.65
2026-09-0426246.45
2026-09-1126047.48
2026-09-1825068.58
2026-09-2526163.73

High

27301.77

Low

25068.58

Average

26556.42

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

CHF/STD API questions

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

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

How far back does CHF/STD historical data go?

Daily CHF/STD rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free CHF/STD 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.