Skip to content

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

ANG/HKD over 1Y: show the values
PointANG/HKD
2025-09-264.3169
2025-10-034.3213
2025-10-104.3083
2025-10-174.3212
2025-10-244.3200
2025-10-314.3159
2025-11-074.3168
2025-11-144.3138
2025-11-214.3175
2025-11-284.3208
2025-12-054.3230
2025-12-134.3279
2025-12-204.3231
2025-12-274.3169
2026-01-034.3306
2026-01-104.3302
2026-01-174.3370
2026-01-244.3365
2026-01-314.3479
2026-02-074.3494
2026-02-144.3379
2026-02-214.3414
2026-02-284.3531
2026-03-074.3478
2026-03-144.3560
2026-03-214.3529
2026-03-284.3719
2026-04-044.3610
2026-04-154.3770
2026-04-224.3757
2026-04-294.3783
2026-05-064.3777
2026-05-144.3472
2026-05-214.3464
2026-05-294.3591
2026-06-054.3433
2026-06-144.3664
2026-06-214.3693
2026-06-284.3760
2026-07-054.3642
2026-07-124.3623
2026-07-194.3634
2026-07-264.3724
2026-08-024.3640
2026-08-094.3680
2026-08-164.3661
2026-08-244.3432
2026-08-314.3291
2026-09-074.3497
2026-09-144.3512
2026-09-214.3579

High

4.3783

Low

4.3083

Average

4.3459

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ANG&currencies=HKD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=ANG&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=ANG&currencies=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&currencies=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.