Convert CHF to ILS
Swiss Franc → Israeli New Shekel
1 CHF = 3.662679 ILS(1 ILS = 0.273024 CHF)
Currency converter
1 CHF =
3.6627 ILS
CHF to ILS: last 30 days
Over the last 30 days, 1 CHF traded between 3.6627 and 3.7409 ILS, averaging 3.7038 ILS. The CHF/ILS rate is down 0.91% since 2026-08-28.
- 30-day high
- 3.7409
- 2026-09-09
- 30-day low
- 3.6627
- 2026-09-25
- 30-day average
- 3.7038
- Days with data: 30
- 30-day change
- -0.91%
- since 2026-08-28
3.7409
3.66272026-08-28 → 2026-09-26
| Date | 1 CHF in ILS | Daily change |
|---|---|---|
| 2026-09-26 | 3.6627 | 0.00% |
| 2026-09-25 | 3.6627 | -0.54% |
| 2026-09-24 | 3.6825 | +0.47% |
| 2026-09-23 | 3.6653 | -0.48% |
| 2026-09-22 | 3.6828 | +0.45% |
| 2026-09-21 | 3.6663 | -0.35% |
| 2026-09-20 | 3.6792 | 0.00% |
| 2026-09-19 | 3.6792 | 0.00% |
| 2026-09-18 | 3.6792 | +0.00% |
| 2026-09-17 | 3.679 | -0.59% |
| 2026-09-16 | 3.701 | -0.43% |
| 2026-09-15 | 3.7172 | -0.60% |
| 2026-09-14 | 3.7398 | +0.12% |
| 2026-09-13 | 3.7352 | 0.00% |
| 2026-09-12 | 3.7352 | 0.00% |
| Date | 1 CHF in ILS | Daily change |
|---|---|---|
| 2026-09-11 | 3.7352 | +0.09% |
| 2026-09-10 | 3.7317 | -0.25% |
| 2026-09-09 | 3.7409 | +0.80% |
| 2026-09-08 | 3.7113 | -0.25% |
| 2026-09-07 | 3.7205 | +0.11% |
| 2026-09-06 | 3.7166 | 0.00% |
| 2026-09-05 | 3.7166 | 0.00% |
| 2026-09-04 | 3.7166 | -0.49% |
| 2026-09-03 | 3.7347 | +0.38% |
| 2026-09-02 | 3.7207 | +0.04% |
| 2026-09-01 | 3.7192 | +0.65% |
| 2026-08-31 | 3.6953 | -0.03% |
| 2026-08-30 | 3.6963 | 0.00% |
| 2026-08-29 | 3.6963 | 0.00% |
| 2026-08-28 | 3.6963 | — |
CHF to ILS conversion table
1 CHF3.6627 ILS
5 CHF18.3134 ILS
10 CHF36.6268 ILS
25 CHF91.567 ILS
50 CHF183.1339 ILS
100 CHF366.2679 ILS
500 CHF1,831.3393 ILS
1,000 CHF3,662.6787 ILS
5,000 CHF18,313.393 ILS
10,000 CHF36,626.787 ILS
Get the CHF/ILS rate in your app
One GET request returns the latest CHF → ILS rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/CHF/ILS"fetch('https://rate-api.com/api/v1/pair/CHF/ILS', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CHF = ${data.rate} ILS`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CHF/ILS",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CHF = {data['rate']} ILS")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CHF/ILS');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CHF = {$data['rate']} ILS\n";Example response
{
"success": true,
"pair": {
"from": "CHF",
"to": "ILS"
},
"rate": 3.6627,
"timestamp": 1790429290,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
ILS to CHFIsraeli New Shekel → Swiss Franc0.27302Convert CHF to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.