Skip to content

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

HUF/CDF over 1Y: show the values
PointHUF/CDF
2025-09-268.0393
2025-10-037.6165
2025-10-107.0124
2025-10-176.5654
2025-10-246.7961
2025-10-316.7837
2025-11-076.5748
2025-11-146.6107
2025-11-216.5053
2025-11-286.9158
2025-12-056.9590
2025-12-136.9222
2025-12-206.4712
2025-12-276.9674
2026-01-036.8546
2026-01-106.4753
2026-01-176.6603
2026-01-246.9149
2026-01-316.6428
2026-02-077.1474
2026-02-147.1963
2026-02-217.1522
2026-02-286.9470
2026-03-076.7424
2026-03-146.5533
2026-03-216.8047
2026-03-286.7526
2026-04-046.9245
2026-04-117.1829
2026-04-187.5168
2026-04-257.4313
2026-05-027.4852
2026-05-097.5452
2026-05-177.2039
2026-05-257.5092
2026-06-017.5714
2026-06-107.4631
2026-06-177.6852
2026-06-247.3202
2026-07-017.4008
2026-07-087.3409
2026-07-157.3067
2026-07-227.2110
2026-07-297.2661
2026-08-057.3069
2026-08-127.2561
2026-08-207.3343
2026-08-277.3431
2026-09-037.2503
2026-09-107.3510
2026-09-177.2924
2026-09-247.1721

High

8.0393

Low

6.4712

Average

7.1023

For developers

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=HUF&currencies=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&currencies=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.