Skip to content

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

SZL/DZD over 1Y: show the values
PointSZL/DZD
2025-09-267.4284
2025-10-037.4878
2025-10-107.5738
2025-10-177.4885
2025-10-247.5253
2025-10-317.5382
2025-11-077.5134
2025-11-147.6449
2025-11-217.5807
2025-11-287.6045
2025-12-057.6624
2025-12-137.6862
2025-12-207.7379
2025-12-277.7703
2026-01-037.8669
2026-01-107.8913
2026-01-177.9392
2026-01-248.0134
2026-01-318.0311
2026-02-078.1034
2026-02-148.1236
2026-02-218.1094
2026-02-288.1568
2026-03-077.9342
2026-03-147.8335
2026-03-217.7161
2026-03-287.7665
2026-04-047.8415
2026-04-118.0437
2026-04-188.0968
2026-04-257.9763
2026-05-027.9554
2026-05-098.0793
2026-05-177.9491
2026-05-258.1168
2026-06-018.1772
2026-06-108.0805
2026-06-178.2135
2026-06-248.0535
2026-07-018.1109
2026-07-088.1882
2026-07-158.1447
2026-07-228.0973
2026-07-297.9686
2026-08-058.1291
2026-08-128.2106
2026-08-208.2427
2026-08-278.3383
2026-09-038.3144
2026-09-108.3019
2026-09-178.1961
2026-09-248.1751

High

8.3383

Low

7.4284

Average

7.9421

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.