SZL to DZD exchange rate API
Lilangeni to Algerian Dinar · quoted 2026-09-26
8.2011
▲ +10.40% over 1Y
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 year, SZL/DZD traded between 7.4284 and 8.3383, averaged 7.9421 and rose 10.40%. 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 1Y: show the values
| Point | SZL/DZD |
|---|---|
| 2025-09-26 | 7.4284 |
| 2025-10-03 | 7.4878 |
| 2025-10-10 | 7.5738 |
| 2025-10-17 | 7.4885 |
| 2025-10-24 | 7.5253 |
| 2025-10-31 | 7.5382 |
| 2025-11-07 | 7.5134 |
| 2025-11-14 | 7.6449 |
| 2025-11-21 | 7.5807 |
| 2025-11-28 | 7.6045 |
| 2025-12-05 | 7.6624 |
| 2025-12-13 | 7.6862 |
| 2025-12-20 | 7.7379 |
| 2025-12-27 | 7.7703 |
| 2026-01-03 | 7.8669 |
| 2026-01-10 | 7.8913 |
| 2026-01-17 | 7.9392 |
| 2026-01-24 | 8.0134 |
| 2026-01-31 | 8.0311 |
| 2026-02-07 | 8.1034 |
| 2026-02-14 | 8.1236 |
| 2026-02-21 | 8.1094 |
| 2026-02-28 | 8.1568 |
| 2026-03-07 | 7.9342 |
| 2026-03-14 | 7.8335 |
| 2026-03-21 | 7.7161 |
| 2026-03-28 | 7.7665 |
| 2026-04-04 | 7.8415 |
| 2026-04-11 | 8.0437 |
| 2026-04-18 | 8.0968 |
| 2026-04-25 | 7.9763 |
| 2026-05-02 | 7.9554 |
| 2026-05-09 | 8.0793 |
| 2026-05-17 | 7.9491 |
| 2026-05-25 | 8.1168 |
| 2026-06-01 | 8.1772 |
| 2026-06-10 | 8.0805 |
| 2026-06-17 | 8.2135 |
| 2026-06-24 | 8.0535 |
| 2026-07-01 | 8.1109 |
| 2026-07-08 | 8.1882 |
| 2026-07-15 | 8.1447 |
| 2026-07-22 | 8.0973 |
| 2026-07-29 | 7.9686 |
| 2026-08-05 | 8.1291 |
| 2026-08-12 | 8.2106 |
| 2026-08-20 | 8.2427 |
| 2026-08-27 | 8.3383 |
| 2026-09-03 | 8.3144 |
| 2026-09-10 | 8.3019 |
| 2026-09-17 | 8.1961 |
| 2026-09-24 | 8.1751 |
High
8.3383
Low
7.4284
Average
7.9421
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.