Skip to content

LSL to TWD exchange rate API

Loti to New Taiwan Dollar · quoted 2026-09-24

1.9429

▲ +12.29% over 1Y

1 LSL = 1.9429 TWD · 1 TWD = 0.51469 LSL · Get this rate via the API

1 LSL buys 1.9429 TWD as of 2026-09-24, so 1 TWD buys 0.51469 LSL. Over the last year, LSL/TWD traded between 1.7302 and 1.9943, averaged 1.9013 and rose 12.29%. The API holds daily LSL/TWD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

LSL/TWD over 1Y

LSL/TWD over 1Y: show the values
PointLSL/TWD
2025-09-241.7302
2025-10-011.7321
2025-10-081.7427
2025-10-151.7666
2025-10-221.7653
2025-10-291.7828
2025-11-051.7638
2025-11-121.8091
2025-11-191.8129
2025-11-261.8245
2025-12-031.8308
2025-12-111.8426
2025-12-181.8807
2025-12-251.8869
2026-01-011.8957
2026-01-081.9181
2026-01-151.9243
2026-01-221.9454
2026-01-291.9919
2026-02-051.9671
2026-02-121.9720
2026-02-191.9694
2026-02-261.9701
2026-03-051.9392
2026-03-121.9162
2026-03-191.8874
2026-03-261.8788
2026-04-021.8850
2026-04-091.9142
2026-04-161.9280
2026-04-231.9121
2026-04-301.8752
2026-05-071.8970
2026-05-151.9133
2026-05-231.9117
2026-05-301.9368
2026-06-061.9076
2026-06-151.9517
2026-06-221.9253
2026-06-291.9360
2026-07-061.9730
2026-07-131.9573
2026-07-201.9590
2026-07-271.9346
2026-08-031.9664
2026-08-101.9943
2026-08-171.9694
2026-08-251.9909
2026-09-011.9658
2026-09-081.9693
2026-09-151.9545
2026-09-221.9493

High

1.9943

Low

1.7302

Average

1.9013

For developers

Get this rate via the API

One GET request returns the LSL/TWD 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=TWD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LSL&currencies=TWD");
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=TWD").json()

Replace YOUR_API_KEY with the key from your dashboard.

LSL/TWD API questions

How do I get the LSL/TWD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=LSL&currencies=TWD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest LSL/TWD rate in rates.TWD.

How far back does LSL/TWD historical data go?

Daily LSL/TWD 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/TWD 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.