Skip to content

LTL to LKR exchange rate API

Lithuanian Litas to Sri Lanka Rupee · quoted 2026-09-27

108.8391

▲ +3.61% over 6M

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 6 months, LTL/LKR traded between 105.0496 and 112.9888, averaged 110.1197 and rose 3.61%. 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 6M

LTL/LKR over 6M: show the values
PointLTL/LKR
2026-03-31105.0496
2026-04-07105.5698
2026-04-14107.1128
2026-04-21107.4289
2026-04-28108.1600
2026-05-05108.5670
2026-05-12110.0666
2026-05-20112.4074
2026-05-28110.3749
2026-06-04112.9888
2026-06-13112.3104
2026-06-20110.9003
2026-06-27110.8725
2026-07-04111.0548
2026-07-11110.8909
2026-07-18111.2778
2026-07-25110.7621
2026-08-01111.7534
2026-08-08112.2760
2026-08-15111.4580
2026-08-23111.5809
2026-08-30110.1796
2026-09-06110.5384
2026-09-13110.5125
2026-09-20110.1802

High

112.9888

Low

105.0496

Average

110.1197

For developers

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LTL&currencies=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&currencies=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.