HUF to CDF exchange rate API
Forint to Congolese Franc · quoted 2026-09-26
7.1664
▼ +10.86% over 1Y
1 HUF = 7.1664 CDF · 1 CDF = 0.13954 HUF · Get this rate via the API
1 HUF buys 7.1664 CDF as of 2026-09-26, so 1 CDF buys 0.13954 HUF. Over the last year, HUF/CDF traded between 6.4712 and 8.0393, averaged 7.1023 and fell 10.86%. The API holds daily HUF/CDF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
HUF/CDF over 1Y: show the values
| Point | HUF/CDF |
|---|---|
| 2025-09-26 | 8.0393 |
| 2025-10-03 | 7.6165 |
| 2025-10-10 | 7.0124 |
| 2025-10-17 | 6.5654 |
| 2025-10-24 | 6.7961 |
| 2025-10-31 | 6.7837 |
| 2025-11-07 | 6.5748 |
| 2025-11-14 | 6.6107 |
| 2025-11-21 | 6.5053 |
| 2025-11-28 | 6.9158 |
| 2025-12-05 | 6.9590 |
| 2025-12-13 | 6.9222 |
| 2025-12-20 | 6.4712 |
| 2025-12-27 | 6.9674 |
| 2026-01-03 | 6.8546 |
| 2026-01-10 | 6.4753 |
| 2026-01-17 | 6.6603 |
| 2026-01-24 | 6.9149 |
| 2026-01-31 | 6.6428 |
| 2026-02-07 | 7.1474 |
| 2026-02-14 | 7.1963 |
| 2026-02-21 | 7.1522 |
| 2026-02-28 | 6.9470 |
| 2026-03-07 | 6.7424 |
| 2026-03-14 | 6.5533 |
| 2026-03-21 | 6.8047 |
| 2026-03-28 | 6.7526 |
| 2026-04-04 | 6.9245 |
| 2026-04-11 | 7.1829 |
| 2026-04-18 | 7.5168 |
| 2026-04-25 | 7.4313 |
| 2026-05-02 | 7.4852 |
| 2026-05-09 | 7.5452 |
| 2026-05-17 | 7.2039 |
| 2026-05-25 | 7.5092 |
| 2026-06-01 | 7.5714 |
| 2026-06-10 | 7.4631 |
| 2026-06-17 | 7.6852 |
| 2026-06-24 | 7.3202 |
| 2026-07-01 | 7.4008 |
| 2026-07-08 | 7.3409 |
| 2026-07-15 | 7.3067 |
| 2026-07-22 | 7.2110 |
| 2026-07-29 | 7.2661 |
| 2026-08-05 | 7.3069 |
| 2026-08-12 | 7.2561 |
| 2026-08-20 | 7.3343 |
| 2026-08-27 | 7.3431 |
| 2026-09-03 | 7.2503 |
| 2026-09-10 | 7.3510 |
| 2026-09-17 | 7.2924 |
| 2026-09-24 | 7.1721 |
High
8.0393
Low
6.4712
Average
7.1023
Get this rate via the API
One GET request returns the HUF/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=HUF¤cies=CDF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HUF¤cies=CDF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HUF¤cies=CDF").json()Replace YOUR_API_KEY with the key from your dashboard.
HUF/CDF API questions
How do I get the HUF/CDF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HUF¤cies=CDF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest HUF/CDF rate in rates.CDF.
How far back does HUF/CDF historical data go?
Daily HUF/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 HUF/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.