CHF
CHF exchange rates on 2026-08-19
Swiss Franc (CHF) · ISO 4217 756 · rates as they stood on 2026-08-19
1 CHF in 51 currencies as quoted on 2026-08-19. 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.5335 | Chart |
| AUD | Australian Dollar | 1.7444 | Chart |
| BDT | Taka | 150.9039 | Chart |
| BHD | Bahraini Dinar | 0.46651 | Chart |
| BRL | Brazilian Real | 6.4235 | Chart |
| BYN | Belarussian Ruble | 3.7543 | Chart |
| CAD | Canadian Dollar | 1.7122 | Chart |
| CNY | Yuan Renminbi | 8.3171 | Chart |
| CZK | Czech Koruna | 25.6999 | Chart |
| DKK | Danish Krone | 7.9514 | Chart |
| EGP | Egyptian Pound | 62.4833 | Chart |
| EUR | Euro | 1.0636 | Chart |
| FJD | Fiji Dollar | 2.7414 | Chart |
| GBP | Pound Sterling | 0.91053 | Chart |
| HKD | Hong Kong Dollar | 9.6790 | Chart |
| HUF | Forint | 387.7686 | Chart |
| IDR | Rupiah | 22010.37 | Chart |
| ILS | New Israeli Sheqel | 3.6871 | Chart |
| INR | Indian Rupee | 118.1945 | Chart |
| ISK | Iceland Krona | 151.2444 | Chart |
| JPY | Yen | 196.3625 | Chart |
| KRW | Won | 1717.52 | Chart |
| LKR | Sri Lanka Rupee | 409.8672 | Chart |
| MAD | Moroccan Dirham | 11.4602 | Chart |
| MMK | Kyat | 2592.03 | Chart |
| MXN | Mexican Peso | 21.0284 | Chart |
| MYR | Malaysian Ringgit | 5.0082 | Chart |
| NOK | Norwegian Krone | 11.6044 | Chart |
| NZD | New Zealand Dollar | 2.0993 | Chart |
| OMR | Rial Omani | 0.47642 | Chart |
| PEN | Sol | 4.1208 | Chart |
| PGK | Kina | 5.4844 | Chart |
| PHP | Philippine Peso | 76.3061 | Chart |
| PKR | Pakistan Rupee | 347.0323 | Chart |
| PLN | Zloty | 4.5996 | Chart |
| RON | New Romanian Leu | 5.5801 | Chart |
| SBD | Solomon Islands Dollar | 9.9163 | Chart |
| SEK | Swedish Krona | 11.7406 | Chart |
| SGD | Singapore Dollar | 1.5752 | Chart |
| THB | Baht | 40.8126 | Chart |
| TOP | Pa’anga | 2.8923 | Chart |
| TRY | Turkish Lira | 59.1662 | Chart |
| TWD | New Taiwan Dollar | 39.4403 | Chart |
| TZS | Tanzanian Shilling | 3255.82 | Chart |
| USD | US Dollar | 1.2343 | Chart |
| VND | Dong | 32429.87 | Chart |
| VUV | Vatu | 146.3219 | Chart |
| WST | Tala | 3.3541 | Chart |
| XOF | CFA Franc BCEAO | 696.6097 | Chart |
| XPF | CFP Franc | 126.9073 | Chart |
| ZAR | Rand | 20.0505 | Chart |
51 rates, quoted 2026-08-19.
For developers
Get these rates via the API
One GET request returns every CHF rate on 2026-08-19 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-08-19"JavaScript
const response = await fetch("https://api.fxfeed.io/v2/historical?api_key=YOUR_API_KEY&base=CHF&date=2026-08-19");
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-08-19").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.