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: show the values
| Point | LVL/JPY |
|---|---|
| 2025-12-31 | 261.7408 |
| 2026-01-07 | 260.6405 |
| 2026-01-14 | 262.7017 |
| 2026-01-21 | 263.3256 |
| 2026-01-28 | 260.4455 |
| 2026-02-04 | 263.5578 |
| 2026-02-11 | 259.8436 |
| 2026-02-18 | 258.9582 |
| 2026-02-25 | 262.8748 |
| 2026-03-04 | 259.2901 |
| 2026-03-11 | 262.1725 |
| 2026-03-18 | 261.8878 |
| 2026-03-25 | 262.5224 |
| 2026-04-01 | 260.5637 |
| 2026-04-08 | 262.6264 |
| 2026-04-15 | 263.0091 |
| 2026-04-22 | 263.2176 |
| 2026-04-29 | 264.1635 |
| 2026-05-06 | 258.2533 |
| 2026-05-14 | 263.2658 |
| 2026-05-21 | 263.1367 |
| 2026-05-29 | 263.7608 |
| 2026-06-05 | 264.1993 |
| 2026-06-14 | 263.4872 |
| 2026-06-21 | 263.4821 |
| 2026-06-28 | 262.1516 |
| 2026-07-05 | 262.7269 |
| 2026-07-12 | 262.9436 |
| 2026-07-19 | 264.3994 |
| 2026-07-26 | 264.9339 |
| 2026-08-02 | 258.4078 |
| 2026-08-09 | 259.5987 |
| 2026-08-16 | 262.2070 |
| 2026-08-24 | 264.3987 |
| 2026-08-31 | 263.4336 |
| 2026-09-07 | 255.6485 |
| 2026-09-14 | 254.3804 |
| 2026-09-21 | 256.8334 |
High
264.9339
Low
254.3804
Average
261.5419
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.