HKD to XAF exchange rate API
Hong Kong Dollar to CFA Franc BEAC · quoted 2026-09-24
73.1999
▲ +1.99% over YTD
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 year to date, HKD/XAF traded between 70.1118 and 73.5455, averaged 72.0745 and rose 1.99%. 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 YTD: show the values
| Point | HKD/XAF |
|---|---|
| 2025-12-31 | 71.7715 |
| 2026-01-07 | 71.9967 |
| 2026-01-14 | 72.2849 |
| 2026-01-21 | 71.7280 |
| 2026-01-28 | 70.1118 |
| 2026-02-04 | 71.0117 |
| 2026-02-11 | 70.4613 |
| 2026-02-18 | 70.8622 |
| 2026-02-25 | 71.1596 |
| 2026-03-04 | 72.3452 |
| 2026-03-11 | 72.1225 |
| 2026-03-18 | 72.5516 |
| 2026-03-25 | 72.2814 |
| 2026-04-01 | 72.3574 |
| 2026-04-08 | 71.7602 |
| 2026-04-15 | 71.0116 |
| 2026-04-22 | 71.3047 |
| 2026-04-29 | 71.5669 |
| 2026-05-06 | 71.4649 |
| 2026-05-14 | 71.4879 |
| 2026-05-21 | 72.0502 |
| 2026-05-29 | 71.9258 |
| 2026-06-05 | 72.0922 |
| 2026-06-14 | 72.3268 |
| 2026-06-21 | 72.9353 |
| 2026-06-28 | 73.4453 |
| 2026-07-05 | 73.0977 |
| 2026-07-12 | 73.2901 |
| 2026-07-19 | 73.1465 |
| 2026-07-26 | 73.5455 |
| 2026-08-02 | 72.5243 |
| 2026-08-09 | 72.3344 |
| 2026-08-16 | 72.2639 |
| 2026-08-24 | 71.6767 |
| 2026-08-31 | 72.2028 |
| 2026-09-07 | 72.0613 |
| 2026-09-14 | 72.2975 |
| 2026-09-21 | 72.8473 |
High
73.5455
Low
70.1118
Average
72.0745
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.