Skip to content

SZL to DZD exchange rate API

Lilangeni to Algerian Dinar · quoted 2026-09-26

8.2011

▲ +5.10% over YTD

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 year to date, SZL/DZD traded between 7.8032 and 8.3303, averaged 8.0842 and rose 5.10%. 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 YTD

SZL/DZD over YTD: show the values
PointSZL/DZD
2025-12-317.8032
2026-01-077.9412
2026-01-147.9557
2026-01-217.9131
2026-01-288.1328
2026-02-048.1432
2026-02-118.1431
2026-02-188.1018
2026-02-258.1539
2026-03-047.9203
2026-03-118.0785
2026-03-187.9203
2026-03-257.8242
2026-04-017.8951
2026-04-088.0319
2026-04-158.0713
2026-04-228.0643
2026-04-298.0067
2026-05-067.9314
2026-05-148.0665
2026-05-218.0411
2026-05-298.1869
2026-06-058.1675
2026-06-148.1790
2026-06-218.1237
2026-06-288.0940
2026-07-058.2028
2026-07-128.1568
2026-07-198.0722
2026-07-267.9258
2026-08-028.0449
2026-08-098.2356
2026-08-168.2112
2026-08-248.3058
2026-08-318.2425
2026-09-078.3303
2026-09-148.2265
2026-09-218.2391

High

8.3303

Low

7.8032

Average

8.0842

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&currencies=DZD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=SZL&currencies=DZD");
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=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&currencies=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.