Skip to content

LSL to TWD exchange rate API

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

1.9429

▲ +4.05% over 6M

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 6 months, LSL/TWD traded between 1.8673 and 1.9886, averaged 1.9389 and rose 4.05%. 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 6M

LSL/TWD over 6M: show the values
PointLSL/TWD
2026-03-281.8673
2026-04-041.8851
2026-04-111.9307
2026-04-181.9372
2026-04-251.8964
2026-05-021.8985
2026-05-091.9106
2026-05-171.8931
2026-05-251.9211
2026-06-011.9304
2026-06-101.9123
2026-06-171.9516
2026-06-241.9142
2026-07-011.9402
2026-07-081.9702
2026-07-151.9702
2026-07-221.9699
2026-07-291.9400
2026-08-051.9751
2026-08-121.9886
2026-08-201.9798
2026-08-271.9862
2026-09-031.9761
2026-09-101.9685
2026-09-171.9508
2026-09-241.9422

High

1.9886

Low

1.8673

Average

1.9389

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.