CHF
CHF exchange rates on 2026-06-07
Swiss Franc (CHF) · ISO 4217 756 · rates as they stood on 2026-06-07
1 CHF in 43 currencies as quoted on 2026-06-07. The same day is one request to the historical endpoint, returned as JSON.
All rates
One unit of CHF in every currency we quote.
| Code | Currency | 1 CHF = | Pair |
|---|---|---|---|
| AED | UAE Dirham | 4.6113 | Chart |
| AUD | Australian Dollar | 1.7855 | Chart |
| BHD | Bahraini Dinar | 0.47441 | Chart |
| CAD | Canadian Dollar | 1.7504 | Chart |
| CNY | Yuan Renminbi | 8.5348 | Chart |
| CZK | Czech Koruna | 26.3680 | Chart |
| DKK | Danish Krone | 8.1475 | Chart |
| EGP | Egyptian Pound | 65.4593 | Chart |
| EUR | Euro | 1.0901 | Chart |
| FJD | Fiji Dollar | 2.8166 | Chart |
| GBP | Pound Sterling | 0.94190 | Chart |
| HKD | Hong Kong Dollar | 9.8329 | Chart |
| HUF | Forint | 387.7652 | Chart |
| IDR | Rupiah | 22699.86 | Chart |
| ILS | New Israeli Sheqel | 3.7024 | Chart |
| INR | Indian Rupee | 119.7576 | Chart |
| JPY | Yen | 201.1327 | Chart |
| KRW | Won | 1967.49 | Chart |
| LKR | Sri Lanka Rupee | 422.5976 | Chart |
| MAD | Moroccan Dirham | 11.6217 | Chart |
| MXN | Mexican Peso | 21.9602 | Chart |
| MYR | Malaysian Ringgit | 5.0753 | Chart |
| NOK | Norwegian Krone | 11.8220 | Chart |
| NZD | New Zealand Dollar | 2.1698 | Chart |
| OMR | Rial Omani | 0.48448 | Chart |
| PEN | Sol | 4.3313 | Chart |
| PGK | Kina | 5.4840 | Chart |
| PHP | Philippine Peso | 77.4526 | Chart |
| PKR | Pakistan Rupee | 353.1299 | Chart |
| PLN | Zloty | 4.6258 | Chart |
| SBD | Solomon Islands Dollar | 10.0963 | Chart |
| SEK | Swedish Krona | 11.8919 | Chart |
| SGD | Singapore Dollar | 1.6194 | Chart |
| THB | Baht | 41.2011 | Chart |
| TOP | Pa’anga | 2.9484 | Chart |
| TRY | Turkish Lira | 57.8418 | Chart |
| TZS | Tanzanian Shilling | 3276.55 | Chart |
| USD | US Dollar | 1.2551 | Chart |
| VUV | Vatu | 148.4628 | Chart |
| WST | Tala | 3.3597 | Chart |
| XOF | CFA Franc BCEAO | 715.1013 | Chart |
| XPF | CFP Franc | 129.3836 | Chart |
| ZAR | Rand | 20.8221 | Chart |
43 rates, quoted 2026-06-07.
For developers
Get these rates via the API
One GET request returns every CHF rate on 2026-06-07 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/historical?api_key=YOUR_API_KEY&base=CHF&date=2026-06-07"JavaScript
const response = await fetch("https://api.fxfeed.io/v2/historical?api_key=YOUR_API_KEY&base=CHF&date=2026-06-07");
const data = await response.json();Python
import requests
data = requests.get("https://api.fxfeed.io/v2/historical?api_key=YOUR_API_KEY&base=CHF&date=2026-06-07").json()Replace YOUR_API_KEY with the key from your dashboard.
Put these rates in your application
One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.