Skip to content

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

HKD/XAF over YTD: show the values
PointHKD/XAF
2025-12-3171.7715
2026-01-0771.9967
2026-01-1472.2849
2026-01-2171.7280
2026-01-2870.1118
2026-02-0471.0117
2026-02-1170.4613
2026-02-1870.8622
2026-02-2571.1596
2026-03-0472.3452
2026-03-1172.1225
2026-03-1872.5516
2026-03-2572.2814
2026-04-0172.3574
2026-04-0871.7602
2026-04-1571.0116
2026-04-2271.3047
2026-04-2971.5669
2026-05-0671.4649
2026-05-1471.4879
2026-05-2172.0502
2026-05-2971.9258
2026-06-0572.0922
2026-06-1472.3268
2026-06-2172.9353
2026-06-2873.4453
2026-07-0573.0977
2026-07-1273.2901
2026-07-1973.1465
2026-07-2673.5455
2026-08-0272.5243
2026-08-0972.3344
2026-08-1672.2639
2026-08-2471.6767
2026-08-3172.2028
2026-09-0772.0613
2026-09-1472.2975
2026-09-2172.8473

High

73.5455

Low

70.1118

Average

72.0745

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.