Skip to content

CAD to XAF exchange rate API

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

407.1363

▼ +0.22% over YTD

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 year to date, CAD/XAF traded between 403.2447 and 415.2793, averaged 407.6477 and fell 0.22%. 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 YTD

CAD/XAF over YTD: show the values
PointCAD/XAF
2025-12-31408.0378
2026-01-07405.9479
2026-01-14406.1129
2026-01-21405.4728
2026-01-28403.2447
2026-02-04406.2953
2026-02-11406.6650
2026-02-18405.8007
2026-02-25406.4870
2026-03-04414.0819
2026-03-11415.2793
2026-03-18414.5710
2026-03-25410.0499
2026-04-01408.1662
2026-04-08405.5061
2026-04-15403.6705
2026-04-22408.6529
2026-04-29410.1496
2026-05-06411.6774
2026-05-14408.0153
2026-05-21409.9313
2026-05-29408.2596
2026-06-05406.8153
2026-06-14405.4273
2026-06-21403.4152
2026-06-28405.8501
2026-07-05403.7303
2026-07-12405.6683
2026-07-19409.0467
2026-07-26409.3202
2026-08-02405.8895
2026-08-09406.8491
2026-08-16408.6669
2026-08-24405.5854
2026-08-31407.5498
2026-09-07408.8003
2026-09-14408.3341
2026-09-21408.1006

High

415.2793

Low

403.2447

Average

407.6477

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.