Skip to content

TWD to LSL exchange rate API

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

0.51469

▼ +10.95% over 1Y

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

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

TWD/LSL over 1Y

TWD/LSL over 1Y: show the values
PointTWD/LSL
2025-09-240.57796
2025-10-010.57734
2025-10-080.57383
2025-10-150.56607
2025-10-220.56648
2025-10-290.56091
2025-11-050.56696
2025-11-120.55276
2025-11-190.55161
2025-11-260.54809
2025-12-030.54621
2025-12-110.54270
2025-12-180.53173
2025-12-250.52996
2026-01-010.52752
2026-01-080.52135
2026-01-150.51966
2026-01-220.51402
2026-01-290.50203
2026-02-050.50836
2026-02-120.50711
2026-02-190.50778
2026-02-260.50760
2026-03-050.51567
2026-03-120.52186
2026-03-190.52984
2026-03-260.53225
2026-04-020.53050
2026-04-090.52242
2026-04-160.51868
2026-04-230.52298
2026-04-300.53327
2026-05-070.52714
2026-05-150.52267
2026-05-230.52308
2026-05-300.51630
2026-06-060.52421
2026-06-150.51236
2026-06-220.51941
2026-06-290.51653
2026-07-060.50685
2026-07-130.51092
2026-07-200.51046
2026-07-270.51690
2026-08-030.50853
2026-08-100.50142
2026-08-170.50776
2026-08-250.50228
2026-09-010.50870
2026-09-080.50779
2026-09-150.51163
2026-09-220.51301

High

0.57796

Low

0.50142

Average

0.52676

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD&currencies=LSL").json()

Replace YOUR_API_KEY with the key from your dashboard.

TWD/LSL API questions

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

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

How far back does TWD/LSL historical data go?

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