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: show the values
| Point | CAD/XAF |
|---|---|
| 2026-03-31 | 410.1230 |
| 2026-04-07 | 408.9219 |
| 2026-04-14 | 407.3292 |
| 2026-04-21 | 407.6402 |
| 2026-04-28 | 409.3126 |
| 2026-05-05 | 411.7583 |
| 2026-05-12 | 407.0360 |
| 2026-05-20 | 410.8083 |
| 2026-05-28 | 408.5523 |
| 2026-06-04 | 406.5395 |
| 2026-06-13 | 405.3993 |
| 2026-06-20 | 403.5110 |
| 2026-06-27 | 405.8464 |
| 2026-07-04 | 403.8147 |
| 2026-07-11 | 405.9921 |
| 2026-07-18 | 409.0389 |
| 2026-07-25 | 409.1662 |
| 2026-08-01 | 405.7924 |
| 2026-08-08 | 407.0721 |
| 2026-08-15 | 408.6477 |
| 2026-08-23 | 407.1625 |
| 2026-08-30 | 407.1261 |
| 2026-09-06 | 408.1483 |
| 2026-09-13 | 407.7367 |
| 2026-09-20 | 408.1952 |
| 2026-09-27 | 407.1363 |
High
411.7583
Low
403.5110
Average
407.5905
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.