LTL to INR exchange rate API
Lithuanian Litas to Indian Rupee · quoted 2026-09-25
31.6503
▼ +1.86% over 30D
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 30 days, LTL/INR traded between 31.5515 and 32.4707, averaged 31.9503 and fell 1.86%. 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 30D: show the values
| Point | LTL/INR |
|---|---|
| 2026-08-26 | 32.2507 |
| 2026-08-27 | 32.2344 |
| 2026-08-28 | 32.1730 |
| 2026-08-29 | 32.0353 |
| 2026-08-30 | 32.0736 |
| 2026-08-31 | 31.9491 |
| 2026-09-01 | 31.9090 |
| 2026-09-02 | 31.8499 |
| 2026-09-03 | 31.7382 |
| 2026-09-04 | 31.8092 |
| 2026-09-05 | 31.7632 |
| 2026-09-06 | 31.8339 |
| 2026-09-07 | 31.7745 |
| 2026-09-08 | 31.9259 |
| 2026-09-09 | 32.0390 |
| 2026-09-10 | 32.1695 |
| 2026-09-11 | 32.1066 |
| 2026-09-12 | 32.1137 |
| 2026-09-13 | 32.1671 |
| 2026-09-14 | 32.0133 |
| 2026-09-15 | 32.0600 |
| 2026-09-16 | 32.0804 |
| 2026-09-17 | 31.8513 |
| 2026-09-18 | 32.4707 |
| 2026-09-19 | 31.9343 |
| 2026-09-20 | 31.9602 |
| 2026-09-21 | 31.8516 |
| 2026-09-22 | 31.7689 |
| 2026-09-23 | 31.6834 |
| 2026-09-24 | 31.6182 |
| 2026-09-25 | 31.5515 |
High
32.4707
Low
31.5515
Average
31.9503
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.