Skip to content

USD to XOF exchange rate API

US Dollar to CFA Franc BCEAO · quoted 2026-09-25

576.6884

▲ +3.21% over YTD

1 USD = 576.6884 XOF · 1 XOF = 0.001734 USD · Get this rate via the API

1 USD buys 576.6884 XOF as of 2026-09-25, so 1 XOF buys 0.001734 USD. Over the year to date, USD/XOF traded between 547.8347 and 577.5353, averaged 564.7442 and rose 3.21%. The API holds daily USD/XOF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

USD/XOF over YTD

USD/XOF over YTD: show the values
PointUSD/XOF
2025-12-31558.7409
2026-01-07561.1850
2026-01-14563.2044
2026-01-21560.0593
2026-01-28547.8347
2026-02-04555.1973
2026-02-11551.5251
2026-02-18554.5818
2026-02-25556.2492
2026-03-04564.5162
2026-03-11565.4211
2026-03-18569.4249
2026-03-25566.0480
2026-04-01566.0886
2026-04-08561.5838
2026-04-15556.3271
2026-04-22558.9828
2026-04-29560.8080
2026-05-06558.4778
2026-05-13559.8108
2026-05-20565.1123
2026-05-27563.7137
2026-06-03564.9496
2026-06-10568.0875
2026-06-17566.0838
2026-06-24577.5353
2026-07-01575.5866
2026-07-08574.7007
2026-07-15573.4016
2026-07-22574.9986
2026-07-29575.1621
2026-08-05568.2968
2026-08-12568.6491
2026-08-19564.3709
2026-08-26562.4756
2026-09-02566.3369
2026-09-09563.8061
2026-09-16568.8073
2026-09-23574.9398

High

577.5353

Low

547.8347

Average

564.7442

For developers

Get this rate via the API

One GET request returns the USD/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=USD&currencies=XOF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&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=USD&currencies=XOF").json()

Replace YOUR_API_KEY with the key from your dashboard.

USD/XOF API questions

How do I get the USD/XOF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD&currencies=XOF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest USD/XOF rate in rates.XOF.

How far back does USD/XOF historical data go?

Daily USD/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 USD/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.