HKD to AOA exchange rate API
Hong Kong Dollar to Kwanza · quoted 2026-09-25
116.8596
▼ +1.45% over 1Y
1 HKD = 116.8596 AOA · 1 AOA = 0.008557 HKD · Get this rate via the API
1 HKD buys 116.8596 AOA as of 2026-09-25, so 1 AOA buys 0.008557 HKD. Over the last year, HKD/AOA traded between 116.7404 and 118.7612, averaged 117.4685 and fell 1.45%. The API holds daily HKD/AOA rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
HKD/AOA over 1Y: show the values
| Point | HKD/AOA |
|---|---|
| 2025-09-25 | 118.5839 |
| 2025-10-02 | 117.9446 |
| 2025-10-09 | 117.9568 |
| 2025-10-16 | 117.9754 |
| 2025-10-23 | 118.1077 |
| 2025-10-30 | 118.7612 |
| 2025-11-06 | 117.9373 |
| 2025-11-13 | 117.9055 |
| 2025-11-20 | 118.2445 |
| 2025-11-27 | 118.3815 |
| 2025-12-04 | 118.2360 |
| 2025-12-12 | 118.3041 |
| 2025-12-19 | 117.9941 |
| 2025-12-26 | 117.8109 |
| 2026-01-02 | 118.2224 |
| 2026-01-09 | 117.7431 |
| 2026-01-16 | 117.7076 |
| 2026-01-23 | 117.5901 |
| 2026-01-30 | 117.2441 |
| 2026-02-06 | 117.3119 |
| 2026-02-13 | 117.4380 |
| 2026-02-20 | 117.2843 |
| 2026-02-27 | 117.3144 |
| 2026-03-06 | 117.0733 |
| 2026-03-13 | 117.2506 |
| 2026-03-20 | 117.0827 |
| 2026-03-27 | 117.1633 |
| 2026-04-03 | 117.0841 |
| 2026-04-10 | 117.0730 |
| 2026-04-17 | 117.0991 |
| 2026-04-24 | 117.1672 |
| 2026-05-01 | 117.1771 |
| 2026-05-08 | 117.2690 |
| 2026-05-16 | 117.5561 |
| 2026-05-24 | 117.0258 |
| 2026-05-31 | 118.4863 |
| 2026-06-09 | 117.1573 |
| 2026-06-16 | 116.9374 |
| 2026-06-23 | 117.0466 |
| 2026-06-30 | 117.0539 |
| 2026-07-07 | 116.9925 |
| 2026-07-14 | 117.0934 |
| 2026-07-21 | 116.8958 |
| 2026-07-28 | 117.0776 |
| 2026-08-04 | 116.9353 |
| 2026-08-11 | 116.7404 |
| 2026-08-18 | 117.0831 |
| 2026-08-26 | 117.3983 |
| 2026-09-02 | 117.0069 |
| 2026-09-09 | 117.1074 |
| 2026-09-16 | 117.1354 |
| 2026-09-23 | 116.8017 |
High
118.7612
Low
116.7404
Average
117.4685
Get this rate via the API
One GET request returns the HKD/AOA 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=AOA"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=AOA");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=AOA").json()Replace YOUR_API_KEY with the key from your dashboard.
HKD/AOA API questions
How do I get the HKD/AOA exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=AOA, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HKD/AOA rate in rates.AOA.
How far back does HKD/AOA historical data go?
Daily HKD/AOA 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/AOA 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.