Skip to content

LTL to INR exchange rate API

Lithuanian Litas to Indian Rupee · quoted 2026-09-25

31.6503

▲ +3.57% over YTD

1 LTL = 31.6503 INR · 1 INR = 0.03160 LTL · Get this rate via the API

1 LTL buys 31.6503 INR as of 2026-09-25, so 1 INR buys 0.03160 LTL. Over the year to date, LTL/INR traded between 30.4396 and 32.4909, averaged 31.5814 and rose 3.57%. The API holds daily LTL/INR rates from 2009-01-02 — 17 years of history — so any past day, or a whole series, is one request away.

LTL/INR over YTD

LTL/INR over YTD: show the values
PointLTL/INR
2025-12-3130.5598
2026-01-0730.4499
2026-01-1430.4396
2026-01-2131.1289
2026-01-2831.9342
2026-02-0430.9647
2026-02-1131.3817
2026-02-1831.1134
2026-02-2531.0458
2026-03-0430.9326
2026-03-1130.9870
2026-03-1831.0353
2026-03-2531.5793
2026-04-0131.2982
2026-04-0831.1715
2026-04-1531.6444
2026-04-2231.7686
2026-04-2932.1227
2026-05-0632.0432
2026-05-1432.4909
2026-05-2132.3782
2026-05-2932.0240
2026-06-0531.9403
2026-06-1431.9689
2026-06-2131.4342
2026-06-2831.2349
2026-07-0531.6299
2026-07-1231.6083
2026-07-1931.9674
2026-07-2631.8518
2026-08-0231.9313
2026-08-0931.9457
2026-08-1632.0448
2026-08-2432.3852
2026-08-3131.9491
2026-09-0731.7745
2026-09-1432.0133
2026-09-2131.8516

High

32.4909

Low

30.4396

Average

31.5814

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

LTL/INR API questions

How do I get the LTL/INR exchange rate from an API?

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

How far back does LTL/INR historical data go?

Daily LTL/INR rates are available from 2009-01-02. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free LTL/INR 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.