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: show the values
| Point | LVL/JPY |
|---|---|
| 2024-08-24 | 230.1239 |
| 2024-10-07 | 231.2590 |
| 2024-11-06 | 237.8863 |
| 2024-12-06 | 226.3387 |
| 2025-01-05 | 230.6693 |
| 2025-02-04 | 227.8796 |
| 2025-03-06 | 226.9713 |
| 2025-04-06 | 227.4444 |
| 2025-05-06 | 229.3699 |
| 2025-06-07 | 234.9824 |
| 2025-07-07 | 243.8402 |
| 2025-08-06 | 242.8814 |
| 2025-09-05 | 245.6090 |
| 2025-10-06 | 250.2811 |
| 2025-11-05 | 251.4006 |
| 2025-12-05 | 257.3941 |
| 2026-01-05 | 260.9635 |
| 2026-02-04 | 263.5578 |
| 2026-03-06 | 261.0915 |
| 2026-04-05 | 261.7488 |
| 2026-05-05 | 260.8952 |
| 2026-06-06 | 262.8398 |
| 2026-07-08 | 263.9462 |
| 2026-08-07 | 259.6099 |
| 2026-09-07 | 255.6485 |
High
263.9462
Low
226.3387
Average
246.1375
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LVL¤cies=JPY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LVL¤cies=JPY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LVL¤cies=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¤cies=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.