Skip to content

SZL to ALL exchange rate API

Lilangeni to Lek · quoted 2026-09-26

4.9480

▲ +4.15% over 1Y

1 SZL = 4.9480 ALL · 1 ALL = 0.20210 SZL · Get this rate via the API

1 SZL buys 4.9480 ALL as of 2026-09-26, so 1 ALL buys 0.20210 SZL. Over the last year, SZL/ALL traded between 4.7507 and 5.1152, averaged 4.9444 and rose 4.15%. The API holds daily SZL/ALL rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SZL/ALL over 1Y

SZL/ALL over 1Y: show the values
PointSZL/ALL
2025-09-264.7507
2025-10-034.7671
2025-10-104.8588
2025-10-174.7624
2025-10-244.8001
2025-10-314.8479
2025-11-074.8204
2025-11-144.8810
2025-11-214.8598
2025-11-284.8626
2025-12-054.8747
2025-12-134.8768
2025-12-204.9164
2025-12-274.9050
2026-01-034.9982
2026-01-105.0322
2026-01-175.0673
2026-01-245.0658
2026-01-315.0465
2026-02-075.0907
2026-02-145.0937
2026-02-215.0970
2026-02-285.1152
2026-03-074.9984
2026-03-144.9555
2026-03-214.8559
2026-03-284.8586
2026-04-044.8995
2026-04-114.9787
2026-04-184.9467
2026-04-254.9052
2026-05-024.8889
2026-05-094.9449
2026-05-174.9174
2026-05-255.0319
2026-06-015.0428
2026-06-104.9810
2026-06-175.0497
2026-06-244.9955
2026-07-015.0143
2026-07-085.0590
2026-07-155.0149
2026-07-224.9934
2026-07-294.9152
2026-08-054.9484
2026-08-124.9783
2026-08-204.9280
2026-08-274.9557
2026-09-034.9543
2026-09-104.9318
2026-09-174.8645
2026-09-244.9087

High

5.1152

Low

4.7507

Average

4.9444

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SZL/ALL API questions

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

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

How far back does SZL/ALL historical data go?

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