Skip to content

LVL to JPY exchange rate API

Latvian Lats to Yen · quoted 2026-09-25

254.9436

▼ +2.60% over YTD

1 LVL = 254.9436 JPY · 1 JPY = 0.003922 LVL · Get this rate via the API

1 LVL buys 254.9436 JPY as of 2026-09-25, so 1 JPY buys 0.003922 LVL. Over the year to date, LVL/JPY traded between 254.3804 and 264.9339, averaged 261.5419 and fell 2.60%. The API holds daily LVL/JPY rates from 1999-01-04 — 27 years of history — so any past day, or a whole series, is one request away.

LVL/JPY over YTD

LVL/JPY over YTD: show the values
PointLVL/JPY
2025-12-31261.7408
2026-01-07260.6405
2026-01-14262.7017
2026-01-21263.3256
2026-01-28260.4455
2026-02-04263.5578
2026-02-11259.8436
2026-02-18258.9582
2026-02-25262.8748
2026-03-04259.2901
2026-03-11262.1725
2026-03-18261.8878
2026-03-25262.5224
2026-04-01260.5637
2026-04-08262.6264
2026-04-15263.0091
2026-04-22263.2176
2026-04-29264.1635
2026-05-06258.2533
2026-05-14263.2658
2026-05-21263.1367
2026-05-29263.7608
2026-06-05264.1993
2026-06-14263.4872
2026-06-21263.4821
2026-06-28262.1516
2026-07-05262.7269
2026-07-12262.9436
2026-07-19264.3994
2026-07-26264.9339
2026-08-02258.4078
2026-08-09259.5987
2026-08-16262.2070
2026-08-24264.3987
2026-08-31263.4336
2026-09-07255.6485
2026-09-14254.3804
2026-09-21256.8334

High

264.9339

Low

254.3804

Average

261.5419

For developers

Get this rate via the API

One GET request returns the LVL/JPY 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=JPY"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LVL&currencies=JPY");
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=JPY").json()

Replace YOUR_API_KEY with the key from your dashboard.

LVL/JPY API questions

How do I get the LVL/JPY exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LVL&currencies=JPY, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest LVL/JPY rate in rates.JPY.

How far back does LVL/JPY historical data go?

Daily LVL/JPY rates are available from 1999-01-04. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free LVL/JPY 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.