USD/CHF was last reported at 0.8159 CHF per USD as of September 11, 2026. That is up 0.57% from the prior reading of 0.8113 CHF per USD. This indicator is reported Daily and not seasonally adjusted, and is tracked under the Trade category. The next scheduled release is September 21, 2026.
| Date | Value (CHF per USD) |
|---|---|
| Sep 11, 2026 | 0.8159 |
| Sep 10, 2026 | 0.8113 |
| Sep 9, 2026 | 0.8102 |
| Sep 8, 2026 | 0.8091 |
| Sep 4, 2026 | 0.8096 |
| Sep 3, 2026 | 0.8073 |
| Sep 2, 2026 | 0.8130 |
| Sep 1, 2026 | 0.8117 |
| Aug 31, 2026 | 0.8085 |
| Aug 28, 2026 | 0.8085 |
| Date | Value (CHF per USD) |
|---|---|
| Aug 27, 2026 | 0.8036 |
| Aug 26, 2026 | 0.8054 |
| Aug 25, 2026 | 0.8024 |
| Aug 24, 2026 | 0.8024 |
| Aug 21, 2026 | 0.8008 |
| Aug 20, 2026 | 0.7998 |
| Aug 19, 2026 | 0.7998 |
| Aug 18, 2026 | 0.8121 |
| Aug 17, 2026 | 0.8096 |
| Aug 14, 2026 | 0.8116 |
Pull the full history of USD/CHF into your own models, spreadsheets and apps with the
free Business Quant Economic Data API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/economic?code=FXUSDCHF&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "FXUSDCHF", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=FXUSDCHF&period=max&api_key=YOUR_API_KEY");
const data = await res.json();