Skip to content

CAD to XAF exchange rate API

Canadian Dollar to CFA Franc BEAC · quoted 2026-09-27

407.1363

▲ +1.39% over 1Y

1 CAD = 407.1363 XAF · 1 XAF = 0.002456 CAD · Get this rate via the API

1 CAD buys 407.1363 XAF as of 2026-09-27, so 1 XAF buys 0.002456 CAD. Over the last year, CAD/XAF traded between 400.3332 and 416.8942, averaged 406.6909 and rose 1.39%. The API holds daily CAD/XAF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CAD/XAF over 1Y

CAD/XAF over 1Y: show the values
PointCAD/XAF
2025-09-27401.5605
2025-10-04400.3332
2025-10-11403.5491
2025-10-18401.4970
2025-10-25403.2758
2025-11-01405.1603
2025-11-08403.8275
2025-11-15402.6425
2025-11-22403.9863
2025-11-29404.7950
2025-12-06407.7196
2025-12-14405.5541
2025-12-21405.8901
2025-12-28407.4759
2026-01-04407.0139
2026-01-11405.1567
2026-01-18406.2143
2026-01-25404.7661
2026-02-01406.4907
2026-02-08406.0149
2026-02-15405.8844
2026-02-22407.0007
2026-03-01406.6695
2026-03-08415.3795
2026-03-15416.8942
2026-03-22412.3554
2026-03-29409.4544
2026-04-05408.3925
2026-04-12403.7030
2026-04-19406.1118
2026-04-26409.1006
2026-05-03411.9882
2026-05-10406.4403
2026-05-18410.5776
2026-05-26408.2003
2026-06-02407.3636
2026-06-11406.3765
2026-06-18402.9707
2026-06-25405.1436
2026-07-02404.9932
2026-07-09405.1487
2026-07-16407.9202
2026-07-23407.8178
2026-07-30407.6997
2026-08-06405.6332
2026-08-13408.0827
2026-08-21408.3783
2026-08-28406.5655
2026-09-04408.9481
2026-09-11408.0074
2026-09-18407.4202
2026-09-25407.9378

High

416.8942

Low

400.3332

Average

406.6909

For developers

Get this rate via the API

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

Replace YOUR_API_KEY with the key from your dashboard.

CAD/XAF API questions

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

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

How far back does CAD/XAF historical data go?

Daily CAD/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 CAD/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.