Skip to content

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

GBP/ILS over 1Y: show the values
PointGBP/ILS
2025-09-244.5096
2025-10-014.4629
2025-10-084.4025
2025-10-154.3931
2025-10-224.4079
2025-10-294.2820
2025-11-054.2641
2025-11-124.1945
2025-11-194.2876
2025-11-264.3289
2025-12-034.2951
2025-12-104.3009
2025-12-174.3012
2025-12-244.2976
2025-12-314.2942
2026-01-074.2838
2026-01-144.2491
2026-01-214.2584
2026-01-284.2629
2026-02-044.2337
2026-02-114.2013
2026-02-184.2154
2026-02-254.1864
2026-03-044.1169
2026-03-114.1660
2026-03-184.1300
2026-03-254.1806
2026-04-014.1699
2026-04-084.1449
2026-04-154.0714
2026-04-224.0516
2026-04-293.9999
2026-05-063.9574
2026-05-133.9286
2026-05-203.9177
2026-05-273.8101
2026-06-033.8541
2026-06-103.9857
2026-06-173.9154
2026-06-243.9282
2026-07-013.9431
2026-07-084.0616
2026-07-154.0222
2026-07-224.0954
2026-07-294.0694
2026-08-054.0448
2026-08-124.0434
2026-08-194.0494
2026-08-264.0538
2026-09-024.0834
2026-09-094.0956
2026-09-164.0787
2026-09-234.0043

High

4.5096

Low

3.8101

Average

4.1466

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.