Skip to content

WST to SZL exchange rate API

Tala to Lilangeni · quoted 2026-09-26

5.9403

▼ +5.74% over 1Y

1 WST = 5.9403 SZL · 1 SZL = 0.16834 WST · Get this rate via the API

1 WST buys 5.9403 SZL as of 2026-09-26, so 1 SZL buys 0.16834 WST. Over the last year, WST/SZL traded between 5.8551 and 6.3122, averaged 6.0508 and fell 5.74%. The API holds daily WST/SZL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

WST/SZL over 1Y

WST/SZL over 1Y: show the values
PointWST/SZL
2025-09-266.3023
2025-10-036.3122
2025-10-106.2570
2025-10-176.2616
2025-10-246.2698
2025-10-316.2144
2025-11-076.2529
2025-11-146.1082
2025-11-216.1609
2025-11-286.1281
2025-12-056.0914
2025-12-136.0796
2025-12-206.0143
2025-12-276.0150
2026-01-035.9578
2026-01-105.9220
2026-01-175.8811
2026-01-245.8551
2026-01-315.9553
2026-02-075.8708
2026-02-145.8834
2026-02-215.9087
2026-02-285.8650
2026-03-076.0388
2026-03-146.1930
2026-03-216.2752
2026-03-286.2292
2026-04-046.1357
2026-04-115.9874
2026-04-186.0129
2026-04-256.1183
2026-05-026.0893
2026-05-096.0539
2026-05-176.2231
2026-05-256.0421
2026-06-016.0198
2026-06-106.0797
2026-06-175.9799
2026-06-246.0461
2026-07-015.9665
2026-07-085.9607
2026-07-155.9857
2026-07-226.0298
2026-07-296.1256
2026-08-056.0080
2026-08-125.9542
2026-08-205.9436
2026-08-275.9172
2026-09-035.9122
2026-09-105.9121
2026-09-175.9815
2026-09-245.9647

High

6.3122

Low

5.8551

Average

6.0508

For developers

Get this rate via the API

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

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

Replace YOUR_API_KEY with the key from your dashboard.

WST/SZL API questions

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

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

How far back does WST/SZL historical data go?

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