EUR to CHF exchange rate API
Euro to Swiss Franc · quoted 2026-09-26
0.94381
▲ +1.14% over 1Y
1 EUR = 0.94381 CHF · 1 CHF = 1.0595 EUR · Get this rate via the API
1 EUR buys 0.94381 CHF as of 2026-09-26, so 1 CHF buys 1.0595 EUR. Over the last year, EUR/CHF traded between 0.90340 and 0.94620, averaged 0.92554 and rose 1.14%. The API holds daily EUR/CHF rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.
EUR/CHF over 1Y: show the values
| Point | EUR/CHF |
|---|---|
| 2025-09-26 | 0.93320 |
| 2025-10-03 | 0.93430 |
| 2025-10-10 | 0.93240 |
| 2025-10-17 | 0.92570 |
| 2025-10-24 | 0.92480 |
| 2025-10-31 | 0.92870 |
| 2025-11-07 | 0.93120 |
| 2025-11-14 | 0.91850 |
| 2025-11-21 | 0.92890 |
| 2025-11-28 | 0.93180 |
| 2025-12-05 | 0.93650 |
| 2025-12-12 | 0.93330 |
| 2025-12-19 | 0.93180 |
| 2025-12-26 | 0.92922 |
| 2026-01-02 | 0.92960 |
| 2026-01-09 | 0.93140 |
| 2026-01-16 | 0.93130 |
| 2026-01-23 | 0.92770 |
| 2026-01-30 | 0.91570 |
| 2026-02-06 | 0.91750 |
| 2026-02-13 | 0.91210 |
| 2026-02-20 | 0.91320 |
| 2026-02-27 | 0.91040 |
| 2026-03-06 | 0.90450 |
| 2026-03-13 | 0.90340 |
| 2026-03-20 | 0.90960 |
| 2026-03-27 | 0.91780 |
| 2026-04-03 | 0.92176 |
| 2026-04-10 | 0.92410 |
| 2026-04-17 | 0.92310 |
| 2026-04-24 | 0.91990 |
| 2026-05-01 | 0.91685 |
| 2026-05-08 | 0.91560 |
| 2026-05-15 | 0.91440 |
| 2026-05-22 | 0.91190 |
| 2026-05-29 | 0.91110 |
| 2026-06-05 | 0.91750 |
| 2026-06-12 | 0.92170 |
| 2026-06-19 | 0.92480 |
| 2026-06-26 | 0.92180 |
| 2026-07-03 | 0.91900 |
| 2026-07-10 | 0.92230 |
| 2026-07-17 | 0.92280 |
| 2026-07-24 | 0.93020 |
| 2026-07-31 | 0.93040 |
| 2026-08-07 | 0.93470 |
| 2026-08-14 | 0.93900 |
| 2026-08-21 | 0.93530 |
| 2026-08-28 | 0.93640 |
| 2026-09-04 | 0.94050 |
| 2026-09-11 | 0.94510 |
| 2026-09-18 | 0.94620 |
| 2026-09-25 | 0.94450 |
High
0.94620
Low
0.90340
Average
0.92554
Get this rate via the API
One GET request returns the EUR/CHF rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=CHF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=CHF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=CHF").json()Replace YOUR_API_KEY with the key from your dashboard.
EUR/CHF API questions
How do I get the EUR/CHF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=CHF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EUR/CHF rate in rates.CHF.
How far back does EUR/CHF historical data go?
Daily EUR/CHF rates are available from 1999-01-04. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free EUR/CHF exchange rate API?
Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.
Put these rates in your application
One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.