Skip to content

HKD to AFN exchange rate API

Hong Kong Dollar to Afghani · quoted 2026-09-24

8.1586

▼ +7.98% over 1Y

1 HKD = 8.1586 AFN · 1 AFN = 0.12257 HKD · Get this rate via the API

1 HKD buys 8.1586 AFN as of 2026-09-24, so 1 AFN buys 0.12257 HKD. Over the last year, HKD/AFN traded between 7.9122 and 8.8660, averaged 8.2973 and fell 7.98%. The API holds daily HKD/AFN rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

HKD/AFN over 1Y

HKD/AFN over 1Y: show the values
PointHKD/AFN
2025-09-248.8660
2025-10-018.6706
2025-10-088.5814
2025-10-158.5284
2025-10-228.5447
2025-10-298.4518
2025-11-058.5484
2025-11-128.5458
2025-11-198.5227
2025-11-268.5035
2025-12-038.5304
2025-12-118.4776
2025-12-188.5091
2025-12-258.4084
2026-01-018.4168
2026-01-088.4674
2026-01-158.3845
2026-01-228.4032
2026-01-298.3354
2026-02-058.4381
2026-02-128.2520
2026-02-197.9726
2026-02-268.0493
2026-03-058.0483
2026-03-127.9822
2026-03-198.1691
2026-03-267.9894
2026-04-028.1094
2026-04-098.1686
2026-04-168.1789
2026-04-238.1066
2026-04-308.0429
2026-05-078.1718
2026-05-157.9800
2026-05-238.0120
2026-05-307.9122
2026-06-068.1525
2026-06-157.9935
2026-06-228.1058
2026-06-298.1339
2026-07-068.1064
2026-07-138.2501
2026-07-208.4095
2026-07-278.4769
2026-08-038.3522
2026-08-108.3509
2026-08-178.3449
2026-08-258.3456
2026-09-018.4166
2026-09-088.3471
2026-09-158.2730
2026-09-228.2627

High

8.8660

Low

7.9122

Average

8.2973

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

HKD/AFN API questions

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

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

How far back does HKD/AFN historical data go?

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