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: show the values
| Point | SZL/LKR |
|---|---|
| 2025-09-27 | 17.3287 |
| 2025-10-04 | 17.5623 |
| 2025-10-11 | 17.2416 |
| 2025-10-18 | 17.4673 |
| 2025-10-25 | 17.5173 |
| 2025-11-01 | 17.5665 |
| 2025-11-08 | 17.6093 |
| 2025-11-15 | 17.9372 |
| 2025-11-22 | 17.7096 |
| 2025-11-29 | 17.9814 |
| 2025-12-06 | 18.2107 |
| 2025-12-14 | 18.3441 |
| 2025-12-21 | 18.4359 |
| 2025-12-28 | 18.5737 |
| 2026-01-04 | 18.7898 |
| 2026-01-11 | 18.7533 |
| 2026-01-18 | 18.9109 |
| 2026-01-25 | 19.2671 |
| 2026-02-01 | 19.1707 |
| 2026-02-08 | 19.3296 |
| 2026-02-15 | 19.4233 |
| 2026-02-22 | 19.3208 |
| 2026-03-01 | 19.4774 |
| 2026-03-08 | 18.8018 |
| 2026-03-15 | 18.4343 |
| 2026-03-22 | 18.3673 |
| 2026-03-29 | 18.4168 |
| 2026-04-05 | 18.5765 |
| 2026-04-12 | 19.2639 |
| 2026-04-19 | 19.2982 |
| 2026-04-26 | 19.1873 |
| 2026-05-03 | 19.1948 |
| 2026-05-10 | 19.6763 |
| 2026-05-18 | 19.8497 |
| 2026-05-26 | 19.8620 |
| 2026-06-02 | 20.3909 |
| 2026-06-11 | 20.1469 |
| 2026-06-18 | 20.4820 |
| 2026-06-25 | 20.3870 |
| 2026-07-02 | 20.5226 |
| 2026-07-09 | 20.5116 |
| 2026-07-16 | 20.6011 |
| 2026-07-23 | 20.5842 |
| 2026-07-30 | 20.2213 |
| 2026-08-06 | 20.5956 |
| 2026-08-13 | 20.7139 |
| 2026-08-21 | 20.5151 |
| 2026-08-28 | 20.5605 |
| 2026-09-04 | 20.5741 |
| 2026-09-11 | 20.3082 |
| 2026-09-18 | 20.3344 |
| 2026-09-25 | 20.1435 |
High
20.7139
Low
17.2416
Average
19.2210
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=LKR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=LKR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=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¤cies=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.