Skip to content

SZL to ARS exchange rate API

Lilangeni to Argentine Peso · quoted 2026-09-27

93.5336

▲ +21.99% over 1Y

1 SZL = 93.5336 ARS · 1 ARS = 0.01069 SZL · Get this rate via the API

1 SZL buys 93.5336 ARS as of 2026-09-27, so 1 ARS buys 0.01069 SZL. Over the last year, SZL/ARS traded between 76.6728 and 94.5519, averaged 86.9099 and rose 21.99%. The API holds daily SZL/ARS rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

SZL/ARS over 1Y

SZL/ARS over 1Y: show the values
PointSZL/ARS
2025-09-2776.6728
2025-10-0482.6662
2025-10-1180.9136
2025-10-1883.7361
2025-10-2585.9181
2025-11-0183.1026
2025-11-0881.8900
2025-11-1581.7645
2025-11-2281.9536
2025-11-2984.4303
2025-12-0684.6013
2025-12-1485.4333
2025-12-2186.3753
2025-12-2887.0855
2026-01-0489.5025
2026-01-1188.7675
2026-01-1887.0467
2026-01-2589.0654
2026-02-0189.6205
2026-02-0889.3287
2026-02-1587.5412
2026-02-2286.0885
2026-03-0187.8831
2026-03-0885.6033
2026-03-1582.6948
2026-03-2281.8651
2026-03-2981.0002
2026-04-0581.7139
2026-04-1283.6807
2026-04-1983.3959
2026-04-2683.7902
2026-05-0383.6066
2026-05-1085.5387
2026-05-1883.9886
2026-05-2685.7729
2026-06-0287.6393
2026-06-1186.6826
2026-06-1888.3330
2026-06-2589.3768
2026-07-0290.8160
2026-07-0990.7803
2026-07-1690.2652
2026-07-2390.6045
2026-07-3089.8369
2026-08-0691.6448
2026-08-1392.4460
2026-08-2192.9773
2026-08-2894.5519
2026-09-0494.3601
2026-09-1193.2665
2026-09-1892.5529
2026-09-2592.5197

High

94.5519

Low

76.6728

Average

86.9099

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

SZL/ARS API questions

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

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

How far back does SZL/ARS historical data go?

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