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: show the values
| Point | HKD/CDF |
|---|---|
| 2025-09-25 | 348.0968 |
| 2025-10-02 | 327.5677 |
| 2025-10-09 | 310.0211 |
| 2025-10-16 | 271.7813 |
| 2025-10-23 | 292.4239 |
| 2025-10-30 | 294.2065 |
| 2025-11-06 | 282.1192 |
| 2025-11-13 | 275.1805 |
| 2025-11-20 | 292.7178 |
| 2025-11-27 | 292.8060 |
| 2025-12-04 | 293.3075 |
| 2025-12-12 | 294.1199 |
| 2025-12-19 | 295.8261 |
| 2025-12-26 | 292.9283 |
| 2026-01-02 | 291.1871 |
| 2026-01-09 | 295.4962 |
| 2026-01-16 | 290.9804 |
| 2026-01-23 | 277.0823 |
| 2026-01-30 | 294.5456 |
| 2026-02-06 | 293.5119 |
| 2026-02-13 | 293.8956 |
| 2026-02-20 | 294.9486 |
| 2026-02-27 | 274.5807 |
| 2026-03-06 | 295.4122 |
| 2026-03-13 | 290.4165 |
| 2026-03-20 | 294.6392 |
| 2026-03-27 | 295.2484 |
| 2026-04-03 | 295.2771 |
| 2026-04-10 | 293.6400 |
| 2026-04-17 | 294.4718 |
| 2026-04-24 | 295.2154 |
| 2026-05-01 | 296.1338 |
| 2026-05-08 | 295.8550 |
| 2026-05-16 | 286.9729 |
| 2026-05-24 | 286.8940 |
| 2026-05-31 | 290.1082 |
| 2026-06-09 | 294.9990 |
| 2026-06-16 | 295.5138 |
| 2026-06-23 | 292.9744 |
| 2026-06-30 | 295.0182 |
| 2026-07-07 | 294.2058 |
| 2026-07-14 | 292.2674 |
| 2026-07-21 | 293.9261 |
| 2026-07-28 | 294.1347 |
| 2026-08-04 | 291.6683 |
| 2026-08-11 | 291.8538 |
| 2026-08-18 | 292.2349 |
| 2026-08-26 | 292.4767 |
| 2026-09-02 | 292.5585 |
| 2026-09-09 | 294.0057 |
| 2026-09-16 | 294.4894 |
| 2026-09-23 | 294.5307 |
High
348.0968
Low
271.7813
Average
293.7933
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.