CHF to CDF exchange rate API
Swiss Franc to Congolese Franc · quoted 2026-09-25
2786.17
▼ +2.92% over 6M
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 6 months, CHF/CDF traded between 2786.17 and 2971.37, averaged 2865.87 and fell 2.92%. 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 6M: show the values
| Point | CHF/CDF |
|---|---|
| 2026-03-29 | 2870.10 |
| 2026-04-05 | 2879.49 |
| 2026-04-12 | 2907.43 |
| 2026-04-19 | 2954.11 |
| 2026-04-26 | 2943.98 |
| 2026-05-03 | 2971.37 |
| 2026-05-10 | 2913.60 |
| 2026-05-18 | 2862.94 |
| 2026-05-26 | 2927.90 |
| 2026-06-02 | 2923.03 |
| 2026-06-11 | 2889.43 |
| 2026-06-18 | 2890.26 |
| 2026-06-25 | 2827.37 |
| 2026-07-02 | 2818.78 |
| 2026-07-09 | 2862.56 |
| 2026-07-16 | 2860.91 |
| 2026-07-23 | 2826.28 |
| 2026-07-30 | 2837.67 |
| 2026-08-06 | 2825.32 |
| 2026-08-13 | 2817.15 |
| 2026-08-21 | 2867.52 |
| 2026-08-28 | 2853.55 |
| 2026-09-04 | 2844.26 |
| 2026-09-11 | 2831.77 |
| 2026-09-18 | 2798.99 |
| 2026-09-25 | 2786.48 |
High
2971.37
Low
2786.17
Average
2865.87
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.