Skip to content

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

LKR/SLL over 30D: show the values
PointLKR/SLL
2026-08-2869.6718
2026-08-2971.5122
2026-08-3069.8399
2026-08-3169.6388
2026-09-0169.7080
2026-09-0269.6578
2026-09-0369.6935
2026-09-0474.7218
2026-09-0571.1020
2026-09-0669.7685
2026-09-0769.6859
2026-09-0869.6593
2026-09-0969.6252
2026-09-1069.6000
2026-09-1169.6515
2026-09-1269.8095
2026-09-1369.7296
2026-09-1469.6532
2026-09-1569.4385
2026-09-1674.3149
2026-09-1768.9603
2026-09-1863.2077
2026-09-1969.2656
2026-09-2069.2470
2026-09-2169.1953
2026-09-2274.5211
2026-09-2369.5171
2026-09-2469.3080
2026-09-2569.2952
2026-09-2669.5056
2026-09-2769.4643

High

74.7218

Low

63.2077

Average

69.9198

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.