Skip to content

LKR to ILS exchange rate API

Sri Lanka Rupee to New Israeli Sheqel · quoted 2026-09-25

0.009180

▼ +18.45% over 1Y

1 LKR = 0.009180 ILS · 1 ILS = 108.9325 LKR · Get this rate via the API

1 LKR buys 0.009180 ILS as of 2026-09-25, so 1 ILS buys 108.9325 LKR. Over the last year, LKR/ILS traded between 0.008525 and 0.01126, averaged 0.009723 and fell 18.45%. The API holds daily LKR/ILS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

LKR/ILS over 1Y

LKR/ILS over 1Y: show the values
PointLKR/ILS
2025-09-250.011257
2025-10-020.011160
2025-10-090.010701
2025-10-160.010873
2025-10-230.010885
2025-10-300.010684
2025-11-060.010669
2025-11-130.010516
2025-11-200.010550
2025-11-270.010615
2025-12-040.010476
2025-12-110.010379
2025-12-180.010384
2025-12-250.010295
2026-01-010.010255
2026-01-080.010213
2026-01-150.010178
2026-01-220.010114
2026-01-290.009921
2026-02-050.010041
2026-02-120.009871
2026-02-190.010120
2026-02-260.010031
2026-03-050.009869
2026-03-120.009990
2026-03-190.010040
2026-03-260.009939
2026-04-020.009981
2026-04-090.009758
2026-04-160.009461
2026-04-230.009430
2026-04-300.009219
2026-05-070.009030
2026-05-140.008920
2026-05-210.008525
2026-05-280.008626
2026-06-040.008605
2026-06-110.008882
2026-06-180.008806
2026-06-250.008819
2026-07-020.008916
2026-07-090.008998
2026-07-160.008933
2026-07-230.009122
2026-07-300.009120
2026-08-060.008960
2026-08-130.008913
2026-08-200.009043
2026-08-270.009032
2026-09-030.009178
2026-09-100.009201
2026-09-170.009118
2026-09-240.009221

High

0.01126

Low

0.008525

Average

0.009723

For developers

Get this rate via the API

One GET request returns the LKR/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=LKR&currencies=ILS"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR&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=LKR&currencies=ILS").json()

Replace YOUR_API_KEY with the key from your dashboard.

LKR/ILS API questions

How do I get the LKR/ILS exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR&currencies=ILS, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest LKR/ILS rate in rates.ILS.

How far back does LKR/ILS historical data go?

Daily LKR/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 LKR/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.