LKR to SLL exchange rate API
Sri Lanka Rupee to Leone · quoted 2026-09-27
69.4643
▼ +0.30% over 30D
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 30 days, LKR/SLL traded between 63.2077 and 74.7218, averaged 69.9198 and fell 0.30%. 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 30D: show the values
| Point | LKR/SLL |
|---|---|
| 2026-08-28 | 69.6718 |
| 2026-08-29 | 71.5122 |
| 2026-08-30 | 69.8399 |
| 2026-08-31 | 69.6388 |
| 2026-09-01 | 69.7080 |
| 2026-09-02 | 69.6578 |
| 2026-09-03 | 69.6935 |
| 2026-09-04 | 74.7218 |
| 2026-09-05 | 71.1020 |
| 2026-09-06 | 69.7685 |
| 2026-09-07 | 69.6859 |
| 2026-09-08 | 69.6593 |
| 2026-09-09 | 69.6252 |
| 2026-09-10 | 69.6000 |
| 2026-09-11 | 69.6515 |
| 2026-09-12 | 69.8095 |
| 2026-09-13 | 69.7296 |
| 2026-09-14 | 69.6532 |
| 2026-09-15 | 69.4385 |
| 2026-09-16 | 74.3149 |
| 2026-09-17 | 68.9603 |
| 2026-09-18 | 63.2077 |
| 2026-09-19 | 69.2656 |
| 2026-09-20 | 69.2470 |
| 2026-09-21 | 69.1953 |
| 2026-09-22 | 74.5211 |
| 2026-09-23 | 69.5171 |
| 2026-09-24 | 69.3080 |
| 2026-09-25 | 69.2952 |
| 2026-09-26 | 69.5056 |
| 2026-09-27 | 69.4643 |
High
74.7218
Low
63.2077
Average
69.9198
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.