Skip to content

TWD to SLL exchange rate API

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

721.4695

▲ +1.96% over 5Y

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 5 years, TWD/SLL traded between 669.6089 and 796.7421, averaged 726.2838 and rose 1.96%. 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 5Y

TWD/SLL over 5Y: show the values
PointTWD/SLL
2024-08-24707.6258
2024-10-07714.6268
2024-11-06717.9372
2024-12-06714.0111
2025-01-05699.6112
2025-02-04706.7151
2025-03-06706.8196
2025-04-06694.8873
2025-05-06773.6912
2025-06-07731.9606
2025-07-07796.7421
2025-08-06785.5313
2025-09-05757.1171
2025-10-06758.4840
2025-11-05732.5383
2025-12-05733.6914
2026-01-05726.0451
2026-02-04725.2911
2026-03-06722.6523
2026-04-05715.9230
2026-05-09669.6089
2026-06-12722.5601
2026-07-12713.4049
2026-08-11709.5606
2026-09-11724.8734

High

796.7421

Low

669.6089

Average

726.2838

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.