Skip to content

LKR to SLL exchange rate API

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

69.4643

▼ +8.03% over 1Y

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 year, LKR/SLL traded between 64.1913 and 78.6007, averaged 71.5024 and fell 8.03%. 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 1Y

LKR/SLL over 1Y: show the values
PointLKR/SLL
2025-09-2775.5260
2025-10-0475.5079
2025-10-1175.3457
2025-10-1874.6863
2025-10-2574.6536
2025-11-0174.4716
2025-11-0874.4870
2025-11-1574.7236
2025-11-2274.1959
2025-11-2974.6185
2025-12-0676.8624
2025-12-1474.2637
2025-12-2174.1304
2025-12-2874.0740
2026-01-0473.7112
2026-01-1173.6562
2026-01-1873.5815
2026-01-2573.6194
2026-02-0174.0068
2026-02-0873.8421
2026-02-1573.7803
2026-02-2274.0298
2026-03-0174.0473
2026-03-0878.6007
2026-03-1573.5463
2026-03-2273.1001
2026-03-2972.6756
2026-04-0572.6153
2026-04-1666.2889
2026-04-2366.0034
2026-04-3065.4740
2026-05-0765.1305
2026-05-1564.1913
2026-05-2368.3546
2026-05-3069.3557
2026-06-0667.7798
2026-06-1568.3246
2026-06-2268.2240
2026-06-2967.7205
2026-07-0668.0156
2026-07-1367.9807
2026-07-2067.9172
2026-07-2767.8870
2026-08-0368.0943
2026-08-1068.0020
2026-08-1768.8019
2026-08-2569.4257
2026-09-0169.7080
2026-09-0869.6593
2026-09-1569.4385
2026-09-2274.5211

High

78.6007

Low

64.1913

Average

71.5024

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.