Skip to content

SZL to LKR exchange rate API

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

20.2640

▲ +16.94% over 1Y

1 SZL = 20.2640 LKR · 1 LKR = 0.04935 SZL · Get this rate via the API

1 SZL buys 20.2640 LKR as of 2026-09-27, so 1 LKR buys 0.04935 SZL. Over the last year, SZL/LKR traded between 17.2416 and 20.7139, averaged 19.2210 and rose 16.94%. The API holds daily SZL/LKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SZL/LKR over 1Y

SZL/LKR over 1Y: show the values
PointSZL/LKR
2025-09-2717.3287
2025-10-0417.5623
2025-10-1117.2416
2025-10-1817.4673
2025-10-2517.5173
2025-11-0117.5665
2025-11-0817.6093
2025-11-1517.9372
2025-11-2217.7096
2025-11-2917.9814
2025-12-0618.2107
2025-12-1418.3441
2025-12-2118.4359
2025-12-2818.5737
2026-01-0418.7898
2026-01-1118.7533
2026-01-1818.9109
2026-01-2519.2671
2026-02-0119.1707
2026-02-0819.3296
2026-02-1519.4233
2026-02-2219.3208
2026-03-0119.4774
2026-03-0818.8018
2026-03-1518.4343
2026-03-2218.3673
2026-03-2918.4168
2026-04-0518.5765
2026-04-1219.2639
2026-04-1919.2982
2026-04-2619.1873
2026-05-0319.1948
2026-05-1019.6763
2026-05-1819.8497
2026-05-2619.8620
2026-06-0220.3909
2026-06-1120.1469
2026-06-1820.4820
2026-06-2520.3870
2026-07-0220.5226
2026-07-0920.5116
2026-07-1620.6011
2026-07-2320.5842
2026-07-3020.2213
2026-08-0620.5956
2026-08-1320.7139
2026-08-2120.5151
2026-08-2820.5605
2026-09-0420.5741
2026-09-1120.3082
2026-09-1820.3344
2026-09-2520.1435

High

20.7139

Low

17.2416

Average

19.2210

For developers

Get this rate via the API

One GET request returns the SZL/LKR 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=SZL&currencies=LKR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&currencies=LKR");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&currencies=LKR").json()

Replace YOUR_API_KEY with the key from your dashboard.

SZL/LKR API questions

How do I get the SZL/LKR exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&currencies=LKR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SZL/LKR rate in rates.LKR.

How far back does SZL/LKR historical data go?

Daily SZL/LKR 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 SZL/LKR 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.