CHF
CHF exchange rates on 2026-06-08
Swiss Franc (CHF) · ISO 4217 756 · rates as they stood on 2026-06-08
1 CHF in 51 currencies as quoted on 2026-06-08. 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.6138 | Chart |
| AUD | Australian Dollar | 1.7754 | Chart |
| BDT | Taka | 154.1187 | Chart |
| BHD | Bahraini Dinar | 0.47486 | Chart |
| BRL | Brazilian Real | 6.4605 | Chart |
| BYN | Belarussian Ruble | 3.5255 | Chart |
| CAD | Canadian Dollar | 1.7506 | Chart |
| CNY | Yuan Renminbi | 8.5189 | Chart |
| CZK | Czech Koruna | 26.3753 | Chart |
| DKK | Danish Krone | 8.1354 | Chart |
| EGP | Egyptian Pound | 65.3992 | Chart |
| EUR | Euro | 1.0885 | Chart |
| FJD | Fiji Dollar | 2.7897 | Chart |
| GBP | Pound Sterling | 0.94002 | Chart |
| HKD | Hong Kong Dollar | 9.8429 | Chart |
| HUF | Forint | 387.0145 | Chart |
| IDR | Rupiah | 22799.21 | Chart |
| ILS | New Israeli Sheqel | 3.6639 | Chart |
| INR | Indian Rupee | 120.2216 | Chart |
| ISK | Iceland Krona | 156.3079 | Chart |
| JPY | Yen | 200.9362 | Chart |
| KRW | Won | 1919.30 | Chart |
| LKR | Sri Lanka Rupee | 423.1688 | Chart |
| MAD | Moroccan Dirham | 11.6288 | Chart |
| MMK | Kyat | 2637.64 | Chart |
| MXN | Mexican Peso | 21.8728 | Chart |
| MYR | Malaysian Ringgit | 5.1168 | Chart |
| NOK | Norwegian Krone | 11.8826 | Chart |
| NZD | New Zealand Dollar | 2.1543 | Chart |
| OMR | Rial Omani | 0.48488 | Chart |
| PEN | Sol | 4.3573 | Chart |
| PGK | Kina | 5.5076 | Chart |
| PHP | Philippine Peso | 77.4932 | Chart |
| PKR | Pakistan Rupee | 353.2415 | Chart |
| PLN | Zloty | 4.6177 | Chart |
| RON | New Romanian Leu | 5.7072 | Chart |
| SBD | Solomon Islands Dollar | 10.0541 | Chart |
| SEK | Swedish Krona | 11.8385 | Chart |
| SGD | Singapore Dollar | 1.6170 | Chart |
| THB | Baht | 41.1571 | Chart |
| TOP | Pa’anga | 2.9316 | Chart |
| TRY | Turkish Lira | 57.9066 | Chart |
| TWD | New Taiwan Dollar | 39.5900 | Chart |
| TZS | Tanzanian Shilling | 3289.47 | Chart |
| USD | US Dollar | 1.2561 | Chart |
| VND | Dong | 33206.97 | Chart |
| VUV | Vatu | 148.8092 | Chart |
| WST | Tala | 3.4104 | Chart |
| XOF | CFA Franc BCEAO | 714.5610 | Chart |
| XPF | CFP Franc | 129.8464 | Chart |
| ZAR | Rand | 20.6804 | Chart |
51 rates, quoted 2026-06-08.
For developers
Get these rates via the API
One GET request returns every CHF rate on 2026-06-08 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-08"JavaScript
const response = await fetch("https://api.fxfeed.io/v2/historical?api_key=YOUR_API_KEY&base=CHF&date=2026-06-08");
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-08").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.