Skip to content

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

HKD/XAF over 1Y: show the values
PointHKD/XAF
2025-09-2471.4768
2025-10-0171.8024
2025-10-0872.4943
2025-10-1572.6247
2025-10-2272.7377
2025-10-2972.4692
2025-11-0573.3993
2025-11-1272.9152
2025-11-1972.7628
2025-11-2672.8282
2025-12-0372.4134
2025-12-1172.1289
2025-12-1871.8120
2025-12-2571.6308
2026-01-0171.7511
2026-01-0872.1007
2026-01-1572.2659
2026-01-2271.9526
2026-01-2970.2185
2026-02-0571.1670
2026-02-1270.6281
2026-02-1971.1643
2026-02-2670.9448
2026-03-0572.1559
2026-03-1272.6590
2026-03-1972.9101
2026-03-2672.5261
2026-04-0272.4768
2026-04-0971.5688
2026-04-1671.0000
2026-04-2371.5062
2026-04-3071.5403
2026-05-0771.2934
2026-05-1571.8624
2026-05-2372.1510
2026-05-3071.7899
2026-06-0672.6704
2026-06-1572.0948
2026-06-2273.0408
2026-06-2973.4691
2026-07-0673.1552
2026-07-1373.4310
2026-07-2073.1233
2026-07-2773.3579
2026-08-0372.5466
2026-08-1072.3686
2026-08-1772.2067
2026-08-2571.7438
2026-09-0172.0977
2026-09-0871.9625
2026-09-1572.4879
2026-09-2272.8839

High

73.4691

Low

70.2185

Average

72.2070

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.