Skip to content

LVL to INR exchange rate API

Latvian Lats to Indian Rupee · quoted 2026-09-25

155.4955

▲ +4.94% over 1Y

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 year, LVL/INR traded between 144.9794 and 158.7739, averaged 152.9539 and rose 4.94%. 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 1Y

LVL/INR over 1Y: show the values
PointLVL/INR
2025-09-25148.1795
2025-10-02148.1734
2025-10-09147.0633
2025-10-16146.0508
2025-10-23144.9794
2025-10-30146.6143
2025-11-06145.0402
2025-11-13146.2485
2025-11-20145.4749
2025-11-27147.7068
2025-12-04149.1442
2025-12-12151.1270
2025-12-19149.6725
2025-12-26151.2087
2026-01-02150.9692
2026-01-09149.5431
2026-01-16149.8599
2026-01-23153.5457
2026-01-30155.7688
2026-02-06152.0964
2026-02-13153.0321
2026-02-20152.1300
2026-02-27152.8930
2026-03-06151.8391
2026-03-13151.4114
2026-03-20154.0649
2026-03-27155.6704
2026-04-03152.1682
2026-04-10153.5595
2026-04-17153.4533
2026-04-24155.8176
2026-05-01157.3837
2026-05-08156.2085
2026-05-16158.7739
2026-05-24158.3066
2026-05-31157.7555
2026-06-09156.5369
2026-06-16155.8160
2026-06-23154.0763
2026-06-30153.5351
2026-07-07154.5542
2026-07-14155.9418
2026-07-21156.2485
2026-07-28155.1973
2026-08-04156.2060
2026-08-11156.7886
2026-08-18157.6331
2026-08-26158.4450
2026-09-02156.4760
2026-09-09157.4050
2026-09-16157.6084
2026-09-23155.6578

High

158.7739

Low

144.9794

Average

152.9539

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LVL&currencies=INR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LVL&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=LVL&currencies=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&currencies=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.