CHF to CDF exchange rate API
Swiss Franc to Congolese Franc · quoted 2026-09-25
2786.17
▼ +3.04% over YTD
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 year to date, CHF/CDF traded between 2662.52 and 2999.09, averaged 2864.89 and fell 3.04%. 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 YTD: show the values
| Point | CHF/CDF |
|---|---|
| 2025-12-31 | 2873.60 |
| 2026-01-07 | 2883.62 |
| 2026-01-14 | 2662.52 |
| 2026-01-21 | 2709.45 |
| 2026-01-28 | 2983.06 |
| 2026-02-04 | 2931.98 |
| 2026-02-11 | 2973.46 |
| 2026-02-18 | 2999.09 |
| 2026-02-25 | 2725.09 |
| 2026-03-04 | 2949.75 |
| 2026-03-11 | 2799.15 |
| 2026-03-18 | 2925.11 |
| 2026-03-25 | 2933.56 |
| 2026-04-01 | 2922.82 |
| 2026-04-08 | 2943.54 |
| 2026-04-15 | 2951.39 |
| 2026-04-22 | 2959.15 |
| 2026-04-29 | 2943.61 |
| 2026-05-06 | 2970.98 |
| 2026-05-14 | 2915.91 |
| 2026-05-21 | 2910.85 |
| 2026-05-29 | 2944.06 |
| 2026-06-05 | 2945.84 |
| 2026-06-14 | 2861.22 |
| 2026-06-21 | 2810.00 |
| 2026-06-28 | 2813.24 |
| 2026-07-05 | 2803.05 |
| 2026-07-12 | 2786.57 |
| 2026-07-19 | 2797.79 |
| 2026-07-26 | 2760.35 |
| 2026-08-02 | 2811.54 |
| 2026-08-09 | 2807.00 |
| 2026-08-16 | 2784.87 |
| 2026-08-24 | 2856.20 |
| 2026-08-31 | 2811.43 |
| 2026-09-07 | 2844.02 |
| 2026-09-14 | 2827.26 |
| 2026-09-21 | 2812.54 |
High
2999.09
Low
2662.52
Average
2864.89
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=CDF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=CDF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=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¤cies=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.