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: show the values
| Point | HKD/CDF |
|---|---|
| 2026-08-26 | 292.4767 |
| 2026-08-27 | 292.7771 |
| 2026-08-28 | 292.7460 |
| 2026-08-29 | 292.1798 |
| 2026-08-30 | 290.4026 |
| 2026-08-31 | 290.0267 |
| 2026-09-01 | 292.6928 |
| 2026-09-02 | 292.5585 |
| 2026-09-03 | 292.4943 |
| 2026-09-04 | 293.5720 |
| 2026-09-05 | 290.6604 |
| 2026-09-06 | 289.1766 |
| 2026-09-07 | 293.5505 |
| 2026-09-08 | 294.1823 |
| 2026-09-09 | 294.0057 |
| 2026-09-10 | 294.3758 |
| 2026-09-11 | 294.4098 |
| 2026-09-12 | 289.3028 |
| 2026-09-13 | 289.1392 |
| 2026-09-14 | 294.3064 |
| 2026-09-15 | 294.2356 |
| 2026-09-16 | 294.4894 |
| 2026-09-17 | 293.8794 |
| 2026-09-18 | 294.5848 |
| 2026-09-19 | 293.5415 |
| 2026-09-20 | 291.3076 |
| 2026-09-21 | 294.4706 |
| 2026-09-22 | 294.4356 |
| 2026-09-23 | 294.5307 |
| 2026-09-24 | 294.5727 |
High
294.5848
Low
289.1392
Average
292.8921
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.