Skip to content

CAD to XAF exchange rate API

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

407.1363

▲ +0.14% over 30D

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 30 days, CAD/XAF traded between 406.5655 and 410.1010, averaged 407.9503 and rose 0.14%. 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 30D

CAD/XAF over 30D: show the values
PointCAD/XAF
2026-08-28406.5655
2026-08-29407.3517
2026-08-30407.1261
2026-08-31407.5498
2026-09-01407.0593
2026-09-02406.8364
2026-09-03410.1010
2026-09-04408.9481
2026-09-05408.2646
2026-09-06408.1483
2026-09-07408.8003
2026-09-08408.7495
2026-09-09409.6072
2026-09-10407.9481
2026-09-11408.0074
2026-09-12407.7367
2026-09-13407.7367
2026-09-14408.3341
2026-09-15408.5082
2026-09-16407.6872
2026-09-17408.8740
2026-09-18407.4202
2026-09-19408.4300
2026-09-20408.1952
2026-09-21408.1006
2026-09-22407.0389
2026-09-23407.4640
2026-09-24408.4212
2026-09-25407.9378
2026-09-26407.1893
2026-09-27407.1363

High

410.1010

Low

406.5655

Average

407.9503

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.