Skip to content

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

GBP/ILS over 5Y: show the values
PointGBP/ILS
2021-09-274.3815
2021-11-084.1931
2021-12-204.1791
2022-01-314.2861
2022-03-144.2734
2022-04-274.1772
2022-06-084.1891
2022-07-204.1263
2022-08-313.8820
2022-10-123.9416
2022-11-234.1312
2023-01-054.2354
2023-02-164.2648
2023-03-304.4298
2023-05-164.5843
2023-06-274.6319
2023-08-084.7065
2023-09-194.7210
2023-10-314.8939
2023-12-124.6602
2024-01-264.6923
2024-03-084.5889
2024-04-234.6975
2024-06-054.7387
2024-07-174.7312
2024-08-274.8716
2024-10-014.9555
2024-10-314.8286
2024-11-304.6293
2024-12-304.5955
2025-01-294.4699
2025-02-284.5343
2025-03-304.7850
2025-04-294.8469
2025-05-294.7238
2025-06-284.6387
2025-07-284.5046
2025-08-274.4930
2025-09-264.4957
2025-10-264.3635
2025-11-254.3018
2025-12-254.3069
2026-01-244.2801
2026-02-234.2099
2026-03-254.1806
2026-04-244.0206
2026-05-243.8919
2026-06-233.9607
2026-07-234.1028
2026-08-224.0757
2026-09-214.0338

High

4.9555

Low

3.8820

Average

4.4128

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=ILS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=ILS");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=GBP&currencies=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&currencies=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.