Skip to content

USD to XOF exchange rate API

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

576.6884

▲ +1.17% over 6M

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 last 6 months, USD/XOF traded between 557.0935 and 576.6884, averaged 567.2873 and rose 1.17%. 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 6M

USD/XOF over 6M: show the values
PointUSD/XOF
2026-03-29570.0022
2026-04-05569.4857
2026-04-12560.9462
2026-04-19558.0681
2026-04-26560.0384
2026-05-03559.2182
2026-05-10557.0935
2026-05-17564.3443
2026-05-24564.1769
2026-05-31562.6910
2026-06-07569.7534
2026-06-14565.6565
2026-06-21571.9447
2026-06-28576.1138
2026-07-05573.4096
2026-07-12575.0852
2026-07-19573.7755
2026-07-26576.1199
2026-08-02568.1922
2026-08-09567.4653
2026-08-16567.0094
2026-08-23561.5323
2026-08-30566.2962
2026-09-06564.8514
2026-09-13565.5928
2026-09-20571.2057

High

576.6884

Low

557.0935

Average

567.2873

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.