Skip to content

LTL to INR exchange rate API

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

31.6503

▲ +4.94% over 1Y

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 year, LTL/INR traded between 29.5098 and 32.3176, averaged 31.1522 and rose 4.94%. 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 1Y

LTL/INR over 1Y: show the values
PointLTL/INR
2025-09-2530.1612
2025-10-0230.1599
2025-10-0929.9340
2025-10-1629.7279
2025-10-2329.5098
2025-10-3029.8426
2025-11-0629.5222
2025-11-1329.7681
2025-11-2029.6107
2025-11-2730.0650
2025-12-0430.3575
2025-12-1230.7611
2025-12-1930.4651
2025-12-2630.7778
2026-01-0230.7290
2026-01-0930.4387
2026-01-1630.5032
2026-01-2331.2535
2026-01-3031.7059
2026-02-0630.9585
2026-02-1331.1489
2026-02-2030.9653
2026-02-2731.1206
2026-03-0630.9061
2026-03-1330.8190
2026-03-2031.3591
2026-03-2731.6859
2026-04-0330.9731
2026-04-1031.4578
2026-04-1731.4360
2026-04-2431.9203
2026-05-0132.2412
2026-05-0832.0004
2026-05-1632.3176
2026-05-2432.2225
2026-05-3132.1103
2026-06-0931.8623
2026-06-1631.7156
2026-06-2331.3615
2026-06-3031.2513
2026-07-0731.4587
2026-07-1431.7412
2026-07-2131.8036
2026-07-2831.5896
2026-08-0431.7950
2026-08-1131.9135
2026-08-1832.0854
2026-08-2632.2507
2026-09-0231.8499
2026-09-0932.0390
2026-09-1632.0804
2026-09-2331.6834

High

32.3176

Low

29.5098

Average

31.1522

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.