Skip to content

HKD to CDF exchange rate API

Hong Kong Dollar to Congolese Franc · quoted 2026-09-25

294.5709

▲ +0.70% over 6M

1 HKD = 294.5709 CDF · 1 CDF = 0.003395 HKD · Get this rate via the API

1 HKD buys 294.5709 CDF as of 2026-09-25, so 1 CDF buys 0.003395 HKD. Over the last 6 months, HKD/CDF traded between 287.0124 and 296.5971, averaged 293.3320 and rose 0.70%. The API holds daily HKD/CDF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

HKD/CDF over 6M

HKD/CDF over 6M: show the values
PointHKD/CDF
2026-03-29292.5204
2026-04-05293.9814
2026-04-12293.6676
2026-04-19294.9001
2026-04-26295.4546
2026-05-03296.1160
2026-05-10289.2601
2026-05-18287.0124
2026-05-26293.4292
2026-06-02292.9177
2026-06-11294.6959
2026-06-18296.5971
2026-06-25293.2351
2026-07-02290.0298
2026-07-09294.7694
2026-07-16294.3712
2026-07-23294.0873
2026-07-30293.9240
2026-08-06291.6376
2026-08-13291.7498
2026-08-21292.3918
2026-08-28292.7460
2026-09-04293.5720
2026-09-11294.4098
2026-09-18294.5848

High

296.5971

Low

287.0124

Average

293.3320

For developers

Get this rate via the API

One GET request returns the HKD/CDF 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=CDF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=CDF");
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=CDF").json()

Replace YOUR_API_KEY with the key from your dashboard.

HKD/CDF API questions

How do I get the HKD/CDF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD&currencies=CDF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HKD/CDF rate in rates.CDF.

How far back does HKD/CDF historical data go?

Daily HKD/CDF 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/CDF 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.