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: show the values
| Point | TWD/SLL |
|---|---|
| 2025-09-25 | 759.9570 |
| 2025-10-02 | 762.5918 |
| 2025-10-09 | 758.6500 |
| 2025-10-16 | 743.5061 |
| 2025-10-23 | 736.1337 |
| 2025-10-30 | 738.5926 |
| 2025-11-06 | 734.2822 |
| 2025-11-13 | 729.2581 |
| 2025-11-20 | 732.6391 |
| 2025-11-27 | 731.3766 |
| 2025-12-04 | 728.5920 |
| 2025-12-12 | 737.7604 |
| 2025-12-19 | 728.2375 |
| 2025-12-26 | 729.1278 |
| 2026-01-02 | 726.5751 |
| 2026-01-09 | 722.8792 |
| 2026-01-16 | 723.3870 |
| 2026-01-23 | 726.6759 |
| 2026-01-30 | 727.6223 |
| 2026-02-06 | 725.5248 |
| 2026-02-13 | 727.3401 |
| 2026-02-20 | 727.7471 |
| 2026-02-27 | 730.9022 |
| 2026-03-06 | 722.6523 |
| 2026-03-13 | 716.3763 |
| 2026-03-20 | 713.9171 |
| 2026-03-27 | 715.3819 |
| 2026-04-03 | 716.5752 |
| 2026-04-14 | 663.2262 |
| 2026-04-21 | 666.8102 |
| 2026-04-28 | 664.5691 |
| 2026-05-05 | 663.3940 |
| 2026-05-12 | 726.3212 |
| 2026-05-20 | 722.9103 |
| 2026-05-28 | 726.4811 |
| 2026-06-04 | 724.8904 |
| 2026-06-13 | 721.8004 |
| 2026-06-20 | 720.9825 |
| 2026-06-27 | 716.2674 |
| 2026-07-04 | 715.0835 |
| 2026-07-11 | 713.5221 |
| 2026-07-18 | 705.9063 |
| 2026-07-25 | 731.4896 |
| 2026-08-01 | 708.9621 |
| 2026-08-08 | 716.2939 |
| 2026-08-15 | 715.7835 |
| 2026-08-23 | 768.9572 |
| 2026-08-30 | 724.6534 |
| 2026-09-06 | 724.0521 |
| 2026-09-13 | 724.8721 |
| 2026-09-20 | 720.6149 |
High
768.9572
Low
663.2262
Average
722.7610
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=SLL"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=SLL");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TWD¤cies=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¤cies=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.