Skip to content

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

CHF/ILS over 5Y: show the values
PointCHF/ILS
2021-09-273.4495
2021-11-083.3842
2021-12-203.4212
2022-01-313.4256
2022-03-143.4989
2022-04-273.4390
2022-06-083.4187
2022-07-203.5516
2022-08-313.4095
2022-10-123.5827
2022-11-233.6428
2023-01-053.8012
2023-02-163.8395
2023-03-303.9200
2023-05-164.0953
2023-06-274.0689
2023-08-084.2240
2023-09-194.2444
2023-10-314.4505
2023-12-124.2406
2024-01-264.2632
2024-03-084.0762
2024-04-234.1569
2024-06-054.1531
2024-07-174.0959
2024-08-274.3575
2024-10-014.3890
2024-10-314.2968
2024-11-304.1257
2024-12-304.0403
2025-01-293.9685
2025-02-283.9873
2025-03-304.2016
2025-04-294.3855
2025-05-294.2372
2025-06-284.2373
2025-07-284.1885
2025-08-274.1451
2025-09-264.2105
2025-10-264.1151
2025-11-254.0454
2025-12-254.0443
2026-01-244.0131
2026-02-234.0207
2026-03-253.9535
2026-04-243.7939
2026-05-243.6936
2026-06-233.7009
2026-07-233.7659
2026-08-223.7287
2026-09-213.6662

High

4.4505

Low

3.3842

Average

3.9394

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=ILS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=ILS");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=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&currencies=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.