Skip to content

LTL to INR exchange rate API

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

31.6503

▼ +0.29% over 6M

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 last 6 months, LTL/INR traded between 31.0761 and 32.6307, averaged 31.8903 and fell 0.29%. 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 6M

LTL/INR over 6M: show the values
PointLTL/INR
2026-03-2931.7438
2026-04-0531.0761
2026-04-1231.5355
2026-04-1931.4578
2026-04-2631.9546
2026-05-0332.1838
2026-05-1032.0455
2026-05-1832.6307
2026-05-2632.2415
2026-06-0232.1104
2026-06-1132.0274
2026-06-1831.4846
2026-06-2531.0840
2026-07-0232.3081
2026-07-0931.5684
2026-07-1631.9970
2026-07-2331.9661
2026-07-3031.7439
2026-08-0631.8616
2026-08-1331.8523
2026-08-2132.4025
2026-08-2832.1730
2026-09-0431.8092
2026-09-1132.1066
2026-09-1832.4707
2026-09-2531.5515

High

32.6307

Low

31.0761

Average

31.8903

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.