Skip to content

LVL to JPY exchange rate API

Latvian Lats to Yen · quoted 2026-09-25

254.9436

▲ +10.79% over 5Y

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 last 5 years, LVL/JPY traded between 226.3387 and 263.9462, averaged 246.1375 and rose 10.79%. 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 5Y

LVL/JPY over 5Y: show the values
PointLVL/JPY
2024-08-24230.1239
2024-10-07231.2590
2024-11-06237.8863
2024-12-06226.3387
2025-01-05230.6693
2025-02-04227.8796
2025-03-06226.9713
2025-04-06227.4444
2025-05-06229.3699
2025-06-07234.9824
2025-07-07243.8402
2025-08-06242.8814
2025-09-05245.6090
2025-10-06250.2811
2025-11-05251.4006
2025-12-05257.3941
2026-01-05260.9635
2026-02-04263.5578
2026-03-06261.0915
2026-04-05261.7488
2026-05-05260.8952
2026-06-06262.8398
2026-07-08263.9462
2026-08-07259.6099
2026-09-07255.6485

High

263.9462

Low

226.3387

Average

246.1375

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.