Skip to content

HKD to DZD exchange rate API

Hong Kong Dollar to Algerian Dinar · quoted 2026-09-25

17.0417

▲ +2.31% over 1Y

1 HKD = 17.0417 DZD · 1 DZD = 0.05868 HKD · Get this rate via the API

1 HKD buys 17.0417 DZD as of 2026-09-25, so 1 DZD buys 0.05868 HKD. Over the last year, HKD/DZD traded between 16.5822 and 17.0791, averaged 16.8448 and rose 2.31%. The API holds daily HKD/DZD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

HKD/DZD over 1Y

HKD/DZD over 1Y: show the values
PointHKD/DZD
2025-09-2516.6565
2025-10-0216.6525
2025-10-0916.7371
2025-10-1616.7496
2025-10-2316.7925
2025-10-3016.7298
2025-11-0616.8240
2025-11-1316.7833
2025-11-2016.7928
2025-11-2716.7714
2025-12-0416.6986
2025-12-1216.6664
2025-12-1916.6702
2025-12-2616.6731
2026-01-0216.6217
2026-01-0916.6788
2026-01-1616.7287
2026-01-2316.6408
2026-01-3016.5831
2026-02-0616.6270
2026-02-1316.5822
2026-02-2016.6563
2026-02-2716.6109
2026-03-0616.7272
2026-03-1316.8807
2026-03-2016.8830
2026-03-2716.9877
2026-04-0316.9813
2026-04-1016.8949
2026-04-1716.8718
2026-04-2416.9223
2026-05-0116.9025
2026-05-0816.8955
2026-05-1616.9409
2026-05-2416.9837
2026-05-3116.9089
2026-06-0917.0625
2026-06-1616.9925
2026-06-2317.0411
2026-06-3016.9859
2026-07-0716.9836
2026-07-1417.0152
2026-07-2116.9863
2026-07-2817.0150
2026-08-0416.9580
2026-08-1116.9350
2026-08-1816.9571
2026-08-2616.9703
2026-09-0217.0170
2026-09-0916.9778
2026-09-1617.0498
2026-09-2317.0791

High

17.0791

Low

16.5822

Average

16.8448

For developers

Get this rate via the API

One GET request returns the HKD/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=HKD&currencies=DZD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&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=HKD&currencies=DZD").json()

Replace YOUR_API_KEY with the key from your dashboard.

HKD/DZD API questions

How do I get the HKD/DZD exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=DZD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HKD/DZD rate in rates.DZD.

How far back does HKD/DZD historical data go?

Daily HKD/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 HKD/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.