HKD to XAF exchange rate API
Hong Kong Dollar to CFA Franc BEAC · quoted 2026-09-24
73.1999
▲ +2.41% over 1Y
1 HKD = 73.1999 XAF · 1 XAF = 0.01366 HKD · Get this rate via the API
1 HKD buys 73.1999 XAF as of 2026-09-24, so 1 XAF buys 0.01366 HKD. Over the last year, HKD/XAF traded between 70.2185 and 73.4691, averaged 72.2070 and rose 2.41%. The API holds daily HKD/XAF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
HKD/XAF over 1Y: show the values
| Point | HKD/XAF |
|---|---|
| 2025-09-24 | 71.4768 |
| 2025-10-01 | 71.8024 |
| 2025-10-08 | 72.4943 |
| 2025-10-15 | 72.6247 |
| 2025-10-22 | 72.7377 |
| 2025-10-29 | 72.4692 |
| 2025-11-05 | 73.3993 |
| 2025-11-12 | 72.9152 |
| 2025-11-19 | 72.7628 |
| 2025-11-26 | 72.8282 |
| 2025-12-03 | 72.4134 |
| 2025-12-11 | 72.1289 |
| 2025-12-18 | 71.8120 |
| 2025-12-25 | 71.6308 |
| 2026-01-01 | 71.7511 |
| 2026-01-08 | 72.1007 |
| 2026-01-15 | 72.2659 |
| 2026-01-22 | 71.9526 |
| 2026-01-29 | 70.2185 |
| 2026-02-05 | 71.1670 |
| 2026-02-12 | 70.6281 |
| 2026-02-19 | 71.1643 |
| 2026-02-26 | 70.9448 |
| 2026-03-05 | 72.1559 |
| 2026-03-12 | 72.6590 |
| 2026-03-19 | 72.9101 |
| 2026-03-26 | 72.5261 |
| 2026-04-02 | 72.4768 |
| 2026-04-09 | 71.5688 |
| 2026-04-16 | 71.0000 |
| 2026-04-23 | 71.5062 |
| 2026-04-30 | 71.5403 |
| 2026-05-07 | 71.2934 |
| 2026-05-15 | 71.8624 |
| 2026-05-23 | 72.1510 |
| 2026-05-30 | 71.7899 |
| 2026-06-06 | 72.6704 |
| 2026-06-15 | 72.0948 |
| 2026-06-22 | 73.0408 |
| 2026-06-29 | 73.4691 |
| 2026-07-06 | 73.1552 |
| 2026-07-13 | 73.4310 |
| 2026-07-20 | 73.1233 |
| 2026-07-27 | 73.3579 |
| 2026-08-03 | 72.5466 |
| 2026-08-10 | 72.3686 |
| 2026-08-17 | 72.2067 |
| 2026-08-25 | 71.7438 |
| 2026-09-01 | 72.0977 |
| 2026-09-08 | 71.9625 |
| 2026-09-15 | 72.4879 |
| 2026-09-22 | 72.8839 |
High
73.4691
Low
70.2185
Average
72.2070
Get this rate via the API
One GET request returns the HKD/XAF 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=XAF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=XAF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=XAF").json()Replace YOUR_API_KEY with the key from your dashboard.
HKD/XAF API questions
How do I get the HKD/XAF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=XAF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HKD/XAF rate in rates.XAF.
How far back does HKD/XAF historical data go?
Daily HKD/XAF 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/XAF 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.