Skip to content

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

LSL/JPY over 1Y: show the values
PointLSL/JPY
2025-09-258.5901
2025-10-028.5294
2025-10-098.9013
2025-10-168.7391
2025-10-238.7561
2025-10-308.9923
2025-11-068.8289
2025-11-139.0355
2025-11-209.1622
2025-11-279.1252
2025-12-049.0742
2025-12-129.2418
2025-12-199.3943
2025-12-269.3947
2026-01-029.4859
2026-01-099.5382
2026-01-169.6716
2026-01-239.8161
2026-01-309.7010
2026-02-069.6707
2026-02-139.6070
2026-02-209.5961
2026-02-279.7969
2026-03-069.5242
2026-03-139.5164
2026-03-209.4761
2026-03-279.3625
2026-04-039.4260
2026-04-109.7486
2026-04-179.6968
2026-04-249.5745
2026-05-019.4177
2026-05-089.5771
2026-05-169.5107
2026-05-249.6487
2026-05-319.8125
2026-06-099.7119
2026-06-169.8929
2026-06-239.8406
2026-06-309.8703
2026-07-079.9737
2026-07-149.8461
2026-07-219.8632
2026-07-289.7675
2026-08-049.5330
2026-08-119.8342
2026-08-189.8332
2026-08-269.9813
2026-09-029.8666
2026-09-099.5791
2026-09-169.5549
2026-09-239.7504

High

9.9813

Low

8.5294

Average

9.4945

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LSL&currencies=JPY"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LSL&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=LSL&currencies=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&currencies=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.