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: show the values
| Point | USD/XOF |
|---|---|
| 2025-12-31 | 558.7409 |
| 2026-01-07 | 561.1850 |
| 2026-01-14 | 563.2044 |
| 2026-01-21 | 560.0593 |
| 2026-01-28 | 547.8347 |
| 2026-02-04 | 555.1973 |
| 2026-02-11 | 551.5251 |
| 2026-02-18 | 554.5818 |
| 2026-02-25 | 556.2492 |
| 2026-03-04 | 564.5162 |
| 2026-03-11 | 565.4211 |
| 2026-03-18 | 569.4249 |
| 2026-03-25 | 566.0480 |
| 2026-04-01 | 566.0886 |
| 2026-04-08 | 561.5838 |
| 2026-04-15 | 556.3271 |
| 2026-04-22 | 558.9828 |
| 2026-04-29 | 560.8080 |
| 2026-05-06 | 558.4778 |
| 2026-05-13 | 559.8108 |
| 2026-05-20 | 565.1123 |
| 2026-05-27 | 563.7137 |
| 2026-06-03 | 564.9496 |
| 2026-06-10 | 568.0875 |
| 2026-06-17 | 566.0838 |
| 2026-06-24 | 577.5353 |
| 2026-07-01 | 575.5866 |
| 2026-07-08 | 574.7007 |
| 2026-07-15 | 573.4016 |
| 2026-07-22 | 574.9986 |
| 2026-07-29 | 575.1621 |
| 2026-08-05 | 568.2968 |
| 2026-08-12 | 568.6491 |
| 2026-08-19 | 564.3709 |
| 2026-08-26 | 562.4756 |
| 2026-09-02 | 566.3369 |
| 2026-09-09 | 563.8061 |
| 2026-09-16 | 568.8073 |
| 2026-09-23 | 574.9398 |
High
577.5353
Low
547.8347
Average
564.7442
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.