Skip to content
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.

CodeCurrency1 CHF =Pair
AEDUAE Dirham4.6113Chart
AUDAustralian Dollar1.7855Chart
BHDBahraini Dinar0.47441Chart
CADCanadian Dollar1.7504Chart
CNYYuan Renminbi8.5348Chart
CZKCzech Koruna26.3680Chart
DKKDanish Krone8.1475Chart
EGPEgyptian Pound65.4593Chart
EUREuro1.0901Chart
FJDFiji Dollar2.8166Chart
GBPPound Sterling0.94190Chart
HKDHong Kong Dollar9.8329Chart
HUFForint387.7652Chart
IDRRupiah22699.86Chart
ILSNew Israeli Sheqel3.7024Chart
INRIndian Rupee119.7576Chart
JPYYen201.1327Chart
KRWWon1967.49Chart
LKRSri Lanka Rupee422.5976Chart
MADMoroccan Dirham11.6217Chart
MXNMexican Peso21.9602Chart
MYRMalaysian Ringgit5.0753Chart
NOKNorwegian Krone11.8220Chart
NZDNew Zealand Dollar2.1698Chart
OMRRial Omani0.48448Chart
PENSol4.3313Chart
PGKKina5.4840Chart
PHPPhilippine Peso77.4526Chart
PKRPakistan Rupee353.1299Chart
PLNZloty4.6258Chart
SBDSolomon Islands Dollar10.0963Chart
SEKSwedish Krona11.8919Chart
SGDSingapore Dollar1.6194Chart
THBBaht41.2011Chart
TOPPa’anga2.9484Chart
TRYTurkish Lira57.8418Chart
TZSTanzanian Shilling3276.55Chart
USDUS Dollar1.2551Chart
VUVVatu148.4628Chart
WSTTala3.3597Chart
XOFCFA Franc BCEAO715.1013Chart
XPFCFP Franc129.3836Chart
ZARRand20.8221Chart

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.