Skip to content

USD to XOF exchange rate API

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

576.6884

▲ +4.62% over 1Y

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 year, USD/XOF traded between 548.2354 and 577.1484, averaged 564.3418 and rose 4.62%. 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 1Y

USD/XOF over 1Y: show the values
PointUSD/XOF
2025-09-25551.2010
2025-10-02550.6833
2025-10-09565.3156
2025-10-16562.2072
2025-10-23564.9461
2025-10-30565.8529
2025-11-06569.2967
2025-11-13564.8635
2025-11-20569.1201
2025-11-27565.6465
2025-12-04562.5141
2025-12-11559.7326
2025-12-18559.0001
2025-12-25556.8132
2026-01-01558.4327
2026-01-08562.0844
2026-01-15564.2808
2026-01-22560.2022
2026-01-29548.2354
2026-02-05556.1854
2026-02-12552.4759
2026-02-19556.7645
2026-02-26555.5810
2026-03-05565.1744
2026-03-12568.6787
2026-03-19570.2323
2026-03-26568.0307
2026-04-02568.4727
2026-04-09561.7119
2026-04-16556.3200
2026-04-23560.8024
2026-04-30560.5917
2026-05-07558.0170
2026-05-14560.5992
2026-05-21564.7191
2026-05-28564.3374
2026-06-04564.7457
2026-06-11568.1433
2026-06-18570.8541
2026-06-25577.1484
2026-07-02574.8783
2026-07-09573.9196
2026-07-16572.5114
2026-07-23575.4851
2026-07-30571.4798
2026-08-06568.5388
2026-08-13568.9773
2026-08-20561.5873
2026-08-27563.0022
2026-09-03564.9308
2026-09-10564.1407
2026-09-17571.7225
2026-09-24576.5829

High

577.1484

Low

548.2354

Average

564.3418

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.