Skip to content

DZD to HKD exchange rate API

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

0.05868

▼ +2.26% over 1Y

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

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

DZD/HKD over 1Y

DZD/HKD over 1Y: show the values
PointDZD/HKD
2025-09-250.06004
2025-10-020.06005
2025-10-090.05975
2025-10-160.05970
2025-10-230.05955
2025-10-300.05977
2025-11-060.05944
2025-11-130.05958
2025-11-200.05955
2025-11-270.05962
2025-12-040.05989
2025-12-120.06000
2025-12-190.05999
2025-12-260.05998
2026-01-020.06016
2026-01-090.05996
2026-01-160.05978
2026-01-230.06009
2026-01-300.06030
2026-02-060.06014
2026-02-130.06030
2026-02-200.06004
2026-02-270.06020
2026-03-060.05978
2026-03-130.05924
2026-03-200.05923
2026-03-270.05887
2026-04-030.05889
2026-04-100.05919
2026-04-170.05927
2026-04-240.05909
2026-05-010.05916
2026-05-080.05919
2026-05-160.05903
2026-05-240.05888
2026-05-310.05914
2026-06-090.05861
2026-06-160.05885
2026-06-230.05868
2026-06-300.05887
2026-07-070.05888
2026-07-140.05877
2026-07-210.05887
2026-07-280.05877
2026-08-040.05897
2026-08-110.05905
2026-08-180.05897
2026-08-260.05893
2026-09-020.05876
2026-09-090.05890
2026-09-160.05865
2026-09-230.05855

High

0.06030

Low

0.05855

Average

0.05937

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=DZD&currencies=HKD").json()

Replace YOUR_API_KEY with the key from your dashboard.

DZD/HKD API questions

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

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

How far back does DZD/HKD historical data go?

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