CHF to ILS exchange rate API
Swiss Franc to New Israeli Sheqel · quoted 2026-09-24
3.6849
▲ +6.82% over 5Y
1 CHF = 3.6849 ILS · 1 ILS = 0.27138 CHF · Get this rate via the API
1 CHF buys 3.6849 ILS as of 2026-09-24, so 1 ILS buys 0.27138 CHF. Over the last 5 years, CHF/ILS traded between 3.3842 and 4.4505, averaged 3.9394 and rose 6.82%. The API holds daily CHF/ILS rates from 2011-01-03 — 15 years of history — so any past day, or a whole series, is one request away.
CHF/ILS over 5Y: show the values
| Point | CHF/ILS |
|---|---|
| 2021-09-27 | 3.4495 |
| 2021-11-08 | 3.3842 |
| 2021-12-20 | 3.4212 |
| 2022-01-31 | 3.4256 |
| 2022-03-14 | 3.4989 |
| 2022-04-27 | 3.4390 |
| 2022-06-08 | 3.4187 |
| 2022-07-20 | 3.5516 |
| 2022-08-31 | 3.4095 |
| 2022-10-12 | 3.5827 |
| 2022-11-23 | 3.6428 |
| 2023-01-05 | 3.8012 |
| 2023-02-16 | 3.8395 |
| 2023-03-30 | 3.9200 |
| 2023-05-16 | 4.0953 |
| 2023-06-27 | 4.0689 |
| 2023-08-08 | 4.2240 |
| 2023-09-19 | 4.2444 |
| 2023-10-31 | 4.4505 |
| 2023-12-12 | 4.2406 |
| 2024-01-26 | 4.2632 |
| 2024-03-08 | 4.0762 |
| 2024-04-23 | 4.1569 |
| 2024-06-05 | 4.1531 |
| 2024-07-17 | 4.0959 |
| 2024-08-27 | 4.3575 |
| 2024-10-01 | 4.3890 |
| 2024-10-31 | 4.2968 |
| 2024-11-30 | 4.1257 |
| 2024-12-30 | 4.0403 |
| 2025-01-29 | 3.9685 |
| 2025-02-28 | 3.9873 |
| 2025-03-30 | 4.2016 |
| 2025-04-29 | 4.3855 |
| 2025-05-29 | 4.2372 |
| 2025-06-28 | 4.2373 |
| 2025-07-28 | 4.1885 |
| 2025-08-27 | 4.1451 |
| 2025-09-26 | 4.2105 |
| 2025-10-26 | 4.1151 |
| 2025-11-25 | 4.0454 |
| 2025-12-25 | 4.0443 |
| 2026-01-24 | 4.0131 |
| 2026-02-23 | 4.0207 |
| 2026-03-25 | 3.9535 |
| 2026-04-24 | 3.7939 |
| 2026-05-24 | 3.6936 |
| 2026-06-23 | 3.7009 |
| 2026-07-23 | 3.7659 |
| 2026-08-22 | 3.7287 |
| 2026-09-21 | 3.6662 |
High
4.4505
Low
3.3842
Average
3.9394
Get this rate via the API
One GET request returns the CHF/ILS 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=CHF¤cies=ILS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=ILS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=ILS").json()Replace YOUR_API_KEY with the key from your dashboard.
CHF/ILS API questions
How do I get the CHF/ILS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=ILS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/ILS rate in rates.ILS.
How far back does CHF/ILS historical data go?
Daily CHF/ILS rates are available from 2011-01-03. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free CHF/ILS 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.