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: show the values
| Point | SZL/ARS |
|---|---|
| 2025-09-27 | 76.6728 |
| 2025-10-04 | 82.6662 |
| 2025-10-11 | 80.9136 |
| 2025-10-18 | 83.7361 |
| 2025-10-25 | 85.9181 |
| 2025-11-01 | 83.1026 |
| 2025-11-08 | 81.8900 |
| 2025-11-15 | 81.7645 |
| 2025-11-22 | 81.9536 |
| 2025-11-29 | 84.4303 |
| 2025-12-06 | 84.6013 |
| 2025-12-14 | 85.4333 |
| 2025-12-21 | 86.3753 |
| 2025-12-28 | 87.0855 |
| 2026-01-04 | 89.5025 |
| 2026-01-11 | 88.7675 |
| 2026-01-18 | 87.0467 |
| 2026-01-25 | 89.0654 |
| 2026-02-01 | 89.6205 |
| 2026-02-08 | 89.3287 |
| 2026-02-15 | 87.5412 |
| 2026-02-22 | 86.0885 |
| 2026-03-01 | 87.8831 |
| 2026-03-08 | 85.6033 |
| 2026-03-15 | 82.6948 |
| 2026-03-22 | 81.8651 |
| 2026-03-29 | 81.0002 |
| 2026-04-05 | 81.7139 |
| 2026-04-12 | 83.6807 |
| 2026-04-19 | 83.3959 |
| 2026-04-26 | 83.7902 |
| 2026-05-03 | 83.6066 |
| 2026-05-10 | 85.5387 |
| 2026-05-18 | 83.9886 |
| 2026-05-26 | 85.7729 |
| 2026-06-02 | 87.6393 |
| 2026-06-11 | 86.6826 |
| 2026-06-18 | 88.3330 |
| 2026-06-25 | 89.3768 |
| 2026-07-02 | 90.8160 |
| 2026-07-09 | 90.7803 |
| 2026-07-16 | 90.2652 |
| 2026-07-23 | 90.6045 |
| 2026-07-30 | 89.8369 |
| 2026-08-06 | 91.6448 |
| 2026-08-13 | 92.4460 |
| 2026-08-21 | 92.9773 |
| 2026-08-28 | 94.5519 |
| 2026-09-04 | 94.3601 |
| 2026-09-11 | 93.2665 |
| 2026-09-18 | 92.5529 |
| 2026-09-25 | 92.5197 |
High
94.5519
Low
76.6728
Average
86.9099
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=ARS"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=ARS");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=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¤cies=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.