Convert ILS to GBP
Israeli New Shekel → British Pound
1 ILS = 0.248728 GBP(1 GBP = 4.020454 ILS)
Currency converter
1 ILS =
0.24873 GBP
ILS to GBP: last 30 days
Over the last 30 days, 1 ILS traded between 0.24269 and 0.24973 GBP, averaging 0.24602 GBP. The ILS/GBP rate is up 0.43% since 2026-08-28.
- 30-day high
- 0.24973
- 2026-09-23
- 30-day low
- 0.24269
- 2026-09-14
- 30-day average
- 0.24602
- Days with data: 30
- 30-day change
- +0.43%
- since 2026-08-28
0.24973
0.242692026-08-28 → 2026-09-26
| Date | 1 ILS in GBP | Daily change |
|---|---|---|
| 2026-09-26 | 0.24873 | 0.00% |
| 2026-09-25 | 0.24873 | +0.23% |
| 2026-09-24 | 0.24816 | -0.63% |
| 2026-09-23 | 0.24973 | +0.71% |
| 2026-09-22 | 0.24797 | +0.03% |
| 2026-09-21 | 0.2479 | +0.49% |
| 2026-09-20 | 0.2467 | 0.00% |
| 2026-09-19 | 0.2467 | 0.00% |
| 2026-09-18 | 0.2467 | +0.10% |
| 2026-09-17 | 0.24646 | +0.52% |
| 2026-09-16 | 0.24517 | +0.54% |
| 2026-09-15 | 0.24386 | +0.48% |
| 2026-09-14 | 0.24269 | -0.17% |
| 2026-09-13 | 0.2431 | 0.00% |
| 2026-09-12 | 0.2431 | 0.00% |
| Date | 1 ILS in GBP | Daily change |
|---|---|---|
| 2026-09-11 | 0.2431 | -0.41% |
| 2026-09-10 | 0.24409 | -0.03% |
| 2026-09-09 | 0.24417 | -0.39% |
| 2026-09-08 | 0.24512 | -0.14% |
| 2026-09-07 | 0.24547 | -0.11% |
| 2026-09-06 | 0.24574 | 0.00% |
| 2026-09-05 | 0.24574 | 0.00% |
| 2026-09-04 | 0.24574 | +0.15% |
| 2026-09-03 | 0.24539 | +0.20% |
| 2026-09-02 | 0.2449 | -0.11% |
| 2026-09-01 | 0.24516 | -0.83% |
| 2026-08-31 | 0.24721 | -0.18% |
| 2026-08-30 | 0.24766 | 0.00% |
| 2026-08-29 | 0.24766 | 0.00% |
| 2026-08-28 | 0.24766 | — |
ILS to GBP conversion table
1 ILS0.24873 GBP
5 ILS1.2436 GBP
10 ILS2.4873 GBP
25 ILS6.2182 GBP
50 ILS12.4364 GBP
100 ILS24.8728 GBP
500 ILS124.3641 GBP
1,000 ILS248.7281 GBP
5,000 ILS1,243.6405 GBP
10,000 ILS2,487.281 GBP
Get the ILS/GBP rate in your app
One GET request returns the latest ILS → GBP 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/GBP"fetch('https://rate-api.com/api/v1/pair/ILS/GBP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 ILS = ${data.rate} GBP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/ILS/GBP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 ILS = {data['rate']} GBP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/ILS/GBP');
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']} GBP\n";Example response
{
"success": true,
"pair": {
"from": "ILS",
"to": "GBP"
},
"rate": 0.2487,
"timestamp": 1790435101,
"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
GBP to ILSBritish Pound → Israeli New Shekel4.0205Convert ILS to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.