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: show the values
| Point | CAD/XAF |
|---|---|
| 2024-08-24 | 433.2574 |
| 2024-10-07 | 440.1003 |
| 2024-11-06 | 434.8182 |
| 2024-12-06 | 441.2686 |
| 2025-01-05 | 440.2513 |
| 2025-02-04 | 441.4241 |
| 2025-03-06 | 422.2223 |
| 2025-04-06 | 420.3879 |
| 2025-05-06 | 420.8477 |
| 2025-06-07 | 420.2834 |
| 2025-07-07 | 407.9842 |
| 2025-08-06 | 412.0790 |
| 2025-09-05 | 407.5882 |
| 2025-10-06 | 400.7793 |
| 2025-11-05 | 403.9316 |
| 2025-12-05 | 403.8581 |
| 2026-01-05 | 406.6999 |
| 2026-02-04 | 406.2953 |
| 2026-03-06 | 413.5410 |
| 2026-04-05 | 408.3925 |
| 2026-05-05 | 411.7583 |
| 2026-06-06 | 408.4211 |
| 2026-07-08 | 405.0724 |
| 2026-08-07 | 406.3283 |
| 2026-09-07 | 408.8003 |
High
441.4241
Low
400.7793
Average
416.6741
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=XAF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=XAF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=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¤cies=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.