Skip to content

CHF to CDF exchange rate API

Swiss Franc to Congolese Franc · quoted 2026-09-25

2786.17

▼ +18.09% over 1Y

1 CHF = 2786.17 CDF · 1 CDF = 0.000359 CHF · Get this rate via the API

1 CHF buys 2786.17 CDF as of 2026-09-25, so 1 CDF buys 0.000359 CHF. Over the last year, CHF/CDF traded between 2645.50 and 3401.47, averaged 2881.56 and fell 18.09%. The API holds daily CHF/CDF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CHF/CDF over 1Y

CHF/CDF over 1Y: show the values
PointCHF/CDF
2025-09-253401.47
2025-10-023204.14
2025-10-093008.43
2025-10-162645.50
2025-10-232848.42
2025-10-302844.24
2025-11-062715.50
2025-11-132687.74
2025-11-202823.37
2025-11-272826.08
2025-12-042851.46
2025-12-122878.23
2025-12-192893.18
2025-12-262886.22
2026-01-022860.78
2026-01-092879.55
2026-01-162831.17
2026-01-232734.72
2026-01-302993.61
2026-02-062947.98
2026-02-132987.78
2026-02-202970.19
2026-02-272785.59
2026-03-062952.49
2026-03-132887.67
2026-03-202932.95
2026-03-272902.40
2026-04-032892.56
2026-04-102914.76
2026-04-172947.02
2026-04-242944.87
2026-05-012969.90
2026-05-082974.93
2026-05-162855.04
2026-05-242868.35
2026-05-312909.63
2026-06-092906.12
2026-06-162909.68
2026-06-232836.47
2026-06-302857.75
2026-07-072861.66
2026-07-142822.18
2026-07-212841.97
2026-07-282813.39
2026-08-042826.73
2026-08-112826.03
2026-08-182821.03
2026-08-262851.90
2026-09-022818.83
2026-09-092856.83
2026-09-162820.76
2026-09-232807.48

High

3401.47

Low

2645.50

Average

2881.56

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

CHF/CDF API questions

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

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

How far back does CHF/CDF historical data go?

Daily CHF/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 CHF/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.