Skip to content

SZL to TWD exchange rate API

Lilangeni to New Taiwan Dollar · quoted 2026-09-26

1.9451

▲ +13.11% over 1Y

1 SZL = 1.9451 TWD · 1 TWD = 0.51412 SZL · Get this rate via the API

1 SZL buys 1.9451 TWD as of 2026-09-26, so 1 TWD buys 0.51412 SZL. Over the last year, SZL/TWD traded between 1.7197 and 1.9886, averaged 1.9018 and rose 13.11%. The API holds daily SZL/TWD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SZL/TWD over 1Y

SZL/TWD over 1Y: show the values
PointSZL/TWD
2025-09-261.7197
2025-10-031.7270
2025-10-101.7472
2025-10-171.7670
2025-10-241.7780
2025-10-311.7798
2025-11-071.7833
2025-11-141.8170
2025-11-211.8210
2025-11-281.8287
2025-12-051.8441
2025-12-131.8573
2025-12-201.8798
2025-12-271.8840
2026-01-031.9027
2026-01-101.9172
2026-01-171.9271
2026-01-241.9453
2026-01-311.9580
2026-02-071.9706
2026-02-141.9668
2026-02-211.9664
2026-02-281.9707
2026-03-071.9226
2026-03-141.8976
2026-03-211.8715
2026-03-281.8673
2026-04-041.8851
2026-04-111.9313
2026-04-181.9272
2026-04-251.8972
2026-05-021.8985
2026-05-091.9130
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.7197

Average

1.9018

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SZL/TWD API questions

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

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

How far back does SZL/TWD historical data go?

Daily SZL/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 SZL/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.