HKD to XAF exchange rate API
Hong Kong Dollar to CFA Franc BEAC · quoted 2026-09-24
73.1999
▼ +2.51% over 5Y
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 5 years, HKD/XAF traded between 70.9769 and 81.7874, averaged 74.3290 and fell 2.51%. 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 5Y: show the values
| Point | HKD/XAF |
|---|---|
| 2024-08-24 | 75.0845 |
| 2024-10-07 | 76.9560 |
| 2024-11-06 | 77.8643 |
| 2024-12-06 | 79.7794 |
| 2025-01-05 | 81.7874 |
| 2025-02-04 | 81.6828 |
| 2025-03-06 | 78.0277 |
| 2025-04-06 | 76.9874 |
| 2025-05-06 | 74.9402 |
| 2025-06-07 | 73.3372 |
| 2025-07-07 | 70.9769 |
| 2025-08-06 | 72.2326 |
| 2025-09-05 | 72.0737 |
| 2025-10-06 | 71.8877 |
| 2025-11-05 | 73.3993 |
| 2025-12-05 | 72.3053 |
| 2026-01-05 | 72.0374 |
| 2026-02-04 | 71.0117 |
| 2026-03-06 | 72.1958 |
| 2026-04-05 | 72.6578 |
| 2026-05-05 | 71.5363 |
| 2026-06-06 | 72.6704 |
| 2026-07-08 | 73.2977 |
| 2026-08-07 | 72.5626 |
| 2026-09-07 | 72.0613 |
High
81.7874
Low
70.9769
Average
74.3290
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.