CHF
CHF exchange rates on 2026-05-13
Swiss Franc (CHF) · ISO 4217 756 · rates as they stood on 2026-05-13
1 CHF in 51 currencies as quoted on 2026-05-13. 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.7002 | Chart |
| AUD | Australian Dollar | 1.7649 | Chart |
| BDT | Taka | 157.0673 | Chart |
| BHD | Bahraini Dinar | 0.48390 | Chart |
| BRL | Brazilian Real | 6.2752 | Chart |
| BYN | Belarussian Ruble | 3.5698 | Chart |
| CAD | Canadian Dollar | 1.7519 | Chart |
| CNY | Yuan Renminbi | 8.6899 | Chart |
| CZK | Czech Koruna | 26.5942 | Chart |
| DKK | Danish Krone | 8.1636 | Chart |
| EGP | Egyptian Pound | 67.7128 | Chart |
| EUR | Euro | 1.0923 | Chart |
| FJD | Fiji Dollar | 2.8101 | Chart |
| GBP | Pound Sterling | 0.94717 | Chart |
| HKD | Hong Kong Dollar | 10.0202 | Chart |
| HUF | Forint | 391.8081 | Chart |
| IDR | Rupiah | 22388.85 | Chart |
| ILS | New Israeli Sheqel | 3.7210 | Chart |
| INR | Indian Rupee | 122.4243 | Chart |
| ISK | Iceland Krona | 156.8543 | Chart |
| JPY | Yen | 201.8899 | Chart |
| KRW | Won | 1904.83 | Chart |
| LKR | Sri Lanka Rupee | 415.7002 | Chart |
| MAD | Moroccan Dirham | 11.7243 | Chart |
| MMK | Kyat | 2687.34 | Chart |
| MXN | Mexican Peso | 22.0398 | Chart |
| MYR | Malaysian Ringgit | 5.0296 | Chart |
| NOK | Norwegian Krone | 11.7329 | Chart |
| NZD | New Zealand Dollar | 2.1572 | Chart |
| OMR | Rial Omani | 0.49394 | Chart |
| PEN | Sol | 4.3506 | Chart |
| PGK | Kina | 5.5848 | Chart |
| PHP | Philippine Peso | 78.5637 | Chart |
| PKR | Pakistan Rupee | 360.0296 | Chart |
| PLN | Zloty | 4.6437 | Chart |
| RON | New Romanian Leu | 5.6866 | Chart |
| SBD | Solomon Islands Dollar | 10.2536 | Chart |
| SEK | Swedish Krona | 11.9225 | Chart |
| SGD | Singapore Dollar | 1.6280 | Chart |
| THB | Baht | 41.3763 | Chart |
| TOP | Pa’anga | 2.9878 | Chart |
| TRY | Turkish Lira | 58.1179 | Chart |
| TWD | New Taiwan Dollar | 40.3540 | Chart |
| TZS | Tanzanian Shilling | 3311.19 | Chart |
| USD | US Dollar | 1.2796 | Chart |
| VND | Dong | 33838.59 | Chart |
| VUV | Vatu | 150.6356 | Chart |
| WST | Tala | 3.4465 | Chart |
| XOF | CFA Franc BCEAO | 716.3506 | Chart |
| XPF | CFP Franc | 130.4264 | Chart |
| ZAR | Rand | 21.0499 | Chart |
51 rates, quoted 2026-05-13.
For developers
Get these rates via the API
One GET request returns every CHF rate on 2026-05-13 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-13"JavaScript
const response = await fetch("https://api.fxfeed.io/v2/historical?api_key=YOUR_API_KEY&base=CHF&date=2026-05-13");
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-13").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.