Skip to content

SZL to DZD exchange rate API

Lilangeni to Algerian Dinar · quoted 2026-09-26

8.2011

▲ +5.32% over 6M

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 6 months, SZL/DZD traded between 7.7870 and 8.3478, averaged 8.1124 and rose 5.32%. 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 6M

SZL/DZD over 6M: show the values
PointSZL/DZD
2026-03-307.7870
2026-04-067.8458
2026-04-138.0705
2026-04-208.0826
2026-04-277.9763
2026-05-047.9535
2026-05-118.0928
2026-05-197.9738
2026-05-278.1371
2026-06-038.1947
2026-06-128.1842
2026-06-198.0864
2026-06-268.0768
2026-07-038.2259
2026-07-108.1732
2026-07-178.0832
2026-07-247.9268
2026-07-318.0345
2026-08-078.1271
2026-08-148.2136
2026-08-228.3002
2026-08-298.2505
2026-09-058.3478
2026-09-128.2583
2026-09-198.2297
2026-09-268.2011

High

8.3478

Low

7.7870

Average

8.1124

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.