CAD to XOF exchange rate API
Canadian Dollar to CFA Franc BCEAO · quoted 2026-09-24
407.9306
▼ +0.04% over YTD
1 CAD = 407.9306 XOF · 1 XOF = 0.002451 CAD · Get this rate via the API
1 CAD buys 407.9306 XOF as of 2026-09-24, so 1 XOF buys 0.002451 CAD. Over the year to date, CAD/XOF traded between 403.6671 and 415.9665, averaged 407.7326 and fell 0.04%. The API holds daily CAD/XOF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
CAD/XOF over YTD: show the values
| Point | CAD/XOF |
|---|---|
| 2025-12-31 | 408.0811 |
| 2026-01-07 | 406.3766 |
| 2026-01-14 | 405.8321 |
| 2026-01-21 | 406.0364 |
| 2026-01-28 | 403.8774 |
| 2026-02-04 | 406.6447 |
| 2026-02-11 | 407.2088 |
| 2026-02-18 | 406.3984 |
| 2026-02-25 | 406.3004 |
| 2026-03-04 | 413.3282 |
| 2026-03-11 | 415.9665 |
| 2026-03-18 | 415.1380 |
| 2026-03-25 | 410.6922 |
| 2026-04-01 | 407.4336 |
| 2026-04-08 | 405.1711 |
| 2026-04-15 | 403.6671 |
| 2026-04-22 | 409.0402 |
| 2026-04-29 | 410.1219 |
| 2026-05-06 | 410.5769 |
| 2026-05-13 | 408.8899 |
| 2026-05-20 | 410.7592 |
| 2026-05-27 | 407.4748 |
| 2026-06-03 | 407.6877 |
| 2026-06-10 | 407.8370 |
| 2026-06-17 | 404.0071 |
| 2026-06-24 | 405.7777 |
| 2026-07-01 | 404.6633 |
| 2026-07-08 | 405.1613 |
| 2026-07-15 | 407.4141 |
| 2026-07-22 | 408.1628 |
| 2026-07-29 | 407.7845 |
| 2026-08-05 | 404.5658 |
| 2026-08-12 | 408.3510 |
| 2026-08-19 | 406.8535 |
| 2026-08-26 | 405.7572 |
| 2026-09-02 | 406.7145 |
| 2026-09-09 | 409.4913 |
| 2026-09-16 | 408.0546 |
| 2026-09-23 | 408.0762 |
High
415.9665
Low
403.6671
Average
407.7326
Get this rate via the API
One GET request returns the CAD/XOF 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=XOF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=XOF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=XOF").json()Replace YOUR_API_KEY with the key from your dashboard.
CAD/XOF API questions
How do I get the CAD/XOF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD¤cies=XOF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest CAD/XOF rate in rates.XOF.
How far back does CAD/XOF historical data go?
Daily CAD/XOF 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/XOF 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.