LKR to SLL exchange rate API
Sri Lanka Rupee to Leone · quoted 2026-09-27
69.4643
▼ +4.10% over 6M
1 LKR = 69.4643 SLL · 1 SLL = 0.01440 LKR · Get this rate via the API
1 LKR buys 69.4643 SLL as of 2026-09-27, so 1 SLL buys 0.01440 LKR. Over the last 6 months, LKR/SLL traded between 65.1397 and 72.4689, averaged 68.8647 and fell 4.10%. The API holds daily LKR/SLL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
LKR/SLL over 6M: show the values
| Point | LKR/SLL |
|---|---|
| 2026-03-31 | 72.4353 |
| 2026-04-07 | 72.4689 |
| 2026-04-18 | 66.3417 |
| 2026-04-25 | 65.8933 |
| 2026-05-02 | 65.5971 |
| 2026-05-09 | 65.1397 |
| 2026-05-17 | 70.0616 |
| 2026-05-25 | 69.9399 |
| 2026-06-01 | 69.0790 |
| 2026-06-10 | 68.8063 |
| 2026-06-17 | 68.2302 |
| 2026-06-24 | 67.8980 |
| 2026-07-01 | 67.7600 |
| 2026-07-08 | 68.1635 |
| 2026-07-15 | 67.8386 |
| 2026-07-22 | 67.9817 |
| 2026-07-29 | 71.9177 |
| 2026-08-05 | 70.9618 |
| 2026-08-12 | 68.1582 |
| 2026-08-20 | 69.2498 |
| 2026-08-27 | 69.5353 |
| 2026-09-03 | 69.6935 |
| 2026-09-10 | 69.6000 |
| 2026-09-17 | 68.9603 |
| 2026-09-24 | 69.3080 |
High
72.4689
Low
65.1397
Average
68.8647
Get this rate via the API
One GET request returns the LKR/SLL 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=SLL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=SLL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=SLL").json()Replace YOUR_API_KEY with the key from your dashboard.
LKR/SLL API questions
How do I get the LKR/SLL exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR¤cies=SLL, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest LKR/SLL rate in rates.SLL.
How far back does LKR/SLL historical data go?
Daily LKR/SLL 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/SLL 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.