SZL to ARS exchange rate API
Lilangeni to Argentine Peso · quoted 2026-09-27
93.5336
▲ +6.96% over YTD
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 year to date, SZL/ARS traded between 81.9117 and 94.4108, averaged 88.3198 and rose 6.96%. 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 YTD: show the values
| Point | SZL/ARS |
|---|---|
| 2025-12-31 | 87.4438 |
| 2026-01-07 | 89.7214 |
| 2026-01-14 | 89.0868 |
| 2026-01-21 | 87.4496 |
| 2026-01-28 | 90.6918 |
| 2026-02-04 | 90.6285 |
| 2026-02-11 | 88.2955 |
| 2026-02-18 | 87.0241 |
| 2026-02-25 | 86.5143 |
| 2026-03-04 | 85.6029 |
| 2026-03-11 | 86.0363 |
| 2026-03-18 | 83.7000 |
| 2026-03-25 | 82.5472 |
| 2026-04-01 | 81.9117 |
| 2026-04-08 | 84.4077 |
| 2026-04-15 | 83.4001 |
| 2026-04-22 | 83.8872 |
| 2026-04-29 | 84.8738 |
| 2026-05-06 | 83.4158 |
| 2026-05-14 | 84.7746 |
| 2026-05-21 | 84.6608 |
| 2026-05-29 | 86.7896 |
| 2026-06-05 | 87.9932 |
| 2026-06-14 | 87.7481 |
| 2026-06-21 | 88.9839 |
| 2026-06-28 | 89.6765 |
| 2026-07-05 | 91.7145 |
| 2026-07-12 | 91.0732 |
| 2026-07-19 | 89.5672 |
| 2026-07-26 | 88.8958 |
| 2026-08-02 | 89.8045 |
| 2026-08-09 | 92.8742 |
| 2026-08-16 | 91.9200 |
| 2026-08-24 | 93.7109 |
| 2026-08-31 | 93.2473 |
| 2026-09-07 | 94.4108 |
| 2026-09-14 | 93.4298 |
| 2026-09-21 | 93.0259 |
High
94.4108
Low
81.9117
Average
88.3198
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.