Skip to content

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

CAD/XOF over YTD: show the values
PointCAD/XOF
2025-12-31408.0811
2026-01-07406.3766
2026-01-14405.8321
2026-01-21406.0364
2026-01-28403.8774
2026-02-04406.6447
2026-02-11407.2088
2026-02-18406.3984
2026-02-25406.3004
2026-03-04413.3282
2026-03-11415.9665
2026-03-18415.1380
2026-03-25410.6922
2026-04-01407.4336
2026-04-08405.1711
2026-04-15403.6671
2026-04-22409.0402
2026-04-29410.1219
2026-05-06410.5769
2026-05-13408.8899
2026-05-20410.7592
2026-05-27407.4748
2026-06-03407.6877
2026-06-10407.8370
2026-06-17404.0071
2026-06-24405.7777
2026-07-01404.6633
2026-07-08405.1613
2026-07-15407.4141
2026-07-22408.1628
2026-07-29407.7845
2026-08-05404.5658
2026-08-12408.3510
2026-08-19406.8535
2026-08-26405.7572
2026-09-02406.7145
2026-09-09409.4913
2026-09-16408.0546
2026-09-23408.0762

High

415.9665

Low

403.6671

Average

407.7326

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=XOF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=XOF");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CAD&currencies=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&currencies=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.