Skip to content

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

HKD/XAF over 5Y: show the values
PointHKD/XAF
2024-08-2475.0845
2024-10-0776.9560
2024-11-0677.8643
2024-12-0679.7794
2025-01-0581.7874
2025-02-0481.6828
2025-03-0678.0277
2025-04-0676.9874
2025-05-0674.9402
2025-06-0773.3372
2025-07-0770.9769
2025-08-0672.2326
2025-09-0572.0737
2025-10-0671.8877
2025-11-0573.3993
2025-12-0572.3053
2026-01-0572.0374
2026-02-0471.0117
2026-03-0672.1958
2026-04-0572.6578
2026-05-0571.5363
2026-06-0672.6704
2026-07-0873.2977
2026-08-0772.5626
2026-09-0772.0613

High

81.7874

Low

70.9769

Average

74.3290

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=XAF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=XAF");
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=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&currencies=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.