Skip to content

LKR to SEK exchange rate API

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

0.03006

▲ +1.23% over YTD

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

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

LKR/SEK over YTD

LKR/SEK over YTD: show the values
PointLKR/SEK
2025-12-310.02970
2026-01-070.02957
2026-01-140.02969
2026-01-210.02926
2026-01-280.02850
2026-02-040.02886
2026-02-110.02862
2026-02-180.02890
2026-02-250.02922
2026-03-040.02949
2026-03-110.02953
2026-03-180.03004
2026-03-250.02953
2026-04-010.02969
2026-04-080.02917
2026-04-150.02912
2026-04-220.02893
2026-04-290.02893
2026-05-060.02870
2026-05-130.02868
2026-05-200.02804
2026-05-270.02836
2026-06-030.02805
2026-06-100.02863
2026-06-170.02809
2026-06-240.02907
2026-07-010.02894
2026-07-080.02887
2026-07-150.02876
2026-07-220.02881
2026-07-290.02887
2026-08-050.02822
2026-08-120.02842
2026-08-190.02864
2026-08-260.02884
2026-09-020.02929
2026-09-090.02905
2026-09-160.02951
2026-09-230.02994

High

0.03006

Low

0.02804

Average

0.02902

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

LKR/SEK API questions

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

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

How far back does LKR/SEK historical data go?

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