Skip to content

EUR to LSL exchange rate API

Euro to Loti · quoted 2026-09-25

18.7115

▼ +7.99% over 1Y

1 EUR = 18.7115 LSL · 1 LSL = 0.05344 EUR · Get this rate via the API

1 EUR buys 18.7115 LSL as of 2026-09-25, so 1 LSL buys 0.05344 EUR. Over the last year, EUR/LSL traded between 18.4812 and 20.3373, averaged 19.2596 and fell 7.99%. The API holds daily EUR/LSL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

EUR/LSL over 1Y

EUR/LSL over 1Y: show the values
PointEUR/LSL
2025-09-2520.3373
2025-10-0220.2277
2025-10-0919.9296
2025-10-1620.1656
2025-10-2320.2077
2025-10-3019.8358
2025-11-0620.0649
2025-11-1319.8739
2025-11-2019.8064
2025-11-2719.8473
2025-12-0419.8970
2025-12-1219.8002
2025-12-1919.6024
2025-12-2619.6073
2026-01-0219.3910
2026-01-0919.2405
2026-01-1618.9907
2026-01-2318.9190
2026-01-3018.9249
2026-02-0619.1580
2026-02-1318.9269
2026-02-2019.0318
2026-02-2718.7948
2026-03-0619.1690
2026-03-1319.2142
2026-03-2019.3603
2026-03-2719.6700
2026-04-0319.5120
2026-04-1019.1238
2026-04-1719.3589
2026-04-2419.5008
2026-05-0119.5539
2026-05-0819.2512
2026-05-1619.4054
2026-05-2419.1556
2026-05-3118.9303
2026-06-0919.0849
2026-06-1618.7953
2026-06-2318.7002
2026-06-3018.7512
2026-07-0718.5578
2026-07-1418.7902
2026-07-2118.8398
2026-07-2819.0754
2026-08-0419.0140
2026-08-1118.6817
2026-08-1818.8006
2026-08-2618.5968
2026-09-0218.7278
2026-09-0918.6437
2026-09-1618.7213
2026-09-2318.4812

High

20.3373

Low

18.4812

Average

19.2596

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&currencies=LSL").json()

Replace YOUR_API_KEY with the key from your dashboard.

EUR/LSL API questions

How do I get the EUR/LSL exchange rate from an API?

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

How far back does EUR/LSL historical data go?

Daily EUR/LSL 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 EUR/LSL 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.