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: show the values
| Point | LTL/INR |
|---|---|
| 2025-12-31 | 30.5598 |
| 2026-01-07 | 30.4499 |
| 2026-01-14 | 30.4396 |
| 2026-01-21 | 31.1289 |
| 2026-01-28 | 31.9342 |
| 2026-02-04 | 30.9647 |
| 2026-02-11 | 31.3817 |
| 2026-02-18 | 31.1134 |
| 2026-02-25 | 31.0458 |
| 2026-03-04 | 30.9326 |
| 2026-03-11 | 30.9870 |
| 2026-03-18 | 31.0353 |
| 2026-03-25 | 31.5793 |
| 2026-04-01 | 31.2982 |
| 2026-04-08 | 31.1715 |
| 2026-04-15 | 31.6444 |
| 2026-04-22 | 31.7686 |
| 2026-04-29 | 32.1227 |
| 2026-05-06 | 32.0432 |
| 2026-05-14 | 32.4909 |
| 2026-05-21 | 32.3782 |
| 2026-05-29 | 32.0240 |
| 2026-06-05 | 31.9403 |
| 2026-06-14 | 31.9689 |
| 2026-06-21 | 31.4342 |
| 2026-06-28 | 31.2349 |
| 2026-07-05 | 31.6299 |
| 2026-07-12 | 31.6083 |
| 2026-07-19 | 31.9674 |
| 2026-07-26 | 31.8518 |
| 2026-08-02 | 31.9313 |
| 2026-08-09 | 31.9457 |
| 2026-08-16 | 32.0448 |
| 2026-08-24 | 32.3852 |
| 2026-08-31 | 31.9491 |
| 2026-09-07 | 31.7745 |
| 2026-09-14 | 32.0133 |
| 2026-09-21 | 31.8516 |
High
32.4909
Low
30.4396
Average
31.5814
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LTL¤cies=INR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LTL¤cies=INR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LTL¤cies=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¤cies=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.