Skip to content

LKR to SLL exchange rate API

Sri Lanka Rupee to Leone · quoted 2026-09-27

69.4643

▼ +5.98% over YTD

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 year to date, LKR/SLL traded between 62.2988 and 74.7218, averaged 70.1761 and fell 5.98%. 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 YTD

LKR/SLL over YTD: show the values
PointLKR/SLL
2025-12-3173.8826
2026-01-0773.5412
2026-01-1474.1307
2026-01-2174.1553
2026-01-2873.5395
2026-02-0473.8909
2026-02-1173.7531
2026-02-1873.9985
2026-02-2573.8598
2026-03-0473.7209
2026-03-1173.4700
2026-03-1873.2097
2026-03-2572.4949
2026-04-0172.4518
2026-04-0872.7140
2026-04-1966.2019
2026-04-2665.8578
2026-05-0365.5723
2026-05-1065.1774
2026-05-1863.6394
2026-05-2670.4651
2026-06-0274.2123
2026-06-1168.5186
2026-06-1868.3035
2026-06-2567.7193
2026-07-0262.2988
2026-07-0968.0867
2026-07-1667.8485
2026-07-2368.1188
2026-07-3067.9818
2026-08-0668.1333
2026-08-1370.5878
2026-08-2169.3189
2026-08-2869.6718
2026-09-0474.7218
2026-09-1169.6515
2026-09-1863.2077
2026-09-2569.2952

High

74.7218

Low

62.2988

Average

70.1761

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.