Skip to content

HKD to ANG exchange rate API

Hong Kong Dollar to Netherlands Antillean Guilder · quoted 2026-09-26

0.22934

▼ +1.00% over 1Y

1 HKD = 0.22934 ANG · 1 ANG = 4.3604 HKD · Get this rate via the API

1 HKD buys 0.22934 ANG as of 2026-09-26, so 1 ANG buys 4.3604 HKD. Over the last year, HKD/ANG traded between 0.22840 and 0.23211, averaged 0.23011 and fell 1.00%. The API holds daily HKD/ANG rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

HKD/ANG over 1Y

HKD/ANG over 1Y: show the values
PointHKD/ANG
2025-09-260.23165
2025-10-030.23141
2025-10-100.23211
2025-10-170.23142
2025-10-240.23148
2025-10-310.23170
2025-11-070.23165
2025-11-140.23181
2025-11-210.23161
2025-11-280.23144
2025-12-050.23132
2025-12-130.23106
2025-12-200.23131
2025-12-270.23165
2026-01-030.23091
2026-01-100.23094
2026-01-170.23058
2026-01-240.23060
2026-01-310.23000
2026-02-070.22991
2026-02-140.23053
2026-02-210.23034
2026-02-280.22972
2026-03-070.23000
2026-03-140.22957
2026-03-210.22973
2026-03-280.22873
2026-04-040.22931
2026-04-150.22847
2026-04-220.22854
2026-04-290.22840
2026-05-060.22843
2026-05-140.23003
2026-05-210.23007
2026-05-290.22940
2026-06-050.23024
2026-06-140.22902
2026-06-210.22887
2026-06-280.22852
2026-07-050.22914
2026-07-120.22923
2026-07-190.22918
2026-07-260.22870
2026-08-020.22915
2026-08-090.22894
2026-08-160.22903
2026-08-240.23025
2026-08-310.23099
2026-09-070.22990
2026-09-140.22982
2026-09-210.22947

High

0.23211

Low

0.22840

Average

0.23011

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

HKD/ANG API questions

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

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

How far back does HKD/ANG historical data go?

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