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: show the values
| Point | USD/XOF |
|---|---|
| 2026-03-29 | 570.0022 |
| 2026-04-05 | 569.4857 |
| 2026-04-12 | 560.9462 |
| 2026-04-19 | 558.0681 |
| 2026-04-26 | 560.0384 |
| 2026-05-03 | 559.2182 |
| 2026-05-10 | 557.0935 |
| 2026-05-17 | 564.3443 |
| 2026-05-24 | 564.1769 |
| 2026-05-31 | 562.6910 |
| 2026-06-07 | 569.7534 |
| 2026-06-14 | 565.6565 |
| 2026-06-21 | 571.9447 |
| 2026-06-28 | 576.1138 |
| 2026-07-05 | 573.4096 |
| 2026-07-12 | 575.0852 |
| 2026-07-19 | 573.7755 |
| 2026-07-26 | 576.1199 |
| 2026-08-02 | 568.1922 |
| 2026-08-09 | 567.4653 |
| 2026-08-16 | 567.0094 |
| 2026-08-23 | 561.5323 |
| 2026-08-30 | 566.2962 |
| 2026-09-06 | 564.8514 |
| 2026-09-13 | 565.5928 |
| 2026-09-20 | 571.2057 |
High
576.6884
Low
557.0935
Average
567.2873
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=XOF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=XOF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=USD¤cies=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¤cies=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.