CHF to XOF exchange rate API
Swiss Franc to CFA Franc BCEAO · quoted 2026-09-24
696.3388
▲ +0.87% over 5Y
1 CHF = 696.3388 XOF · 1 XOF = 0.001436 CHF · Get this rate via the API
1 CHF buys 696.3388 XOF as of 2026-09-24, so 1 XOF buys 0.001436 CHF. Over the last 5 years, CHF/XOF traded between 680.2662 and 719.8780, averaged 698.7195 and rose 0.87%. The API holds daily CHF/XOF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
CHF/XOF over 5Y: show the values
| Point | CHF/XOF |
|---|---|
| 2024-08-24 | 690.3061 |
| 2024-10-01 | 691.5693 |
| 2024-10-31 | 687.2417 |
| 2024-11-30 | 703.7869 |
| 2024-12-30 | 686.8961 |
| 2025-01-29 | 687.5299 |
| 2025-02-28 | 687.8457 |
| 2025-03-30 | 680.2662 |
| 2025-04-29 | 685.4575 |
| 2025-05-29 | 684.8888 |
| 2025-06-28 | 701.9192 |
| 2025-07-28 | 693.8573 |
| 2025-08-27 | 690.5811 |
| 2025-09-26 | 690.4510 |
| 2025-10-26 | 708.2386 |
| 2025-11-25 | 702.4892 |
| 2025-12-25 | 706.6436 |
| 2026-01-24 | 709.9670 |
| 2026-02-23 | 715.8464 |
| 2026-03-25 | 716.8830 |
| 2026-04-24 | 713.8297 |
| 2026-05-24 | 719.8780 |
| 2026-06-23 | 710.1666 |
| 2026-07-23 | 705.3179 |
| 2026-08-22 | 701.3118 |
| 2026-09-21 | 695.9192 |
High
719.8780
Low
680.2662
Average
698.7195
Get this rate via the API
One GET request returns the CHF/XOF 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=XOF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=XOF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=XOF").json()Replace YOUR_API_KEY with the key from your dashboard.
CHF/XOF API questions
How do I get the CHF/XOF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=XOF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/XOF rate in rates.XOF.
How far back does CHF/XOF historical data go?
Daily CHF/XOF 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/XOF 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.