LTL to LKR exchange rate API
Lithuanian Litas to Sri Lanka Rupee · quoted 2026-09-27
108.8391
▼ +1.87% over 30D
1 LTL = 108.8391 LKR · 1 LKR = 0.009188 LTL · Get this rate via the API
1 LTL buys 108.8391 LKR as of 2026-09-27, so 1 LKR buys 0.009188 LTL. Over the last 30 days, LTL/LKR traded between 108.8391 and 112.3550, averaged 110.2816 and fell 1.87%. The API holds daily LTL/LKR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
LTL/LKR over 30D: show the values
| Point | LTL/LKR |
|---|---|
| 2026-08-28 | 110.9104 |
| 2026-08-29 | 110.0319 |
| 2026-08-30 | 110.1796 |
| 2026-08-31 | 110.3670 |
| 2026-09-01 | 110.4951 |
| 2026-09-02 | 110.3298 |
| 2026-09-03 | 110.4870 |
| 2026-09-04 | 110.7207 |
| 2026-09-05 | 110.4005 |
| 2026-09-06 | 110.5384 |
| 2026-09-07 | 110.5968 |
| 2026-09-08 | 110.7769 |
| 2026-09-09 | 110.9399 |
| 2026-09-10 | 110.9977 |
| 2026-09-11 | 110.6703 |
| 2026-09-12 | 110.3830 |
| 2026-09-13 | 110.5125 |
| 2026-09-14 | 110.3388 |
| 2026-09-15 | 110.3287 |
| 2026-09-16 | 110.8218 |
| 2026-09-17 | 110.4406 |
| 2026-09-18 | 112.3550 |
| 2026-09-19 | 110.1459 |
| 2026-09-20 | 110.1802 |
| 2026-09-21 | 110.1787 |
| 2026-09-22 | 109.8675 |
| 2026-09-23 | 109.1799 |
| 2026-09-24 | 108.9156 |
| 2026-09-25 | 108.9623 |
| 2026-09-26 | 108.8391 |
High
112.3550
Low
108.8391
Average
110.2816
Get this rate via the API
One GET request returns the LTL/LKR 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=LTL¤cies=LKR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LTL¤cies=LKR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LTL¤cies=LKR").json()Replace YOUR_API_KEY with the key from your dashboard.
LTL/LKR API questions
How do I get the LTL/LKR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LTL¤cies=LKR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest LTL/LKR rate in rates.LKR.
How far back does LTL/LKR historical data go?
Daily LTL/LKR 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 LTL/LKR 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.