Skip to content

CAD to XAF exchange rate API

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

407.1363

▼ +6.03% over 5Y

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 5 years, CAD/XAF traded between 400.7793 and 441.4241, averaged 416.6741 and fell 6.03%. 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 5Y

CAD/XAF over 5Y: show the values
PointCAD/XAF
2024-08-24433.2574
2024-10-07440.1003
2024-11-06434.8182
2024-12-06441.2686
2025-01-05440.2513
2025-02-04441.4241
2025-03-06422.2223
2025-04-06420.3879
2025-05-06420.8477
2025-06-07420.2834
2025-07-07407.9842
2025-08-06412.0790
2025-09-05407.5882
2025-10-06400.7793
2025-11-05403.9316
2025-12-05403.8581
2026-01-05406.6999
2026-02-04406.2953
2026-03-06413.5410
2026-04-05408.3925
2026-05-05411.7583
2026-06-06408.4211
2026-07-08405.0724
2026-08-07406.3283
2026-09-07408.8003

High

441.4241

Low

400.7793

Average

416.6741

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.