GBP to ILS exchange rate API
Pound Sterling to New Israeli Sheqel · quoted 2026-09-24
4.0289
▼ +8.05% over 5Y
1 GBP = 4.0289 ILS · 1 ILS = 0.24821 GBP · Get this rate via the API
1 GBP buys 4.0289 ILS as of 2026-09-24, so 1 ILS buys 0.24821 GBP. Over the last 5 years, GBP/ILS traded between 3.8820 and 4.9555, averaged 4.4128 and fell 8.05%. The API holds daily GBP/ILS rates from 2011-01-03 — 15 years of history — so any past day, or a whole series, is one request away.
GBP/ILS over 5Y: show the values
| Point | GBP/ILS |
|---|---|
| 2021-09-27 | 4.3815 |
| 2021-11-08 | 4.1931 |
| 2021-12-20 | 4.1791 |
| 2022-01-31 | 4.2861 |
| 2022-03-14 | 4.2734 |
| 2022-04-27 | 4.1772 |
| 2022-06-08 | 4.1891 |
| 2022-07-20 | 4.1263 |
| 2022-08-31 | 3.8820 |
| 2022-10-12 | 3.9416 |
| 2022-11-23 | 4.1312 |
| 2023-01-05 | 4.2354 |
| 2023-02-16 | 4.2648 |
| 2023-03-30 | 4.4298 |
| 2023-05-16 | 4.5843 |
| 2023-06-27 | 4.6319 |
| 2023-08-08 | 4.7065 |
| 2023-09-19 | 4.7210 |
| 2023-10-31 | 4.8939 |
| 2023-12-12 | 4.6602 |
| 2024-01-26 | 4.6923 |
| 2024-03-08 | 4.5889 |
| 2024-04-23 | 4.6975 |
| 2024-06-05 | 4.7387 |
| 2024-07-17 | 4.7312 |
| 2024-08-27 | 4.8716 |
| 2024-10-01 | 4.9555 |
| 2024-10-31 | 4.8286 |
| 2024-11-30 | 4.6293 |
| 2024-12-30 | 4.5955 |
| 2025-01-29 | 4.4699 |
| 2025-02-28 | 4.5343 |
| 2025-03-30 | 4.7850 |
| 2025-04-29 | 4.8469 |
| 2025-05-29 | 4.7238 |
| 2025-06-28 | 4.6387 |
| 2025-07-28 | 4.5046 |
| 2025-08-27 | 4.4930 |
| 2025-09-26 | 4.4957 |
| 2025-10-26 | 4.3635 |
| 2025-11-25 | 4.3018 |
| 2025-12-25 | 4.3069 |
| 2026-01-24 | 4.2801 |
| 2026-02-23 | 4.2099 |
| 2026-03-25 | 4.1806 |
| 2026-04-24 | 4.0206 |
| 2026-05-24 | 3.8919 |
| 2026-06-23 | 3.9607 |
| 2026-07-23 | 4.1028 |
| 2026-08-22 | 4.0757 |
| 2026-09-21 | 4.0338 |
High
4.9555
Low
3.8820
Average
4.4128
Get this rate via the API
One GET request returns the GBP/ILS 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=GBP¤cies=ILS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=ILS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=ILS").json()Replace YOUR_API_KEY with the key from your dashboard.
GBP/ILS API questions
How do I get the GBP/ILS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP¤cies=ILS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest GBP/ILS rate in rates.ILS.
How far back does GBP/ILS historical data go?
Daily GBP/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 GBP/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.