LKR to ILS exchange rate API
Sri Lanka Rupee to New Israeli Sheqel · quoted 2026-09-25
0.009180
▼ +25.38% over 5Y
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 5 years, LKR/ILS traded between 0.008725 and 0.01288, averaged 0.01092 and fell 25.38%. 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 5Y: show the values
| Point | LKR/ILS |
|---|---|
| 2024-08-24 | 0.012303 |
| 2024-10-01 | 0.012700 |
| 2024-10-31 | 0.012877 |
| 2024-11-30 | 0.012498 |
| 2024-12-30 | 0.012683 |
| 2025-01-29 | 0.012331 |
| 2025-02-28 | 0.012364 |
| 2025-03-30 | 0.012599 |
| 2025-04-29 | 0.012293 |
| 2025-05-29 | 0.011858 |
| 2025-06-28 | 0.011285 |
| 2025-07-28 | 0.011327 |
| 2025-08-27 | 0.011246 |
| 2025-09-26 | 0.011328 |
| 2025-10-26 | 0.010779 |
| 2025-11-25 | 0.010613 |
| 2025-12-25 | 0.010295 |
| 2026-01-24 | 0.010126 |
| 2026-02-23 | 0.010061 |
| 2026-03-25 | 0.009919 |
| 2026-04-24 | 0.009352 |
| 2026-05-24 | 0.008725 |
| 2026-06-23 | 0.008941 |
| 2026-07-23 | 0.009122 |
| 2026-08-22 | 0.009075 |
| 2026-09-21 | 0.009085 |
High
0.01288
Low
0.008725
Average
0.01092
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.