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: show the values
| Point | HKD/CDF |
|---|---|
| 2025-12-31 | 292.6250 |
| 2026-01-07 | 294.9041 |
| 2026-01-14 | 273.5473 |
| 2026-01-21 | 274.3436 |
| 2026-01-28 | 293.4041 |
| 2026-02-04 | 291.1208 |
| 2026-02-11 | 292.3415 |
| 2026-02-18 | 295.6159 |
| 2026-02-25 | 269.9750 |
| 2026-03-04 | 294.1845 |
| 2026-03-11 | 278.8890 |
| 2026-03-18 | 294.4417 |
| 2026-03-25 | 296.2459 |
| 2026-04-01 | 295.3512 |
| 2026-04-08 | 296.1031 |
| 2026-04-15 | 294.8541 |
| 2026-04-22 | 295.4572 |
| 2026-04-29 | 296.3635 |
| 2026-05-06 | 295.4444 |
| 2026-05-14 | 291.0755 |
| 2026-05-21 | 292.9331 |
| 2026-05-29 | 293.9927 |
| 2026-06-05 | 296.4092 |
| 2026-06-14 | 290.3399 |
| 2026-06-21 | 289.5312 |
| 2026-06-28 | 290.5628 |
| 2026-07-05 | 287.1252 |
| 2026-07-12 | 287.5791 |
| 2026-07-19 | 288.3783 |
| 2026-07-26 | 287.5870 |
| 2026-08-02 | 289.4105 |
| 2026-08-09 | 288.9937 |
| 2026-08-16 | 288.6253 |
| 2026-08-24 | 292.5315 |
| 2026-08-31 | 290.0267 |
| 2026-09-07 | 293.5505 |
| 2026-09-14 | 294.3064 |
| 2026-09-21 | 294.4706 |
High
296.4092
Low
269.9750
Average
290.6977
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=CDF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=CDF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HKD¤cies=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¤cies=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.