Skip to content

EUR to LSL exchange rate API

Euro to Loti · quoted 2026-09-25

18.7115

▼ +4.94% over 6M

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 6 months, EUR/LSL traded between 18.5790 and 19.6830, averaged 18.9678 and fell 4.94%. 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 6M

EUR/LSL over 6M: show the values
PointEUR/LSL
2026-03-2919.6830
2026-04-0519.5649
2026-04-1219.1724
2026-04-1919.3034
2026-04-2619.4484
2026-05-0319.5495
2026-05-1019.2712
2026-05-1819.3323
2026-05-2619.0023
2026-06-0218.9703
2026-06-1119.0759
2026-06-1818.7031
2026-06-2518.7718
2026-07-0218.6963
2026-07-0918.7381
2026-07-1618.7459
2026-07-2318.6413
2026-07-3019.1006
2026-08-0618.8438
2026-08-1318.6227
2026-08-2118.8391
2026-08-2818.6209
2026-09-0418.5790
2026-09-1118.8009
2026-09-1818.6111
2026-09-2518.7320

High

19.6830

Low

18.5790

Average

18.9678

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.