Skip to content

SEK to LKR exchange rate API

Swedish Krona to Sri Lanka Rupee · quoted 2026-09-27

33.2616

▲ +3.77% over 1Y

1 SEK = 33.2616 LKR · 1 LKR = 0.03006 SEK · Get this rate via the API

1 SEK buys 33.2616 LKR as of 2026-09-27, so 1 LKR buys 0.03006 SEK. Over the last year, SEK/LKR traded between 31.7287 and 35.7178, averaged 33.8893 and rose 3.77%. The API holds daily SEK/LKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SEK/LKR over 1Y

SEK/LKR over 1Y: show the values
PointSEK/LKR
2025-09-2732.0518
2025-10-0432.2795
2025-10-1131.7287
2025-10-1832.1666
2025-10-2532.3024
2025-11-0132.1059
2025-11-0831.9712
2025-11-1532.4396
2025-11-2232.2338
2025-11-2932.5569
2025-12-0632.8040
2025-12-1333.3430
2025-12-2033.3208
2025-12-2733.7983
2026-01-0333.6084
2026-01-1033.5718
2026-01-1733.5914
2026-01-2434.5975
2026-01-3134.8681
2026-02-0734.2880
2026-02-1434.6698
2026-02-2134.1546
2026-02-2834.2123
2026-03-0733.8829
2026-03-1432.8222
2026-03-2133.3796
2026-03-2833.2541
2026-04-0433.1958
2026-04-1134.0251
2026-04-1834.4903
2026-04-2534.5143
2026-05-0234.6956
2026-05-0934.9312
2026-05-1634.7826
2026-05-2335.7178
2026-05-3035.6702
2026-06-0635.5537
2026-06-1335.5091
2026-06-2034.8017
2026-06-2734.5333
2026-07-0434.7294
2026-07-1134.7274
2026-07-1834.8282
2026-07-2534.6043
2026-08-0135.1482
2026-08-0835.3793
2026-08-1534.9166
2026-08-2234.7358
2026-08-2934.1459
2026-09-0534.2997
2026-09-1233.8783
2026-09-1933.6816
2026-09-2633.2616

High

35.7178

Low

31.7287

Average

33.8893

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SEK/LKR API questions

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

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

How far back does SEK/LKR historical data go?

Daily SEK/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 SEK/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.