LTL to LKR exchange rate API
Lithuanian Litas to Sri Lanka Rupee · quoted 2026-09-27
108.8391
▲ +11.82% over 5Y
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 5 years, LTL/LKR traded between 86.5456 and 112.3169, averaged 100.5475 and rose 11.82%. 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 5Y: show the values
| Point | LTL/LKR |
|---|---|
| 2024-08-24 | 97.3320 |
| 2024-10-07 | 92.9586 |
| 2024-11-06 | 90.5792 |
| 2024-12-06 | 87.5380 |
| 2025-01-05 | 86.5456 |
| 2025-02-04 | 87.8331 |
| 2025-03-06 | 91.1989 |
| 2025-04-06 | 93.1828 |
| 2025-05-06 | 96.3510 |
| 2025-06-07 | 98.7242 |
| 2025-07-07 | 101.0170 |
| 2025-08-06 | 99.1607 |
| 2025-09-05 | 100.2646 |
| 2025-10-06 | 100.7995 |
| 2025-11-05 | 101.4731 |
| 2025-12-05 | 104.2592 |
| 2026-01-05 | 105.0635 |
| 2026-02-04 | 106.1889 |
| 2026-03-06 | 104.9342 |
| 2026-04-05 | 105.2569 |
| 2026-05-05 | 108.5670 |
| 2026-06-06 | 112.3169 |
| 2026-07-08 | 111.0331 |
| 2026-08-07 | 112.2200 |
| 2026-09-07 | 110.5968 |
High
112.3169
Low
86.5456
Average
100.5475
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.