Skip to content

HKD to CDF exchange rate API

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

294.5709

▼ +15.38% over 1Y

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 year, HKD/CDF traded between 271.7813 and 348.0968, averaged 293.7933 and fell 15.38%. 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 1Y

HKD/CDF over 1Y: show the values
PointHKD/CDF
2025-09-25348.0968
2025-10-02327.5677
2025-10-09310.0211
2025-10-16271.7813
2025-10-23292.4239
2025-10-30294.2065
2025-11-06282.1192
2025-11-13275.1805
2025-11-20292.7178
2025-11-27292.8060
2025-12-04293.3075
2025-12-12294.1199
2025-12-19295.8261
2025-12-26292.9283
2026-01-02291.1871
2026-01-09295.4962
2026-01-16290.9804
2026-01-23277.0823
2026-01-30294.5456
2026-02-06293.5119
2026-02-13293.8956
2026-02-20294.9486
2026-02-27274.5807
2026-03-06295.4122
2026-03-13290.4165
2026-03-20294.6392
2026-03-27295.2484
2026-04-03295.2771
2026-04-10293.6400
2026-04-17294.4718
2026-04-24295.2154
2026-05-01296.1338
2026-05-08295.8550
2026-05-16286.9729
2026-05-24286.8940
2026-05-31290.1082
2026-06-09294.9990
2026-06-16295.5138
2026-06-23292.9744
2026-06-30295.0182
2026-07-07294.2058
2026-07-14292.2674
2026-07-21293.9261
2026-07-28294.1347
2026-08-04291.6683
2026-08-11291.8538
2026-08-18292.2349
2026-08-26292.4767
2026-09-02292.5585
2026-09-09294.0057
2026-09-16294.4894
2026-09-23294.5307

High

348.0968

Low

271.7813

Average

293.7933

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.