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: show the values
| Point | EUR/LSL |
|---|---|
| 2025-09-25 | 20.3373 |
| 2025-10-02 | 20.2277 |
| 2025-10-09 | 19.9296 |
| 2025-10-16 | 20.1656 |
| 2025-10-23 | 20.2077 |
| 2025-10-30 | 19.8358 |
| 2025-11-06 | 20.0649 |
| 2025-11-13 | 19.8739 |
| 2025-11-20 | 19.8064 |
| 2025-11-27 | 19.8473 |
| 2025-12-04 | 19.8970 |
| 2025-12-12 | 19.8002 |
| 2025-12-19 | 19.6024 |
| 2025-12-26 | 19.6073 |
| 2026-01-02 | 19.3910 |
| 2026-01-09 | 19.2405 |
| 2026-01-16 | 18.9907 |
| 2026-01-23 | 18.9190 |
| 2026-01-30 | 18.9249 |
| 2026-02-06 | 19.1580 |
| 2026-02-13 | 18.9269 |
| 2026-02-20 | 19.0318 |
| 2026-02-27 | 18.7948 |
| 2026-03-06 | 19.1690 |
| 2026-03-13 | 19.2142 |
| 2026-03-20 | 19.3603 |
| 2026-03-27 | 19.6700 |
| 2026-04-03 | 19.5120 |
| 2026-04-10 | 19.1238 |
| 2026-04-17 | 19.3589 |
| 2026-04-24 | 19.5008 |
| 2026-05-01 | 19.5539 |
| 2026-05-08 | 19.2512 |
| 2026-05-16 | 19.4054 |
| 2026-05-24 | 19.1556 |
| 2026-05-31 | 18.9303 |
| 2026-06-09 | 19.0849 |
| 2026-06-16 | 18.7953 |
| 2026-06-23 | 18.7002 |
| 2026-06-30 | 18.7512 |
| 2026-07-07 | 18.5578 |
| 2026-07-14 | 18.7902 |
| 2026-07-21 | 18.8398 |
| 2026-07-28 | 19.0754 |
| 2026-08-04 | 19.0140 |
| 2026-08-11 | 18.6817 |
| 2026-08-18 | 18.8006 |
| 2026-08-26 | 18.5968 |
| 2026-09-02 | 18.7278 |
| 2026-09-09 | 18.6437 |
| 2026-09-16 | 18.7213 |
| 2026-09-23 | 18.4812 |
High
20.3373
Low
18.4812
Average
19.2596
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=LSL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=LSL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=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¤cies=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.