Skip to content

HKD to AZN exchange rate API

Hong Kong Dollar to Azerbaijanian Manat · quoted 2026-09-25

0.21674

▲ +1.34% over 1Y

1 HKD = 0.21674 AZN · 1 AZN = 4.6138 HKD · Get this rate via the API

1 HKD buys 0.21674 AZN as of 2026-09-25, so 1 AZN buys 4.6138 HKD. Over the last year, HKD/AZN traded between 0.21379 and 0.21899, averaged 0.21724 and rose 1.34%. The API holds daily HKD/AZN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

HKD/AZN over 1Y

HKD/AZN over 1Y: show the values
PointHKD/AZN
2025-09-250.21387
2025-10-020.21379
2025-10-090.21382
2025-10-160.21872
2025-10-230.21876
2025-10-300.21899
2025-11-060.21865
2025-11-130.21877
2025-11-200.21835
2025-11-270.21856
2025-12-040.21841
2025-12-120.21856
2025-12-190.21848
2025-12-260.21871
2026-01-020.21817
2026-01-090.21805
2026-01-160.21795
2026-01-230.21801
2026-01-300.21772
2026-02-060.21757
2026-02-130.21748
2026-02-200.21752
2026-02-270.21728
2026-03-060.21741
2026-03-130.21719
2026-03-200.21695
2026-03-270.21701
2026-04-030.21691
2026-04-100.21725
2026-04-170.21670
2026-04-240.21752
2026-05-010.21644
2026-05-080.21671
2026-05-160.21709
2026-05-240.21723
2026-05-310.21721
2026-06-090.21694
2026-06-160.21702
2026-06-230.21684
2026-06-300.21679
2026-07-070.21677
2026-07-140.21705
2026-07-210.21692
2026-07-280.21679
2026-08-040.21674
2026-08-110.21666
2026-08-180.21673
2026-08-260.21689
2026-09-020.21677
2026-09-090.21691
2026-09-160.21669
2026-09-230.21673

High

0.21899

Low

0.21379

Average

0.21724

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

HKD/AZN API questions

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

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

How far back does HKD/AZN historical data go?

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