FKP to ILS exchange rate API
Falkland Islands Pound to New Israeli Sheqel · quoted 2026-09-25
4.0168
▼ +10.72% over 1Y
1 FKP = 4.0168 ILS · 1 ILS = 0.24895 FKP · Get this rate via the API
1 FKP buys 4.0168 ILS as of 2026-09-25, so 1 ILS buys 0.24895 FKP. Over the last year, FKP/ILS traded between 3.7812 and 4.4990, averaged 4.1485 and fell 10.72%. The API holds daily FKP/ILS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
FKP/ILS over 1Y: show the values
| Point | FKP/ILS |
|---|---|
| 2025-09-25 | 4.4990 |
| 2025-10-02 | 4.4679 |
| 2025-10-09 | 4.3521 |
| 2025-10-16 | 4.4376 |
| 2025-10-23 | 4.4154 |
| 2025-10-30 | 4.3007 |
| 2025-11-06 | 4.2538 |
| 2025-11-13 | 4.2139 |
| 2025-11-20 | 4.2494 |
| 2025-11-27 | 4.3415 |
| 2025-12-04 | 4.3172 |
| 2025-12-12 | 4.2926 |
| 2025-12-19 | 4.3013 |
| 2025-12-26 | 4.3124 |
| 2026-01-02 | 4.2830 |
| 2026-01-09 | 4.2382 |
| 2026-01-16 | 4.2164 |
| 2026-01-23 | 4.2401 |
| 2026-01-30 | 4.2448 |
| 2026-02-06 | 4.2408 |
| 2026-02-13 | 4.2087 |
| 2026-02-20 | 4.2007 |
| 2026-02-27 | 4.2389 |
| 2026-03-06 | 4.1348 |
| 2026-03-13 | 4.1767 |
| 2026-03-20 | 4.1660 |
| 2026-03-27 | 4.2087 |
| 2026-04-03 | 4.1424 |
| 2026-04-10 | 4.0979 |
| 2026-04-17 | 4.0558 |
| 2026-04-24 | 4.0239 |
| 2026-05-01 | 3.9744 |
| 2026-05-08 | 3.9500 |
| 2026-05-16 | 3.8914 |
| 2026-05-24 | 3.8888 |
| 2026-05-31 | 3.7812 |
| 2026-06-09 | 3.9305 |
| 2026-06-16 | 3.9017 |
| 2026-06-23 | 3.9706 |
| 2026-06-30 | 3.9438 |
| 2026-07-07 | 4.0520 |
| 2026-07-14 | 4.0260 |
| 2026-07-21 | 4.0964 |
| 2026-07-28 | 4.0655 |
| 2026-08-04 | 4.0641 |
| 2026-08-11 | 4.0520 |
| 2026-08-18 | 4.0526 |
| 2026-08-26 | 4.0583 |
| 2026-09-02 | 4.0891 |
| 2026-09-09 | 4.0900 |
| 2026-09-16 | 4.0863 |
| 2026-09-23 | 4.0165 |
High
4.4990
Low
3.7812
Average
4.1485
Get this rate via the API
One GET request returns the FKP/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=FKP¤cies=ILS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=ILS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=ILS").json()Replace YOUR_API_KEY with the key from your dashboard.
FKP/ILS API questions
How do I get the FKP/ILS exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP¤cies=ILS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest FKP/ILS rate in rates.ILS.
How far back does FKP/ILS historical data go?
Daily FKP/ILS rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free FKP/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.