SEK to LKR exchange rate API
Swedish Krona to Sri Lanka Rupee · quoted 2026-09-27
33.2616
▼ +3.67% over 30D
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 30 days, SEK/LKR traded between 33.2616 and 34.5271, averaged 33.9490 and fell 3.67%. 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 30D: show the values
| Point | SEK/LKR |
|---|---|
| 2026-08-28 | 34.5271 |
| 2026-08-29 | 34.1459 |
| 2026-08-30 | 34.1707 |
| 2026-08-31 | 34.3148 |
| 2026-09-01 | 34.2866 |
| 2026-09-02 | 34.1398 |
| 2026-09-03 | 34.3441 |
| 2026-09-04 | 34.4350 |
| 2026-09-05 | 34.2997 |
| 2026-09-06 | 34.3223 |
| 2026-09-07 | 34.2458 |
| 2026-09-08 | 34.2661 |
| 2026-09-09 | 34.4177 |
| 2026-09-10 | 34.1558 |
| 2026-09-11 | 33.9771 |
| 2026-09-12 | 33.8783 |
| 2026-09-13 | 33.9605 |
| 2026-09-14 | 33.7228 |
| 2026-09-15 | 33.7992 |
| 2026-09-16 | 33.8836 |
| 2026-09-17 | 33.8840 |
| 2026-09-18 | 33.6706 |
| 2026-09-19 | 33.6816 |
| 2026-09-20 | 33.7157 |
| 2026-09-21 | 33.7775 |
| 2026-09-22 | 33.6969 |
| 2026-09-23 | 33.3989 |
| 2026-09-24 | 33.3562 |
| 2026-09-25 | 33.4215 |
| 2026-09-26 | 33.2616 |
High
34.5271
Low
33.2616
Average
33.9490
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK¤cies=LKR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK¤cies=LKR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SEK¤cies=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¤cies=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.