Skip to content

CHF to XAF exchange rate API

Swiss Franc to CFA Franc BEAC · quoted 2026-09-25

695.7079

▼ +0.87% over 1Y

1 CHF = 695.7079 XAF · 1 XAF = 0.001437 CHF · Get this rate via the API

1 CHF buys 695.7079 XAF as of 2026-09-25, so 1 XAF buys 0.001437 CHF. Over the last year, CHF/XAF traded between 693.8746 and 723.4273, averaged 708.5412 and fell 0.87%. The API holds daily CHF/XAF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CHF/XAF over 1Y

CHF/XAF over 1Y: show the values
PointCHF/XAF
2025-09-25701.8133
2025-10-02702.5262
2025-10-09702.9201
2025-10-16703.6810
2025-10-23708.6584
2025-10-30702.8531
2025-11-06705.6261
2025-11-13711.4262
2025-11-20705.1248
2025-11-27701.0002
2025-12-04702.4734
2025-12-12702.7269
2025-12-19703.0588
2025-12-26705.4725
2026-01-02703.0924
2026-01-09703.8319
2026-01-16704.8508
2026-01-23706.7655
2026-01-30717.0531
2026-02-06715.1620
2026-02-13718.7055
2026-02-20718.9684
2026-02-27720.9669
2026-03-06721.5596
2026-03-13723.4273
2026-03-20720.4713
2026-03-27713.3303
2026-04-03710.7769
2026-04-10711.3644
2026-04-17711.6282
2026-04-24714.9580
2026-05-01716.9258
2026-05-08718.3476
2026-05-16716.9014
2026-05-24721.3037
2026-05-31719.9995
2026-06-09714.7044
2026-06-16711.9606
2026-06-23708.7219
2026-06-30710.8260
2026-07-07711.3514
2026-07-14709.4192
2026-07-21708.9091
2026-07-28703.1717
2026-08-04704.1929
2026-08-11701.1434
2026-08-18697.2729
2026-08-26699.2668
2026-09-02695.9910
2026-09-09698.7806
2026-09-16693.8746
2026-09-23697.6355

High

723.4273

Low

693.8746

Average

708.5412

For developers

Get this rate via the API

One GET request returns the CHF/XAF 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=XAF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=XAF");
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=XAF").json()

Replace YOUR_API_KEY with the key from your dashboard.

CHF/XAF API questions

How do I get the CHF/XAF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF&currencies=XAF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CHF/XAF rate in rates.XAF.

How far back does CHF/XAF historical data go?

Daily CHF/XAF 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/XAF 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.