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: show the values
| Point | LKR/ILS |
|---|---|
| 2025-09-25 | 0.011257 |
| 2025-10-02 | 0.011160 |
| 2025-10-09 | 0.010701 |
| 2025-10-16 | 0.010873 |
| 2025-10-23 | 0.010885 |
| 2025-10-30 | 0.010684 |
| 2025-11-06 | 0.010669 |
| 2025-11-13 | 0.010516 |
| 2025-11-20 | 0.010550 |
| 2025-11-27 | 0.010615 |
| 2025-12-04 | 0.010476 |
| 2025-12-11 | 0.010379 |
| 2025-12-18 | 0.010384 |
| 2025-12-25 | 0.010295 |
| 2026-01-01 | 0.010255 |
| 2026-01-08 | 0.010213 |
| 2026-01-15 | 0.010178 |
| 2026-01-22 | 0.010114 |
| 2026-01-29 | 0.009921 |
| 2026-02-05 | 0.010041 |
| 2026-02-12 | 0.009871 |
| 2026-02-19 | 0.010120 |
| 2026-02-26 | 0.010031 |
| 2026-03-05 | 0.009869 |
| 2026-03-12 | 0.009990 |
| 2026-03-19 | 0.010040 |
| 2026-03-26 | 0.009939 |
| 2026-04-02 | 0.009981 |
| 2026-04-09 | 0.009758 |
| 2026-04-16 | 0.009461 |
| 2026-04-23 | 0.009430 |
| 2026-04-30 | 0.009219 |
| 2026-05-07 | 0.009030 |
| 2026-05-14 | 0.008920 |
| 2026-05-21 | 0.008525 |
| 2026-05-28 | 0.008626 |
| 2026-06-04 | 0.008605 |
| 2026-06-11 | 0.008882 |
| 2026-06-18 | 0.008806 |
| 2026-06-25 | 0.008819 |
| 2026-07-02 | 0.008916 |
| 2026-07-09 | 0.008998 |
| 2026-07-16 | 0.008933 |
| 2026-07-23 | 0.009122 |
| 2026-07-30 | 0.009120 |
| 2026-08-06 | 0.008960 |
| 2026-08-13 | 0.008913 |
| 2026-08-20 | 0.009043 |
| 2026-08-27 | 0.009032 |
| 2026-09-03 | 0.009178 |
| 2026-09-10 | 0.009201 |
| 2026-09-17 | 0.009118 |
| 2026-09-24 | 0.009221 |
High
0.01126
Low
0.008525
Average
0.009723
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=ILS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=ILS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=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¤cies=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.