HKD to AFN exchange rate API
Hong Kong Dollar to Afghani · quoted 2026-09-24
8.1584
▼ +7.98% over 1Y
1 HKD = 8.1584 AFN · 1 AFN = 0.12257 HKD · Get this rate via the API
1 HKD buys 8.1584 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: show the values
| Point | HKD/AFN |
|---|---|
| 2025-09-24 | 8.8660 |
| 2025-10-01 | 8.6706 |
| 2025-10-08 | 8.5814 |
| 2025-10-15 | 8.5284 |
| 2025-10-22 | 8.5447 |
| 2025-10-29 | 8.4518 |
| 2025-11-05 | 8.5484 |
| 2025-11-12 | 8.5458 |
| 2025-11-19 | 8.5227 |
| 2025-11-26 | 8.5035 |
| 2025-12-03 | 8.5304 |
| 2025-12-11 | 8.4776 |
| 2025-12-18 | 8.5091 |
| 2025-12-25 | 8.4084 |
| 2026-01-01 | 8.4168 |
| 2026-01-08 | 8.4674 |
| 2026-01-15 | 8.3845 |
| 2026-01-22 | 8.4032 |
| 2026-01-29 | 8.3354 |
| 2026-02-05 | 8.4381 |
| 2026-02-12 | 8.2520 |
| 2026-02-19 | 7.9726 |
| 2026-02-26 | 8.0493 |
| 2026-03-05 | 8.0483 |
| 2026-03-12 | 7.9822 |
| 2026-03-19 | 8.1691 |
| 2026-03-26 | 7.9894 |
| 2026-04-02 | 8.1094 |
| 2026-04-09 | 8.1686 |
| 2026-04-16 | 8.1789 |
| 2026-04-23 | 8.1066 |
| 2026-04-30 | 8.0429 |
| 2026-05-07 | 8.1718 |
| 2026-05-15 | 7.9800 |
| 2026-05-23 | 8.0120 |
| 2026-05-30 | 7.9122 |
| 2026-06-06 | 8.1525 |
| 2026-06-15 | 7.9935 |
| 2026-06-22 | 8.1058 |
| 2026-06-29 | 8.1339 |
| 2026-07-06 | 8.1064 |
| 2026-07-13 | 8.2501 |
| 2026-07-20 | 8.4095 |
| 2026-07-27 | 8.4769 |
| 2026-08-03 | 8.3522 |
| 2026-08-10 | 8.3509 |
| 2026-08-17 | 8.3449 |
| 2026-08-25 | 8.3456 |
| 2026-09-01 | 8.4166 |
| 2026-09-08 | 8.3471 |
| 2026-09-15 | 8.2730 |
| 2026-09-22 | 8.2627 |
High
8.8660
Low
7.9122
Average
8.2973
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=AFN"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=AFN");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=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¤cies=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.