LSL to JPY exchange rate API
Loti to Yen · quoted 2026-09-25
9.5704
▲ +11.41% over 1Y
1 LSL = 9.5704 JPY · 1 JPY = 0.10449 LSL · Get this rate via the API
1 LSL buys 9.5704 JPY as of 2026-09-25, so 1 JPY buys 0.10449 LSL. Over the last year, LSL/JPY traded between 8.5294 and 9.9813, averaged 9.4945 and rose 11.41%. The API holds daily LSL/JPY rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
LSL/JPY over 1Y: show the values
| Point | LSL/JPY |
|---|---|
| 2025-09-25 | 8.5901 |
| 2025-10-02 | 8.5294 |
| 2025-10-09 | 8.9013 |
| 2025-10-16 | 8.7391 |
| 2025-10-23 | 8.7561 |
| 2025-10-30 | 8.9923 |
| 2025-11-06 | 8.8289 |
| 2025-11-13 | 9.0355 |
| 2025-11-20 | 9.1622 |
| 2025-11-27 | 9.1252 |
| 2025-12-04 | 9.0742 |
| 2025-12-12 | 9.2418 |
| 2025-12-19 | 9.3943 |
| 2025-12-26 | 9.3947 |
| 2026-01-02 | 9.4859 |
| 2026-01-09 | 9.5382 |
| 2026-01-16 | 9.6716 |
| 2026-01-23 | 9.8161 |
| 2026-01-30 | 9.7010 |
| 2026-02-06 | 9.6707 |
| 2026-02-13 | 9.6070 |
| 2026-02-20 | 9.5961 |
| 2026-02-27 | 9.7969 |
| 2026-03-06 | 9.5242 |
| 2026-03-13 | 9.5164 |
| 2026-03-20 | 9.4761 |
| 2026-03-27 | 9.3625 |
| 2026-04-03 | 9.4260 |
| 2026-04-10 | 9.7486 |
| 2026-04-17 | 9.6968 |
| 2026-04-24 | 9.5745 |
| 2026-05-01 | 9.4177 |
| 2026-05-08 | 9.5771 |
| 2026-05-16 | 9.5107 |
| 2026-05-24 | 9.6487 |
| 2026-05-31 | 9.8125 |
| 2026-06-09 | 9.7119 |
| 2026-06-16 | 9.8929 |
| 2026-06-23 | 9.8406 |
| 2026-06-30 | 9.8703 |
| 2026-07-07 | 9.9737 |
| 2026-07-14 | 9.8461 |
| 2026-07-21 | 9.8632 |
| 2026-07-28 | 9.7675 |
| 2026-08-04 | 9.5330 |
| 2026-08-11 | 9.8342 |
| 2026-08-18 | 9.8332 |
| 2026-08-26 | 9.9813 |
| 2026-09-02 | 9.8666 |
| 2026-09-09 | 9.5791 |
| 2026-09-16 | 9.5549 |
| 2026-09-23 | 9.7504 |
High
9.9813
Low
8.5294
Average
9.4945
Get this rate via the API
One GET request returns the LSL/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=LSL¤cies=JPY"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LSL¤cies=JPY");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LSL¤cies=JPY").json()Replace YOUR_API_KEY with the key from your dashboard.
LSL/JPY API questions
How do I get the LSL/JPY exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LSL¤cies=JPY, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest LSL/JPY rate in rates.JPY.
How far back does LSL/JPY historical data go?
Daily LSL/JPY rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.
Is there a free LSL/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.