Skip to content

HKD to CDF exchange rate API

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

294.5709

▲ +0.66% over YTD

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 year to date, HKD/CDF traded between 269.9750 and 296.4092, averaged 290.6977 and rose 0.66%. 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 YTD

HKD/CDF over YTD: show the values
PointHKD/CDF
2025-12-31292.6250
2026-01-07294.9041
2026-01-14273.5473
2026-01-21274.3436
2026-01-28293.4041
2026-02-04291.1208
2026-02-11292.3415
2026-02-18295.6159
2026-02-25269.9750
2026-03-04294.1845
2026-03-11278.8890
2026-03-18294.4417
2026-03-25296.2459
2026-04-01295.3512
2026-04-08296.1031
2026-04-15294.8541
2026-04-22295.4572
2026-04-29296.3635
2026-05-06295.4444
2026-05-14291.0755
2026-05-21292.9331
2026-05-29293.9927
2026-06-05296.4092
2026-06-14290.3399
2026-06-21289.5312
2026-06-28290.5628
2026-07-05287.1252
2026-07-12287.5791
2026-07-19288.3783
2026-07-26287.5870
2026-08-02289.4105
2026-08-09288.9937
2026-08-16288.6253
2026-08-24292.5315
2026-08-31290.0267
2026-09-07293.5505
2026-09-14294.3064
2026-09-21294.4706

High

296.4092

Low

269.9750

Average

290.6977

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.