Skip to content

CHF to XOF exchange rate API

Swiss Franc to CFA Franc BCEAO · quoted 2026-09-24

696.3388

▲ +0.79% over 1Y

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 year, CHF/XOF traded between 688.6635 and 725.0746, averaged 707.8350 and rose 0.79%. 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 1Y

CHF/XOF over 1Y: show the values
PointCHF/XOF
2025-09-24690.8929
2025-10-01688.6635
2025-10-08692.3382
2025-10-15704.5523
2025-10-22709.2753
2025-10-29707.0106
2025-11-05705.0684
2025-11-12708.8032
2025-11-19707.5230
2025-11-26701.8148
2025-12-03703.5546
2025-12-10700.4135
2025-12-17702.0183
2025-12-24706.2734
2025-12-31704.8758
2026-01-07704.7389
2026-01-14703.0853
2026-01-21709.3804
2026-01-28713.9502
2026-02-04715.7980
2026-02-11717.6340
2026-02-18719.9724
2026-02-25717.9456
2026-03-04724.0757
2026-03-11725.0746
2026-03-18721.7448
2026-03-25716.8830
2026-04-01714.7710
2026-04-08712.7729
2026-04-15710.7958
2026-04-22714.8283
2026-04-29710.7860
2026-05-06716.7287
2026-05-13716.3506
2026-05-20715.2541
2026-05-27716.6988
2026-06-03715.7548
2026-06-10710.8185
2026-06-17713.7474
2026-06-24710.6395
2026-07-01709.5417
2026-07-08710.6801
2026-07-15706.5929
2026-07-22707.7672
2026-07-29701.3873
2026-08-05702.6332
2026-08-12700.9456
2026-08-19696.6097
2026-08-26699.7366
2026-09-02695.7824
2026-09-09698.5830
2026-09-16694.5000
2026-09-23698.6837

High

725.0746

Low

688.6635

Average

707.8350

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=XOF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=XOF");
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=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&currencies=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.