Skip to content

USD to XOF exchange rate API

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

576.9901

▼ +1.43% over 5Y

1 USD = 576.9901 XOF · 1 XOF = 0.001733 USD · Get this rate via the API

1 USD buys 576.9901 XOF as of 2026-09-25, so 1 XOF buys 0.001733 USD. Over the last 5 years, USD/XOF traded between 552.0293 and 623.6439, averaged 576.2523 and fell 1.43%. 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 5Y

USD/XOF over 5Y: show the values
PointUSD/XOF
2024-08-24585.3574
2024-10-01585.7350
2024-10-31594.4049
2024-11-30620.0869
2024-12-30620.5344
2025-01-29623.6439
2025-02-28620.6528
2025-03-30598.8635
2025-04-29566.0611
2025-05-29566.9866
2025-06-28560.5360
2025-07-28555.7284
2025-08-27556.9681
2025-09-26552.0293
2025-10-26563.8698
2025-11-25568.3278
2025-12-25556.8132
2026-01-24554.8085
2026-02-23555.5340
2026-03-25566.0480
2026-04-24560.6654
2026-05-24564.1769
2026-06-23575.0773
2026-07-23575.4851
2026-08-22561.7932
2026-09-21571.6343

High

623.6439

Low

552.0293

Average

576.2523

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.