CHF to STD exchange rate API
Swiss Franc to Dobra · quoted 2026-09-27
25926.49
▼ +2.55% over YTD
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 year to date, CHF/STD traded between 25926.49 and 27285.81, averaged 26674.10 and fell 2.55%. 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 YTD: show the values
| Point | CHF/STD |
|---|---|
| 2025-12-31 | 26605.43 |
| 2026-01-07 | 26494.20 |
| 2026-01-14 | 26444.75 |
| 2026-01-21 | 26722.67 |
| 2026-01-28 | 26878.67 |
| 2026-02-04 | 26971.50 |
| 2026-02-11 | 27131.46 |
| 2026-02-18 | 27078.22 |
| 2026-02-25 | 26994.46 |
| 2026-03-04 | 27285.81 |
| 2026-03-11 | 27230.80 |
| 2026-03-18 | 27131.85 |
| 2026-03-25 | 27002.07 |
| 2026-04-01 | 27002.52 |
| 2026-04-08 | 26949.43 |
| 2026-04-15 | 26444.94 |
| 2026-04-22 | 26468.61 |
| 2026-04-29 | 26233.28 |
| 2026-05-06 | 26562.99 |
| 2026-05-14 | 26948.00 |
| 2026-05-21 | 26908.14 |
| 2026-05-29 | 27096.85 |
| 2026-06-05 | 26921.46 |
| 2026-06-14 | 26740.81 |
| 2026-06-21 | 26575.67 |
| 2026-06-28 | 26739.06 |
| 2026-07-05 | 26782.32 |
| 2026-07-12 | 26555.02 |
| 2026-07-19 | 26522.53 |
| 2026-07-26 | 26474.28 |
| 2026-08-02 | 26476.81 |
| 2026-08-09 | 26370.80 |
| 2026-08-16 | 26144.81 |
| 2026-08-24 | 26462.39 |
| 2026-08-31 | 26463.67 |
| 2026-09-07 | 26284.43 |
| 2026-09-14 | 26096.48 |
| 2026-09-21 | 26166.39 |
High
27285.81
Low
25926.49
Average
26674.10
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=STD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=STD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=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¤cies=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.