SZL to DZD exchange rate API
Lilangeni to Algerian Dinar · quoted 2026-09-26
8.2011
▼ +1.65% over 30D
1 SZL = 8.2011 DZD · 1 DZD = 0.12194 SZL · Get this rate via the API
1 SZL buys 8.2011 DZD as of 2026-09-26, so 1 DZD buys 0.12194 SZL. Over the last 30 days, SZL/DZD traded between 8.1376 and 8.3478, averaged 8.2589 and fell 1.65%. The API holds daily SZL/DZD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
SZL/DZD over 30D: show the values
| Point | SZL/DZD |
|---|---|
| 2026-08-27 | 8.3383 |
| 2026-08-28 | 8.3244 |
| 2026-08-29 | 8.2505 |
| 2026-08-30 | 8.2518 |
| 2026-08-31 | 8.2425 |
| 2026-09-01 | 8.2751 |
| 2026-09-02 | 8.2506 |
| 2026-09-03 | 8.3144 |
| 2026-09-04 | 8.3368 |
| 2026-09-05 | 8.3478 |
| 2026-09-06 | 8.3445 |
| 2026-09-07 | 8.3303 |
| 2026-09-08 | 8.3270 |
| 2026-09-09 | 8.3213 |
| 2026-09-10 | 8.3019 |
| 2026-09-11 | 8.2016 |
| 2026-09-12 | 8.2583 |
| 2026-09-13 | 8.2709 |
| 2026-09-14 | 8.2265 |
| 2026-09-15 | 8.2136 |
| 2026-09-16 | 8.2426 |
| 2026-09-17 | 8.1961 |
| 2026-09-18 | 8.2057 |
| 2026-09-19 | 8.2297 |
| 2026-09-20 | 8.2228 |
| 2026-09-21 | 8.2391 |
| 2026-09-22 | 8.2340 |
| 2026-09-23 | 8.2716 |
| 2026-09-24 | 8.1751 |
| 2026-09-25 | 8.1376 |
| 2026-09-26 | 8.2011 |
High
8.3478
Low
8.1376
Average
8.2589
Get this rate via the API
One GET request returns the SZL/DZD 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=DZD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=DZD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=DZD").json()Replace YOUR_API_KEY with the key from your dashboard.
SZL/DZD API questions
How do I get the SZL/DZD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL¤cies=DZD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest SZL/DZD rate in rates.DZD.
How far back does SZL/DZD historical data go?
Daily SZL/DZD 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/DZD 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.