Skip to content

AZN to HKD exchange rate API

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

4.6136

▼ +1.33% over 1Y

1 AZN = 4.6136 HKD · 1 HKD = 0.21675 AZN · Get this rate via the API

1 AZN buys 4.6136 HKD as of 2026-09-25, so 1 HKD buys 0.21675 AZN. Over the last year, AZN/HKD traded between 4.5664 and 4.6775, averaged 4.6033 and fell 1.33%. The API holds daily AZN/HKD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

AZN/HKD over 1Y

AZN/HKD over 1Y: show the values
PointAZN/HKD
2025-09-254.6757
2025-10-024.6775
2025-10-094.6769
2025-10-164.5721
2025-10-234.5713
2025-10-304.5664
2025-11-064.5736
2025-11-134.5710
2025-11-204.5798
2025-11-274.5754
2025-12-044.5785
2025-12-124.5753
2025-12-194.5770
2025-12-264.5722
2026-01-024.5836
2026-01-094.5860
2026-01-164.5883
2026-01-234.5869
2026-01-304.5931
2026-02-064.5961
2026-02-134.5982
2026-02-204.5972
2026-02-274.6024
2026-03-064.5996
2026-03-134.6043
2026-03-204.6094
2026-03-274.6082
2026-04-034.6102
2026-04-104.6030
2026-04-174.6147
2026-04-244.5972
2026-05-014.6201
2026-05-084.6145
2026-05-164.6063
2026-05-244.6034
2026-05-314.6038
2026-06-094.6096
2026-06-164.6079
2026-06-234.6117
2026-06-304.6129
2026-07-074.6131
2026-07-144.6072
2026-07-214.6100
2026-07-284.6127
2026-08-044.6137
2026-08-114.6155
2026-08-184.6140
2026-08-264.6107
2026-09-024.6133
2026-09-094.6101
2026-09-164.6148
2026-09-234.6140

High

4.6775

Low

4.5664

Average

4.6033

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

AZN/HKD API questions

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

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

How far back does AZN/HKD historical data go?

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