CAD to XAF exchange rate API
Canadian Dollar to CFA Franc BEAC · quoted 2026-09-27
407.1363
▲ +1.39% over 1Y
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 year, CAD/XAF traded between 400.3332 and 416.8942, averaged 406.6909 and rose 1.39%. 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 1Y: show the values
| Point | CAD/XAF |
|---|---|
| 2025-09-27 | 401.5605 |
| 2025-10-04 | 400.3332 |
| 2025-10-11 | 403.5491 |
| 2025-10-18 | 401.4970 |
| 2025-10-25 | 403.2758 |
| 2025-11-01 | 405.1603 |
| 2025-11-08 | 403.8275 |
| 2025-11-15 | 402.6425 |
| 2025-11-22 | 403.9863 |
| 2025-11-29 | 404.7950 |
| 2025-12-06 | 407.7196 |
| 2025-12-14 | 405.5541 |
| 2025-12-21 | 405.8901 |
| 2025-12-28 | 407.4759 |
| 2026-01-04 | 407.0139 |
| 2026-01-11 | 405.1567 |
| 2026-01-18 | 406.2143 |
| 2026-01-25 | 404.7661 |
| 2026-02-01 | 406.4907 |
| 2026-02-08 | 406.0149 |
| 2026-02-15 | 405.8844 |
| 2026-02-22 | 407.0007 |
| 2026-03-01 | 406.6695 |
| 2026-03-08 | 415.3795 |
| 2026-03-15 | 416.8942 |
| 2026-03-22 | 412.3554 |
| 2026-03-29 | 409.4544 |
| 2026-04-05 | 408.3925 |
| 2026-04-12 | 403.7030 |
| 2026-04-19 | 406.1118 |
| 2026-04-26 | 409.1006 |
| 2026-05-03 | 411.9882 |
| 2026-05-10 | 406.4403 |
| 2026-05-18 | 410.5776 |
| 2026-05-26 | 408.2003 |
| 2026-06-02 | 407.3636 |
| 2026-06-11 | 406.3765 |
| 2026-06-18 | 402.9707 |
| 2026-06-25 | 405.1436 |
| 2026-07-02 | 404.9932 |
| 2026-07-09 | 405.1487 |
| 2026-07-16 | 407.9202 |
| 2026-07-23 | 407.8178 |
| 2026-07-30 | 407.6997 |
| 2026-08-06 | 405.6332 |
| 2026-08-13 | 408.0827 |
| 2026-08-21 | 408.3783 |
| 2026-08-28 | 406.5655 |
| 2026-09-04 | 408.9481 |
| 2026-09-11 | 408.0074 |
| 2026-09-18 | 407.4202 |
| 2026-09-25 | 407.9378 |
High
416.8942
Low
400.3332
Average
406.6909
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.