Skip to content

CDF to HUF exchange rate API

Congolese Franc to Forint · quoted 2026-09-26

0.13954

▲ +12.18% over 1Y

1 CDF = 0.13954 HUF · 1 HUF = 7.1664 CDF · Get this rate via the API

1 CDF buys 0.13954 HUF as of 2026-09-26, so 1 HUF buys 7.1664 CDF. Over the last year, CDF/HUF traded between 0.12439 and 0.15453, averaged 0.14115 and rose 12.18%. The API holds daily CDF/HUF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CDF/HUF over 1Y

CDF/HUF over 1Y: show the values
PointCDF/HUF
2025-09-260.12439
2025-10-030.13129
2025-10-100.14260
2025-10-170.15231
2025-10-240.14714
2025-10-310.14741
2025-11-070.15210
2025-11-140.15127
2025-11-210.15372
2025-11-280.14460
2025-12-050.14370
2025-12-130.14446
2025-12-200.15453
2025-12-270.14353
2026-01-030.14589
2026-01-100.15443
2026-01-170.15014
2026-01-240.14461
2026-01-310.15054
2026-02-070.13991
2026-02-140.13896
2026-02-210.13982
2026-02-280.14395
2026-03-070.14832
2026-03-140.15259
2026-03-210.14696
2026-03-280.14809
2026-04-040.14441
2026-04-110.13922
2026-04-180.13303
2026-04-250.13457
2026-05-020.13360
2026-05-090.13253
2026-05-170.13881
2026-05-250.13317
2026-06-010.13208
2026-06-100.13399
2026-06-170.13012
2026-06-240.13661
2026-07-010.13512
2026-07-080.13622
2026-07-150.13686
2026-07-220.13868
2026-07-290.13762
2026-08-050.13686
2026-08-120.13781
2026-08-200.13634
2026-08-270.13618
2026-09-030.13792
2026-09-100.13604
2026-09-170.13713
2026-09-240.13943

High

0.15453

Low

0.12439

Average

0.14115

For developers

Get this rate via the API

One GET request returns the CDF/HUF 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=CDF&currencies=HUF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CDF&currencies=HUF");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CDF&currencies=HUF").json()

Replace YOUR_API_KEY with the key from your dashboard.

CDF/HUF API questions

How do I get the CDF/HUF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CDF&currencies=HUF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CDF/HUF rate in rates.HUF.

How far back does CDF/HUF historical data go?

Daily CDF/HUF 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 CDF/HUF 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.