USD to XOF exchange rate API
US Dollar to CFA Franc BCEAO · quoted 2026-09-25
576.6884
▲ +2.53% over 30D
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 30 days, USD/XOF traded between 562.4756 and 576.6884, averaged 567.8462 and rose 2.53%. 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 30D: show the values
| Point | USD/XOF |
|---|---|
| 2026-08-26 | 562.4756 |
| 2026-08-27 | 563.0022 |
| 2026-08-28 | 564.1608 |
| 2026-08-29 | 566.3572 |
| 2026-08-30 | 566.2962 |
| 2026-08-31 | 565.4221 |
| 2026-09-01 | 565.5000 |
| 2026-09-02 | 566.3369 |
| 2026-09-03 | 564.9308 |
| 2026-09-04 | 564.4017 |
| 2026-09-05 | 564.8078 |
| 2026-09-06 | 564.8514 |
| 2026-09-07 | 564.5088 |
| 2026-09-08 | 564.3773 |
| 2026-09-09 | 563.8061 |
| 2026-09-10 | 564.1407 |
| 2026-09-11 | 565.3425 |
| 2026-09-12 | 565.5624 |
| 2026-09-13 | 565.5928 |
| 2026-09-14 | 567.5978 |
| 2026-09-15 | 568.4178 |
| 2026-09-16 | 568.8073 |
| 2026-09-17 | 571.7225 |
| 2026-09-18 | 571.4607 |
| 2026-09-19 | 571.1098 |
| 2026-09-20 | 571.2057 |
| 2026-09-21 | 571.6343 |
| 2026-09-22 | 572.4026 |
| 2026-09-23 | 574.9398 |
| 2026-09-24 | 576.5829 |
| 2026-09-25 | 576.6364 |
High
576.6884
Low
562.4756
Average
567.8462
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.