Convert ILS to EUR
Israeli New Shekel → Euro
1 ILS = 0.289067 EUR(1 EUR = 3.4594 ILS)
Currency converter
1 ILS =
0.28907 EUR
ILS to EUR: last 30 days
Over the last 30 days, 1 ILS traded between 0.28328 and 0.29055 EUR, averaging 0.28663 EUR. The ILS/EUR rate is up 0.05% since 2026-08-28.
- 30-day high
- 0.29055
- 2026-09-23
- 30-day low
- 0.28328
- 2026-09-11
- 30-day average
- 0.28663
- Days with data: 30
- 30-day change
- +0.05%
- since 2026-08-28
0.29055
0.283282026-08-28 → 2026-09-26
| Date | 1 ILS in EUR | Daily change |
|---|---|---|
| 2026-09-26 | 0.28907 | 0.00% |
| 2026-09-25 | 0.28907 | +0.16% |
| 2026-09-24 | 0.28861 | -0.67% |
| 2026-09-23 | 0.29055 | +0.51% |
| 2026-09-22 | 0.28907 | +0.03% |
| 2026-09-21 | 0.289 | +0.61% |
| 2026-09-20 | 0.28726 | 0.00% |
| 2026-09-19 | 0.28726 | 0.00% |
| 2026-09-18 | 0.28726 | +0.04% |
| 2026-09-17 | 0.28715 | +0.42% |
| 2026-09-16 | 0.28595 | +0.35% |
| 2026-09-15 | 0.28495 | +0.50% |
| 2026-09-14 | 0.28353 | +0.09% |
| 2026-09-13 | 0.28328 | 0.00% |
| 2026-09-12 | 0.28328 | 0.00% |
| Date | 1 ILS in EUR | Daily change |
|---|---|---|
| 2026-09-11 | 0.28328 | -0.29% |
| 2026-09-10 | 0.28411 | -0.05% |
| 2026-09-09 | 0.28425 | -0.57% |
| 2026-09-08 | 0.28589 | +0.04% |
| 2026-09-07 | 0.28578 | -0.11% |
| 2026-09-06 | 0.28609 | 0.00% |
| 2026-09-05 | 0.28609 | 0.00% |
| 2026-09-04 | 0.28609 | +0.33% |
| 2026-09-03 | 0.28515 | -0.01% |
| 2026-09-02 | 0.28519 | -0.36% |
| 2026-09-01 | 0.28622 | -0.84% |
| 2026-08-31 | 0.28863 | -0.10% |
| 2026-08-30 | 0.28892 | 0.00% |
| 2026-08-29 | 0.28892 | 0.00% |
| 2026-08-28 | 0.28892 | — |
ILS to EUR conversion table
1 ILS0.28907 EUR
5 ILS1.4453 EUR
10 ILS2.8907 EUR
25 ILS7.2267 EUR
50 ILS14.4534 EUR
100 ILS28.9067 EUR
500 ILS144.5337 EUR
1,000 ILS289.0675 EUR
5,000 ILS1,445.3373 EUR
10,000 ILS2,890.6747 EUR
Get the ILS/EUR rate in your app
One GET request returns the latest ILS → EUR 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/ILS/EUR"fetch('https://rate-api.com/api/v1/pair/ILS/EUR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 ILS = ${data.rate} EUR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/ILS/EUR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 ILS = {data['rate']} EUR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/ILS/EUR');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 ILS = {$data['rate']} EUR\n";Example response
{
"success": true,
"pair": {
"from": "ILS",
"to": "EUR"
},
"rate": 0.2891,
"timestamp": 1790435077,
"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
EUR to ILSEuro → Israeli New Shekel3.4594Convert ILS to other currencies
Convert other currencies to EUR
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.