CHF to XOF exchange rate API
Swiss Franc to CFA Franc BCEAO · quoted 2026-09-24
696.3388
▼ +1.21% over YTD
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 year to date, CHF/XOF traded between 694.5000 and 725.0746, averaged 709.8722 and fell 1.21%. 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 YTD: show the values
| Point | CHF/XOF |
|---|---|
| 2025-12-31 | 704.8758 |
| 2026-01-07 | 704.7389 |
| 2026-01-14 | 703.0853 |
| 2026-01-21 | 709.3804 |
| 2026-01-28 | 713.9502 |
| 2026-02-04 | 715.7980 |
| 2026-02-11 | 717.6340 |
| 2026-02-18 | 719.9724 |
| 2026-02-25 | 717.9456 |
| 2026-03-04 | 724.0757 |
| 2026-03-11 | 725.0746 |
| 2026-03-18 | 721.7448 |
| 2026-03-25 | 716.8830 |
| 2026-04-01 | 714.7710 |
| 2026-04-08 | 712.7729 |
| 2026-04-15 | 710.7958 |
| 2026-04-22 | 714.8283 |
| 2026-04-29 | 710.7860 |
| 2026-05-06 | 716.7287 |
| 2026-05-13 | 716.3506 |
| 2026-05-20 | 715.2541 |
| 2026-05-27 | 716.6988 |
| 2026-06-03 | 715.7548 |
| 2026-06-10 | 710.8185 |
| 2026-06-17 | 713.7474 |
| 2026-06-24 | 710.6395 |
| 2026-07-01 | 709.5417 |
| 2026-07-08 | 710.6801 |
| 2026-07-15 | 706.5929 |
| 2026-07-22 | 707.7672 |
| 2026-07-29 | 701.3873 |
| 2026-08-05 | 702.6332 |
| 2026-08-12 | 700.9456 |
| 2026-08-19 | 696.6097 |
| 2026-08-26 | 699.7366 |
| 2026-09-02 | 695.7824 |
| 2026-09-09 | 698.5830 |
| 2026-09-16 | 694.5000 |
| 2026-09-23 | 698.6837 |
High
725.0746
Low
694.5000
Average
709.8722
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.