Skip to content

HKD to DZD exchange rate API

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

17.0417

▲ +0.42% over 30D

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 30 days, HKD/DZD traded between 16.9627 and 17.0791, averaged 17.0167 and rose 0.42%. 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 30D

HKD/DZD over 30D: show the values
PointHKD/DZD
2026-08-2616.9703
2026-08-2716.9883
2026-08-2816.9824
2026-08-2917.0073
2026-08-3017.0140
2026-08-3117.0075
2026-09-0117.0065
2026-09-0217.0170
2026-09-0317.0120
2026-09-0416.9985
2026-09-0516.9917
2026-09-0616.9922
2026-09-0716.9840
2026-09-0816.9836
2026-09-0916.9778
2026-09-1016.9831
2026-09-1116.9627
2026-09-1216.9919
2026-09-1317.0026
2026-09-1416.9849
2026-09-1517.0414
2026-09-1617.0498
2026-09-1717.0739
2026-09-1817.0653
2026-09-1917.0506
2026-09-2017.0592
2026-09-2117.0396
2026-09-2217.0599
2026-09-2317.0791
2026-09-2417.0746
2026-09-2517.0423

High

17.0791

Low

16.9627

Average

17.0167

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.