ANG to HKD exchange rate API
Netherlands Antillean Guilder to Hong Kong Dollar · quoted 2026-09-26
4.3603
▲ +1.01% over 1Y
1 ANG = 4.3603 HKD · 1 HKD = 0.22934 ANG · Get this rate via the API
1 ANG buys 4.3603 HKD as of 2026-09-26, so 1 HKD buys 0.22934 ANG. Over the last year, ANG/HKD traded between 4.3083 and 4.3783, averaged 4.3459 and rose 1.01%. The API holds daily ANG/HKD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
ANG/HKD over 1Y: show the values
| Point | ANG/HKD |
|---|---|
| 2025-09-26 | 4.3169 |
| 2025-10-03 | 4.3213 |
| 2025-10-10 | 4.3083 |
| 2025-10-17 | 4.3212 |
| 2025-10-24 | 4.3200 |
| 2025-10-31 | 4.3159 |
| 2025-11-07 | 4.3168 |
| 2025-11-14 | 4.3138 |
| 2025-11-21 | 4.3175 |
| 2025-11-28 | 4.3208 |
| 2025-12-05 | 4.3230 |
| 2025-12-13 | 4.3279 |
| 2025-12-20 | 4.3231 |
| 2025-12-27 | 4.3169 |
| 2026-01-03 | 4.3306 |
| 2026-01-10 | 4.3302 |
| 2026-01-17 | 4.3370 |
| 2026-01-24 | 4.3365 |
| 2026-01-31 | 4.3479 |
| 2026-02-07 | 4.3494 |
| 2026-02-14 | 4.3379 |
| 2026-02-21 | 4.3414 |
| 2026-02-28 | 4.3531 |
| 2026-03-07 | 4.3478 |
| 2026-03-14 | 4.3560 |
| 2026-03-21 | 4.3529 |
| 2026-03-28 | 4.3719 |
| 2026-04-04 | 4.3610 |
| 2026-04-15 | 4.3770 |
| 2026-04-22 | 4.3757 |
| 2026-04-29 | 4.3783 |
| 2026-05-06 | 4.3777 |
| 2026-05-14 | 4.3472 |
| 2026-05-21 | 4.3464 |
| 2026-05-29 | 4.3591 |
| 2026-06-05 | 4.3433 |
| 2026-06-14 | 4.3664 |
| 2026-06-21 | 4.3693 |
| 2026-06-28 | 4.3760 |
| 2026-07-05 | 4.3642 |
| 2026-07-12 | 4.3623 |
| 2026-07-19 | 4.3634 |
| 2026-07-26 | 4.3724 |
| 2026-08-02 | 4.3640 |
| 2026-08-09 | 4.3680 |
| 2026-08-16 | 4.3661 |
| 2026-08-24 | 4.3432 |
| 2026-08-31 | 4.3291 |
| 2026-09-07 | 4.3497 |
| 2026-09-14 | 4.3512 |
| 2026-09-21 | 4.3579 |
High
4.3783
Low
4.3083
Average
4.3459
Get this rate via the API
One GET request returns the ANG/HKD 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=ANG¤cies=HKD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ANG¤cies=HKD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ANG¤cies=HKD").json()Replace YOUR_API_KEY with the key from your dashboard.
ANG/HKD API questions
How do I get the ANG/HKD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ANG¤cies=HKD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest ANG/HKD rate in rates.HKD.
How far back does ANG/HKD historical data go?
Daily ANG/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 ANG/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.