GBP to ILS exchange rate API
Pound Sterling to New Israeli Sheqel · quoted 2026-09-24
4.0289
▼ +10.66% over 1Y
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 year, GBP/ILS traded between 3.8101 and 4.5096, averaged 4.1466 and fell 10.66%. 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 1Y: show the values
| Point | GBP/ILS |
|---|---|
| 2025-09-24 | 4.5096 |
| 2025-10-01 | 4.4629 |
| 2025-10-08 | 4.4025 |
| 2025-10-15 | 4.3931 |
| 2025-10-22 | 4.4079 |
| 2025-10-29 | 4.2820 |
| 2025-11-05 | 4.2641 |
| 2025-11-12 | 4.1945 |
| 2025-11-19 | 4.2876 |
| 2025-11-26 | 4.3289 |
| 2025-12-03 | 4.2951 |
| 2025-12-10 | 4.3009 |
| 2025-12-17 | 4.3012 |
| 2025-12-24 | 4.2976 |
| 2025-12-31 | 4.2942 |
| 2026-01-07 | 4.2838 |
| 2026-01-14 | 4.2491 |
| 2026-01-21 | 4.2584 |
| 2026-01-28 | 4.2629 |
| 2026-02-04 | 4.2337 |
| 2026-02-11 | 4.2013 |
| 2026-02-18 | 4.2154 |
| 2026-02-25 | 4.1864 |
| 2026-03-04 | 4.1169 |
| 2026-03-11 | 4.1660 |
| 2026-03-18 | 4.1300 |
| 2026-03-25 | 4.1806 |
| 2026-04-01 | 4.1699 |
| 2026-04-08 | 4.1449 |
| 2026-04-15 | 4.0714 |
| 2026-04-22 | 4.0516 |
| 2026-04-29 | 3.9999 |
| 2026-05-06 | 3.9574 |
| 2026-05-13 | 3.9286 |
| 2026-05-20 | 3.9177 |
| 2026-05-27 | 3.8101 |
| 2026-06-03 | 3.8541 |
| 2026-06-10 | 3.9857 |
| 2026-06-17 | 3.9154 |
| 2026-06-24 | 3.9282 |
| 2026-07-01 | 3.9431 |
| 2026-07-08 | 4.0616 |
| 2026-07-15 | 4.0222 |
| 2026-07-22 | 4.0954 |
| 2026-07-29 | 4.0694 |
| 2026-08-05 | 4.0448 |
| 2026-08-12 | 4.0434 |
| 2026-08-19 | 4.0494 |
| 2026-08-26 | 4.0538 |
| 2026-09-02 | 4.0834 |
| 2026-09-09 | 4.0956 |
| 2026-09-16 | 4.0787 |
| 2026-09-23 | 4.0043 |
High
4.5096
Low
3.8101
Average
4.1466
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.