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: show the values
| Point | USD/XOF |
|---|---|
| 2025-09-25 | 551.2010 |
| 2025-10-02 | 550.6833 |
| 2025-10-09 | 565.3156 |
| 2025-10-16 | 562.2072 |
| 2025-10-23 | 564.9461 |
| 2025-10-30 | 565.8529 |
| 2025-11-06 | 569.2967 |
| 2025-11-13 | 564.8635 |
| 2025-11-20 | 569.1201 |
| 2025-11-27 | 565.6465 |
| 2025-12-04 | 562.5141 |
| 2025-12-11 | 559.7326 |
| 2025-12-18 | 559.0001 |
| 2025-12-25 | 556.8132 |
| 2026-01-01 | 558.4327 |
| 2026-01-08 | 562.0844 |
| 2026-01-15 | 564.2808 |
| 2026-01-22 | 560.2022 |
| 2026-01-29 | 548.2354 |
| 2026-02-05 | 556.1854 |
| 2026-02-12 | 552.4759 |
| 2026-02-19 | 556.7645 |
| 2026-02-26 | 555.5810 |
| 2026-03-05 | 565.1744 |
| 2026-03-12 | 568.6787 |
| 2026-03-19 | 570.2323 |
| 2026-03-26 | 568.0307 |
| 2026-04-02 | 568.4727 |
| 2026-04-09 | 561.7119 |
| 2026-04-16 | 556.3200 |
| 2026-04-23 | 560.8024 |
| 2026-04-30 | 560.5917 |
| 2026-05-07 | 558.0170 |
| 2026-05-14 | 560.5992 |
| 2026-05-21 | 564.7191 |
| 2026-05-28 | 564.3374 |
| 2026-06-04 | 564.7457 |
| 2026-06-11 | 568.1433 |
| 2026-06-18 | 570.8541 |
| 2026-06-25 | 577.1484 |
| 2026-07-02 | 574.8783 |
| 2026-07-09 | 573.9196 |
| 2026-07-16 | 572.5114 |
| 2026-07-23 | 575.4851 |
| 2026-07-30 | 571.4798 |
| 2026-08-06 | 568.5388 |
| 2026-08-13 | 568.9773 |
| 2026-08-20 | 561.5873 |
| 2026-08-27 | 563.0022 |
| 2026-09-03 | 564.9308 |
| 2026-09-10 | 564.1407 |
| 2026-09-17 | 571.7225 |
| 2026-09-24 | 576.5829 |
High
577.1484
Low
548.2354
Average
564.3418
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.