CHF
CHF exchange rates on 2026-05-22
Swiss Franc (CHF) · ISO 4217 756 · rates as they stood on 2026-05-22
1 CHF in 51 currencies as quoted on 2026-05-22. 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.6703 | Chart |
| AUD | Australian Dollar | 1.7856 | Chart |
| BDT | Taka | 156.2571 | Chart |
| BHD | Bahraini Dinar | 0.48076 | Chart |
| BRL | Brazilian Real | 6.3784 | Chart |
| BYN | Belarussian Ruble | 3.5018 | Chart |
| CAD | Canadian Dollar | 1.7548 | Chart |
| CNY | Yuan Renminbi | 8.6403 | Chart |
| CZK | Czech Koruna | 26.6356 | Chart |
| DKK | Danish Krone | 8.1951 | Chart |
| EGP | Egyptian Pound | 67.2882 | Chart |
| EUR | Euro | 1.0966 | Chart |
| FJD | Fiji Dollar | 2.7995 | Chart |
| GBP | Pound Sterling | 0.94767 | Chart |
| HKD | Hong Kong Dollar | 9.9644 | Chart |
| HUF | Forint | 393.7716 | Chart |
| IDR | Rupiah | 22498.69 | Chart |
| ILS | New Israeli Sheqel | 3.6812 | Chart |
| INR | Indian Rupee | 121.6785 | Chart |
| ISK | Iceland Krona | 157.4735 | Chart |
| JPY | Yen | 202.3579 | Chart |
| KRW | Won | 1929.60 | Chart |
| LKR | Sri Lanka Rupee | 424.1883 | Chart |
| MAD | Moroccan Dirham | 11.7409 | Chart |
| MMK | Kyat | 2670.49 | Chart |
| MXN | Mexican Peso | 22.0468 | Chart |
| MYR | Malaysian Ringgit | 5.0454 | Chart |
| NOK | Norwegian Krone | 11.7661 | Chart |
| NZD | New Zealand Dollar | 2.1732 | Chart |
| OMR | Rial Omani | 0.49081 | Chart |
| PEN | Sol | 4.3236 | Chart |
| PGK | Kina | 5.5265 | Chart |
| PHP | Philippine Peso | 78.3530 | Chart |
| PKR | Pakistan Rupee | 357.6731 | Chart |
| PLN | Zloty | 4.6518 | Chart |
| RON | New Romanian Leu | 5.7561 | Chart |
| SBD | Solomon Islands Dollar | 10.1666 | Chart |
| SEK | Swedish Krona | 11.9196 | Chart |
| SGD | Singapore Dollar | 1.6280 | Chart |
| THB | Baht | 41.5342 | Chart |
| TOP | Pa’anga | 2.9695 | Chart |
| TRY | Turkish Lira | 58.1278 | Chart |
| TWD | New Taiwan Dollar | 40.0223 | Chart |
| TZS | Tanzanian Shilling | 3320.24 | Chart |
| USD | US Dollar | 1.2715 | Chart |
| VND | Dong | 33636.04 | Chart |
| VUV | Vatu | 150.5635 | Chart |
| WST | Tala | 3.4312 | Chart |
| XOF | CFA Franc BCEAO | 718.5631 | Chart |
| XPF | CFP Franc | 130.5184 | Chart |
| ZAR | Rand | 20.9502 | Chart |
51 rates, quoted 2026-05-22.
For developers
Get these rates via the API
One GET request returns every CHF rate on 2026-05-22 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-05-22"JavaScript
const response = await fetch("https://api.fxfeed.io/v2/historical?api_key=YOUR_API_KEY&base=CHF&date=2026-05-22");
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-05-22").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.