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: show the values
| Point | CAD/XAF |
|---|---|
| 2026-08-28 | 406.5655 |
| 2026-08-29 | 407.3517 |
| 2026-08-30 | 407.1261 |
| 2026-08-31 | 407.5498 |
| 2026-09-01 | 407.0593 |
| 2026-09-02 | 406.8364 |
| 2026-09-03 | 410.1010 |
| 2026-09-04 | 408.9481 |
| 2026-09-05 | 408.2646 |
| 2026-09-06 | 408.1483 |
| 2026-09-07 | 408.8003 |
| 2026-09-08 | 408.7495 |
| 2026-09-09 | 409.6072 |
| 2026-09-10 | 407.9481 |
| 2026-09-11 | 408.0074 |
| 2026-09-12 | 407.7367 |
| 2026-09-13 | 407.7367 |
| 2026-09-14 | 408.3341 |
| 2026-09-15 | 408.5082 |
| 2026-09-16 | 407.6872 |
| 2026-09-17 | 408.8740 |
| 2026-09-18 | 407.4202 |
| 2026-09-19 | 408.4300 |
| 2026-09-20 | 408.1952 |
| 2026-09-21 | 408.1006 |
| 2026-09-22 | 407.0389 |
| 2026-09-23 | 407.4640 |
| 2026-09-24 | 408.4212 |
| 2026-09-25 | 407.9378 |
| 2026-09-26 | 407.1893 |
| 2026-09-27 | 407.1363 |
High
410.1010
Low
406.5655
Average
407.9503
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.