LTL to INR exchange rate API
Lithuanian Litas to Indian Rupee · quoted 2026-09-25
31.6503
▲ +16.35% over 5Y
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 5 years, LTL/INR traded between 25.6385 and 32.2700, averaged 29.2712 and rose 16.35%. 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 5Y: show the values
| Point | LTL/INR |
|---|---|
| 2024-08-24 | 27.2019 |
| 2024-10-07 | 26.6996 |
| 2024-11-06 | 26.4563 |
| 2024-12-06 | 25.9245 |
| 2025-01-05 | 25.6385 |
| 2025-02-04 | 26.0095 |
| 2025-03-06 | 27.2737 |
| 2025-04-06 | 27.1134 |
| 2025-05-06 | 27.6005 |
| 2025-06-07 | 28.3168 |
| 2025-07-07 | 29.2999 |
| 2025-08-06 | 29.3914 |
| 2025-09-05 | 29.8127 |
| 2025-10-06 | 30.1433 |
| 2025-11-05 | 29.5051 |
| 2025-12-05 | 30.3557 |
| 2026-01-05 | 30.5808 |
| 2026-02-04 | 30.9647 |
| 2026-03-06 | 30.9061 |
| 2026-04-05 | 31.0761 |
| 2026-05-05 | 32.2700 |
| 2026-06-06 | 31.7139 |
| 2026-07-08 | 31.5961 |
| 2026-08-07 | 31.7758 |
| 2026-09-07 | 31.7745 |
High
32.2700
Low
25.6385
Average
29.2712
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.