Skip to content

HKD to CDF exchange rate API

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

294.5709

▲ +0.72% over 30D

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 30 days, HKD/CDF traded between 289.1392 and 294.5848, averaged 292.8921 and rose 0.72%. 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 30D

HKD/CDF over 30D: show the values
PointHKD/CDF
2026-08-26292.4767
2026-08-27292.7771
2026-08-28292.7460
2026-08-29292.1798
2026-08-30290.4026
2026-08-31290.0267
2026-09-01292.6928
2026-09-02292.5585
2026-09-03292.4943
2026-09-04293.5720
2026-09-05290.6604
2026-09-06289.1766
2026-09-07293.5505
2026-09-08294.1823
2026-09-09294.0057
2026-09-10294.3758
2026-09-11294.4098
2026-09-12289.3028
2026-09-13289.1392
2026-09-14294.3064
2026-09-15294.2356
2026-09-16294.4894
2026-09-17293.8794
2026-09-18294.5848
2026-09-19293.5415
2026-09-20291.3076
2026-09-21294.4706
2026-09-22294.4356
2026-09-23294.5307
2026-09-24294.5727

High

294.5848

Low

289.1392

Average

292.8921

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.