Skip to content

TWD to SLL exchange rate API

New Taiwan Dollar to Leone · quoted 2026-09-25

721.4695

▼ +5.06% over 1Y

1 TWD = 721.4695 SLL · 1 SLL = 0.001386 TWD · Get this rate via the API

1 TWD buys 721.4695 SLL as of 2026-09-25, so 1 SLL buys 0.001386 TWD. Over the last year, TWD/SLL traded between 663.2262 and 768.9572, averaged 722.7610 and fell 5.06%. The API holds daily TWD/SLL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TWD/SLL over 1Y

TWD/SLL over 1Y: show the values
PointTWD/SLL
2025-09-25759.9570
2025-10-02762.5918
2025-10-09758.6500
2025-10-16743.5061
2025-10-23736.1337
2025-10-30738.5926
2025-11-06734.2822
2025-11-13729.2581
2025-11-20732.6391
2025-11-27731.3766
2025-12-04728.5920
2025-12-12737.7604
2025-12-19728.2375
2025-12-26729.1278
2026-01-02726.5751
2026-01-09722.8792
2026-01-16723.3870
2026-01-23726.6759
2026-01-30727.6223
2026-02-06725.5248
2026-02-13727.3401
2026-02-20727.7471
2026-02-27730.9022
2026-03-06722.6523
2026-03-13716.3763
2026-03-20713.9171
2026-03-27715.3819
2026-04-03716.5752
2026-04-14663.2262
2026-04-21666.8102
2026-04-28664.5691
2026-05-05663.3940
2026-05-12726.3212
2026-05-20722.9103
2026-05-28726.4811
2026-06-04724.8904
2026-06-13721.8004
2026-06-20720.9825
2026-06-27716.2674
2026-07-04715.0835
2026-07-11713.5221
2026-07-18705.9063
2026-07-25731.4896
2026-08-01708.9621
2026-08-08716.2939
2026-08-15715.7835
2026-08-23768.9572
2026-08-30724.6534
2026-09-06724.0521
2026-09-13724.8721
2026-09-20720.6149

High

768.9572

Low

663.2262

Average

722.7610

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

TWD/SLL API questions

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

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

How far back does TWD/SLL historical data go?

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