Skip to content

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

LKR/SLL over 6M: show the values
PointLKR/SLL
2026-03-3172.4353
2026-04-0772.4689
2026-04-1866.3417
2026-04-2565.8933
2026-05-0265.5971
2026-05-0965.1397
2026-05-1770.0616
2026-05-2569.9399
2026-06-0169.0790
2026-06-1068.8063
2026-06-1768.2302
2026-06-2467.8980
2026-07-0167.7600
2026-07-0868.1635
2026-07-1567.8386
2026-07-2267.9817
2026-07-2971.9177
2026-08-0570.9618
2026-08-1268.1582
2026-08-2069.2498
2026-08-2769.5353
2026-09-0369.6935
2026-09-1069.6000
2026-09-1768.9603
2026-09-2469.3080

High

72.4689

Low

65.1397

Average

68.8647

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR&currencies=SLL"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LKR&currencies=SLL");
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=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&currencies=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.