Skip to content

SZL to DZD exchange rate API

Lilangeni to Algerian Dinar · quoted 2026-09-26

8.2011

▲ +8.25% over 5Y

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 5 years, SZL/DZD traded between 7.0054 and 8.3303, averaged 7.6433 and rose 8.25%. 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 5Y

SZL/DZD over 5Y: show the values
PointSZL/DZD
2024-08-247.5757
2024-10-077.6270
2024-11-067.5809
2024-12-067.3919
2025-01-057.2729
2025-02-047.2324
2025-03-067.3150
2025-04-067.0054
2025-05-067.2413
2025-06-077.3972
2025-07-077.3325
2025-08-067.2934
2025-09-057.3191
2025-10-067.5132
2025-11-057.4498
2025-12-057.6624
2026-01-057.8809
2026-02-048.1432
2026-03-067.8885
2026-04-057.8339
2026-05-057.8770
2026-06-068.0452
2026-07-088.1882
2026-08-078.1271
2026-09-078.3303

High

8.3303

Low

7.0054

Average

7.6433

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.