ILS to CHF exchange rate API
New Israeli Sheqel to Swiss Franc · quoted 2026-09-24
0.27277
▲ +9.74% over YTD
1 ILS = 0.27277 CHF · 1 CHF = 3.6661 ILS · Get this rate via the API
1 ILS buys 0.27277 CHF as of 2026-09-24, so 1 CHF buys 3.6661 ILS. Over the year to date, ILS/CHF traded between 0.24810 and 0.27735, averaged 0.26264 and rose 9.74%. The API holds daily ILS/CHF rates from 2011-01-03 — 15 years of history — so any past day, or a whole series, is one request away.
ILS/CHF over YTD: show the values
| Point | ILS/CHF |
|---|---|
| 2025-12-31 | 0.24857 |
| 2026-01-07 | 0.25068 |
| 2026-01-14 | 0.25340 |
| 2026-01-21 | 0.24890 |
| 2026-01-28 | 0.24817 |
| 2026-02-04 | 0.25133 |
| 2026-02-11 | 0.24985 |
| 2026-02-18 | 0.24810 |
| 2026-02-25 | 0.25027 |
| 2026-03-04 | 0.25342 |
| 2026-03-11 | 0.25101 |
| 2026-03-18 | 0.25429 |
| 2026-03-25 | 0.25294 |
| 2026-04-01 | 0.25302 |
| 2026-04-08 | 0.25608 |
| 2026-04-15 | 0.26049 |
| 2026-04-22 | 0.26058 |
| 2026-04-29 | 0.26650 |
| 2026-05-06 | 0.26814 |
| 2026-05-13 | 0.26874 |
| 2026-05-20 | 0.27027 |
| 2026-05-27 | 0.27735 |
| 2026-06-03 | 0.27538 |
| 2026-06-10 | 0.26833 |
| 2026-06-17 | 0.27155 |
| 2026-06-24 | 0.27228 |
| 2026-07-01 | 0.27239 |
| 2026-07-08 | 0.26576 |
| 2026-07-15 | 0.27044 |
| 2026-07-22 | 0.26518 |
| 2026-07-29 | 0.26779 |
| 2026-08-05 | 0.26953 |
| 2026-08-12 | 0.27137 |
| 2026-08-19 | 0.27122 |
| 2026-08-26 | 0.27027 |
| 2026-09-02 | 0.26876 |
| 2026-09-09 | 0.26731 |
| 2026-09-16 | 0.27020 |
| 2026-09-23 | 0.27283 |
High
0.27735
Low
0.24810
Average
0.26264
Get this rate via the API
One GET request returns the ILS/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=ILS¤cies=CHF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ILS¤cies=CHF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ILS¤cies=CHF").json()Replace YOUR_API_KEY with the key from your dashboard.
ILS/CHF API questions
How do I get the ILS/CHF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ILS¤cies=CHF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ILS/CHF rate in rates.CHF.
How far back does ILS/CHF historical data go?
Daily ILS/CHF 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 ILS/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.