Skip to content

CAD to XAF exchange rate API

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

407.1363

▼ +0.73% over 6M

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 6 months, CAD/XAF traded between 403.5110 and 411.7583, averaged 407.5905 and fell 0.73%. 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 6M

CAD/XAF over 6M: show the values
PointCAD/XAF
2026-03-31410.1230
2026-04-07408.9219
2026-04-14407.3292
2026-04-21407.6402
2026-04-28409.3126
2026-05-05411.7583
2026-05-12407.0360
2026-05-20410.8083
2026-05-28408.5523
2026-06-04406.5395
2026-06-13405.3993
2026-06-20403.5110
2026-06-27405.8464
2026-07-04403.8147
2026-07-11405.9921
2026-07-18409.0389
2026-07-25409.1662
2026-08-01405.7924
2026-08-08407.0721
2026-08-15408.6477
2026-08-23407.1625
2026-08-30407.1261
2026-09-06408.1483
2026-09-13407.7367
2026-09-20408.1952
2026-09-27407.1363

High

411.7583

Low

403.5110

Average

407.5905

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.