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: show the values
| Point | CHF/XAF |
|---|---|
| 2025-09-25 | 701.8133 |
| 2025-10-02 | 702.5262 |
| 2025-10-09 | 702.9201 |
| 2025-10-16 | 703.6810 |
| 2025-10-23 | 708.6584 |
| 2025-10-30 | 702.8531 |
| 2025-11-06 | 705.6261 |
| 2025-11-13 | 711.4262 |
| 2025-11-20 | 705.1248 |
| 2025-11-27 | 701.0002 |
| 2025-12-04 | 702.4734 |
| 2025-12-12 | 702.7269 |
| 2025-12-19 | 703.0588 |
| 2025-12-26 | 705.4725 |
| 2026-01-02 | 703.0924 |
| 2026-01-09 | 703.8319 |
| 2026-01-16 | 704.8508 |
| 2026-01-23 | 706.7655 |
| 2026-01-30 | 717.0531 |
| 2026-02-06 | 715.1620 |
| 2026-02-13 | 718.7055 |
| 2026-02-20 | 718.9684 |
| 2026-02-27 | 720.9669 |
| 2026-03-06 | 721.5596 |
| 2026-03-13 | 723.4273 |
| 2026-03-20 | 720.4713 |
| 2026-03-27 | 713.3303 |
| 2026-04-03 | 710.7769 |
| 2026-04-10 | 711.3644 |
| 2026-04-17 | 711.6282 |
| 2026-04-24 | 714.9580 |
| 2026-05-01 | 716.9258 |
| 2026-05-08 | 718.3476 |
| 2026-05-16 | 716.9014 |
| 2026-05-24 | 721.3037 |
| 2026-05-31 | 719.9995 |
| 2026-06-09 | 714.7044 |
| 2026-06-16 | 711.9606 |
| 2026-06-23 | 708.7219 |
| 2026-06-30 | 710.8260 |
| 2026-07-07 | 711.3514 |
| 2026-07-14 | 709.4192 |
| 2026-07-21 | 708.9091 |
| 2026-07-28 | 703.1717 |
| 2026-08-04 | 704.1929 |
| 2026-08-11 | 701.1434 |
| 2026-08-18 | 697.2729 |
| 2026-08-26 | 699.2668 |
| 2026-09-02 | 695.9910 |
| 2026-09-09 | 698.7806 |
| 2026-09-16 | 693.8746 |
| 2026-09-23 | 697.6355 |
High
723.4273
Low
693.8746
Average
708.5412
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=XAF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=XAF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CHF¤cies=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¤cies=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.