LVL to INR exchange rate API
Latvian Lats to Indian Rupee · quoted 2026-09-25
155.4955
▼ +0.29% over 6M
1 LVL = 155.4955 INR · 1 INR = 0.006431 LVL · Get this rate via the API
1 LVL buys 155.4955 INR as of 2026-09-25, so 1 INR buys 0.006431 LVL. Over the last 6 months, LVL/INR traded between 152.6746 and 159.2851, averaged 156.3752 and fell 0.29%. The API holds daily LVL/INR rates from 2009-01-02 — 17 years of history — so any past day, or a whole series, is one request away.
LVL/INR over 6M: show the values
| Point | LVL/INR |
|---|---|
| 2026-03-29 | 155.9547 |
| 2026-04-05 | 152.6746 |
| 2026-04-12 | 153.9391 |
| 2026-04-19 | 153.5598 |
| 2026-04-26 | 155.9844 |
| 2026-05-03 | 157.1034 |
| 2026-05-10 | 156.4286 |
| 2026-05-18 | 159.2851 |
| 2026-05-26 | 158.3998 |
| 2026-06-02 | 157.7560 |
| 2026-06-11 | 157.3479 |
| 2026-06-18 | 154.6814 |
| 2026-06-25 | 152.7133 |
| 2026-07-02 | 157.7102 |
| 2026-07-09 | 155.0928 |
| 2026-07-16 | 157.1989 |
| 2026-07-23 | 157.0468 |
| 2026-07-30 | 155.9550 |
| 2026-08-06 | 156.5336 |
| 2026-08-13 | 156.4879 |
| 2026-08-21 | 159.1909 |
| 2026-08-28 | 158.0632 |
| 2026-09-04 | 156.2762 |
| 2026-09-11 | 157.7373 |
| 2026-09-18 | 158.5038 |
| 2026-09-25 | 155.0099 |
High
159.2851
Low
152.6746
Average
156.3752
Get this rate via the API
One GET request returns the LVL/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=LVL¤cies=INR"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LVL¤cies=INR");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LVL¤cies=INR").json()Replace YOUR_API_KEY with the key from your dashboard.
LVL/INR API questions
How do I get the LVL/INR exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LVL¤cies=INR, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest LVL/INR rate in rates.INR.
How far back does LVL/INR historical data go?
Daily LVL/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 LVL/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.