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: show the values
| Point | EUR/LSL |
|---|---|
| 2026-03-29 | 19.6830 |
| 2026-04-05 | 19.5649 |
| 2026-04-12 | 19.1724 |
| 2026-04-19 | 19.3034 |
| 2026-04-26 | 19.4484 |
| 2026-05-03 | 19.5495 |
| 2026-05-10 | 19.2712 |
| 2026-05-18 | 19.3323 |
| 2026-05-26 | 19.0023 |
| 2026-06-02 | 18.9703 |
| 2026-06-11 | 19.0759 |
| 2026-06-18 | 18.7031 |
| 2026-06-25 | 18.7718 |
| 2026-07-02 | 18.6963 |
| 2026-07-09 | 18.7381 |
| 2026-07-16 | 18.7459 |
| 2026-07-23 | 18.6413 |
| 2026-07-30 | 19.1006 |
| 2026-08-06 | 18.8438 |
| 2026-08-13 | 18.6227 |
| 2026-08-21 | 18.8391 |
| 2026-08-28 | 18.6209 |
| 2026-09-04 | 18.5790 |
| 2026-09-11 | 18.8009 |
| 2026-09-18 | 18.6111 |
| 2026-09-25 | 18.7320 |
High
19.6830
Low
18.5790
Average
18.9678
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.