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: show the values
| Point | HKD/DZD |
|---|---|
| 2025-09-25 | 16.6565 |
| 2025-10-02 | 16.6525 |
| 2025-10-09 | 16.7371 |
| 2025-10-16 | 16.7496 |
| 2025-10-23 | 16.7925 |
| 2025-10-30 | 16.7298 |
| 2025-11-06 | 16.8240 |
| 2025-11-13 | 16.7833 |
| 2025-11-20 | 16.7928 |
| 2025-11-27 | 16.7714 |
| 2025-12-04 | 16.6986 |
| 2025-12-12 | 16.6664 |
| 2025-12-19 | 16.6702 |
| 2025-12-26 | 16.6731 |
| 2026-01-02 | 16.6217 |
| 2026-01-09 | 16.6788 |
| 2026-01-16 | 16.7287 |
| 2026-01-23 | 16.6408 |
| 2026-01-30 | 16.5831 |
| 2026-02-06 | 16.6270 |
| 2026-02-13 | 16.5822 |
| 2026-02-20 | 16.6563 |
| 2026-02-27 | 16.6109 |
| 2026-03-06 | 16.7272 |
| 2026-03-13 | 16.8807 |
| 2026-03-20 | 16.8830 |
| 2026-03-27 | 16.9877 |
| 2026-04-03 | 16.9813 |
| 2026-04-10 | 16.8949 |
| 2026-04-17 | 16.8718 |
| 2026-04-24 | 16.9223 |
| 2026-05-01 | 16.9025 |
| 2026-05-08 | 16.8955 |
| 2026-05-16 | 16.9409 |
| 2026-05-24 | 16.9837 |
| 2026-05-31 | 16.9089 |
| 2026-06-09 | 17.0625 |
| 2026-06-16 | 16.9925 |
| 2026-06-23 | 17.0411 |
| 2026-06-30 | 16.9859 |
| 2026-07-07 | 16.9836 |
| 2026-07-14 | 17.0152 |
| 2026-07-21 | 16.9863 |
| 2026-07-28 | 17.0150 |
| 2026-08-04 | 16.9580 |
| 2026-08-11 | 16.9350 |
| 2026-08-18 | 16.9571 |
| 2026-08-26 | 16.9703 |
| 2026-09-02 | 17.0170 |
| 2026-09-09 | 16.9778 |
| 2026-09-16 | 17.0498 |
| 2026-09-23 | 17.0791 |
High
17.0791
Low
16.5822
Average
16.8448
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=DZD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=DZD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=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¤cies=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.