Skip to content

LKR to SEK exchange rate API

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

0.03006

▼ +3.64% over 1Y

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 last year, LKR/SEK traded between 0.02800 and 0.03152, averaged 0.02954 and fell 3.64%. 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 1Y

LKR/SEK over 1Y: show the values
PointLKR/SEK
2025-09-270.03120
2025-10-040.03098
2025-10-110.03152
2025-10-180.03109
2025-10-250.03096
2025-11-010.03115
2025-11-080.03128
2025-11-150.03083
2025-11-220.03102
2025-11-290.03071
2025-12-060.03048
2025-12-130.02999
2025-12-200.03001
2025-12-270.02959
2026-01-030.02975
2026-01-100.02979
2026-01-170.02977
2026-01-240.02890
2026-01-310.02868
2026-02-070.02916
2026-02-140.02884
2026-02-210.02928
2026-02-280.02923
2026-03-070.02951
2026-03-140.03047
2026-03-210.02996
2026-03-280.03007
2026-04-040.03012
2026-04-110.02939
2026-04-180.02899
2026-04-250.02897
2026-05-020.02882
2026-05-090.02863
2026-05-160.02875
2026-05-230.02800
2026-05-300.02803
2026-06-060.02813
2026-06-130.02816
2026-06-200.02873
2026-06-270.02896
2026-07-040.02879
2026-07-110.02880
2026-07-180.02871
2026-07-250.02890
2026-08-010.02845
2026-08-080.02826
2026-08-150.02864
2026-08-220.02879
2026-08-290.02929
2026-09-050.02915
2026-09-120.02952
2026-09-190.02969
2026-09-260.03006

High

0.03152

Low

0.02800

Average

0.02954

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.