Skip to content

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

FKP/ILS over 1Y: show the values
PointFKP/ILS
2025-09-254.4990
2025-10-024.4679
2025-10-094.3521
2025-10-164.4376
2025-10-234.4154
2025-10-304.3007
2025-11-064.2538
2025-11-134.2139
2025-11-204.2494
2025-11-274.3415
2025-12-044.3172
2025-12-124.2926
2025-12-194.3013
2025-12-264.3124
2026-01-024.2830
2026-01-094.2382
2026-01-164.2164
2026-01-234.2401
2026-01-304.2448
2026-02-064.2408
2026-02-134.2087
2026-02-204.2007
2026-02-274.2389
2026-03-064.1348
2026-03-134.1767
2026-03-204.1660
2026-03-274.2087
2026-04-034.1424
2026-04-104.0979
2026-04-174.0558
2026-04-244.0239
2026-05-013.9744
2026-05-083.9500
2026-05-163.8914
2026-05-243.8888
2026-05-313.7812
2026-06-093.9305
2026-06-163.9017
2026-06-233.9706
2026-06-303.9438
2026-07-074.0520
2026-07-144.0260
2026-07-214.0964
2026-07-284.0655
2026-08-044.0641
2026-08-114.0520
2026-08-184.0526
2026-08-264.0583
2026-09-024.0891
2026-09-094.0900
2026-09-164.0863
2026-09-234.0165

High

4.4990

Low

3.7812

Average

4.1485

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&currencies=ILS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=FKP&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=FKP&currencies=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&currencies=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.