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: show the values
| Point | CHF/STD |
|---|---|
| 2025-09-27 | 26530.50 |
| 2025-10-04 | 26477.63 |
| 2025-10-11 | 26282.97 |
| 2025-10-18 | 26788.42 |
| 2025-10-25 | 26772.07 |
| 2025-11-01 | 26485.17 |
| 2025-11-08 | 26318.96 |
| 2025-11-15 | 26800.26 |
| 2025-11-22 | 26533.69 |
| 2025-11-29 | 26523.47 |
| 2025-12-06 | 26419.87 |
| 2025-12-14 | 26452.64 |
| 2025-12-21 | 26436.21 |
| 2025-12-28 | 26532.29 |
| 2026-01-04 | 26581.05 |
| 2026-01-11 | 26364.30 |
| 2026-01-18 | 26500.91 |
| 2026-01-25 | 27130.96 |
| 2026-02-01 | 26894.54 |
| 2026-02-08 | 26898.68 |
| 2026-02-15 | 26965.67 |
| 2026-02-22 | 26969.93 |
| 2026-03-01 | 27175.19 |
| 2026-03-08 | 27301.77 |
| 2026-03-15 | 27075.46 |
| 2026-03-22 | 27053.96 |
| 2026-03-29 | 26765.75 |
| 2026-04-05 | 26707.42 |
| 2026-04-12 | 26164.27 |
| 2026-04-19 | 26469.34 |
| 2026-04-26 | 26321.57 |
| 2026-05-03 | 26509.20 |
| 2026-05-10 | 26625.03 |
| 2026-05-18 | 26365.96 |
| 2026-05-26 | 26991.92 |
| 2026-06-02 | 26961.75 |
| 2026-06-11 | 26796.84 |
| 2026-06-18 | 26639.14 |
| 2026-06-25 | 26605.56 |
| 2026-07-02 | 25645.26 |
| 2026-07-09 | 26749.66 |
| 2026-07-16 | 26693.21 |
| 2026-07-23 | 26616.36 |
| 2026-07-30 | 26550.81 |
| 2026-08-06 | 26364.71 |
| 2026-08-13 | 26319.60 |
| 2026-08-21 | 26432.82 |
| 2026-08-28 | 26474.65 |
| 2026-09-04 | 26246.45 |
| 2026-09-11 | 26047.48 |
| 2026-09-18 | 25068.58 |
| 2026-09-25 | 26163.73 |
High
27301.77
Low
25068.58
Average
26556.42
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.