Skip to content

LKR to EUR exchange rate API

Sri Lanka Rupee to Euro · quoted 2026-09-25

0.002652

▼ +7.50% over 1Y

1 LKR = 0.002652 EUR · 1 EUR = 377.0739 LKR · Get this rate via the API

1 LKR buys 0.002652 EUR as of 2026-09-25, so 1 EUR buys 377.0739 LKR. Over the last year, LKR/EUR traded between 0.002520 and 0.002867, averaged 0.002702 and fell 7.50%. The API holds daily LKR/EUR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

LKR/EUR over 1Y

LKR/EUR over 1Y: show the values
PointLKR/EUR
2025-09-250.002867
2025-10-020.002865
2025-10-090.002839
2025-10-160.002827
2025-10-230.002837
2025-10-300.002840
2025-11-060.002841
2025-11-130.002818
2025-11-200.002813
2025-11-270.002797
2025-12-040.002775
2025-12-110.002758
2025-12-180.002754
2025-12-250.002743
2026-01-010.002747
2026-01-080.002760
2026-01-150.002774
2026-01-220.002751
2026-01-290.002693
2026-02-050.002732
2026-02-120.002715
2026-02-190.002743
2026-02-260.002730
2026-03-050.002764
2026-03-120.002778
2026-03-190.002789
2026-03-260.002753
2026-04-020.002746
2026-04-090.002708
2026-04-160.002683
2026-04-230.002691
2026-04-300.002668
2026-05-070.002638
2026-05-140.002623
2026-05-210.002520
2026-05-280.002617
2026-06-040.002556
2026-06-110.002601
2026-06-180.002610
2026-06-250.002613
2026-07-020.002606
2026-07-090.002601
2026-07-160.002589
2026-07-230.002606
2026-07-300.002589
2026-08-060.002576
2026-08-130.002592
2026-08-200.002587
2026-08-270.002608
2026-09-030.002617
2026-09-100.002614
2026-09-170.002618
2026-09-240.002661

High

0.002867

Low

0.002520

Average

0.002702

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

LKR/EUR API questions

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

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

How far back does LKR/EUR historical data go?

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