XOF to STD exchange rate API
CFA Franc BCEAO to Dobra · quoted 2026-09-27
37.3573
▼ +1.09% over 1Y
1 XOF = 37.3573 STD · 1 STD = 0.02677 XOF · Get this rate via the API
1 XOF buys 37.3573 STD as of 2026-09-27, so 1 STD buys 0.02677 XOF. Over the last year, XOF/STD traded between 36.0041 and 38.0460, averaged 37.4729 and fell 1.09%. The API holds daily XOF/STD rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
XOF/STD over 1Y: show the values
| Point | XOF/STD |
|---|---|
| 2025-09-27 | 37.7699 |
| 2025-10-04 | 37.7033 |
| 2025-10-11 | 37.3462 |
| 2025-10-18 | 37.7765 |
| 2025-10-25 | 37.7429 |
| 2025-11-01 | 37.5235 |
| 2025-11-08 | 37.3811 |
| 2025-11-15 | 37.7272 |
| 2025-11-22 | 37.6513 |
| 2025-11-29 | 37.7350 |
| 2025-12-06 | 37.7205 |
| 2025-12-14 | 37.6820 |
| 2025-12-21 | 37.5347 |
| 2025-12-28 | 37.5714 |
| 2026-01-04 | 37.6250 |
| 2026-01-11 | 37.4557 |
| 2026-01-18 | 37.5416 |
| 2026-01-25 | 38.0460 |
| 2026-02-01 | 37.5419 |
| 2026-02-08 | 37.6170 |
| 2026-02-15 | 37.4933 |
| 2026-02-22 | 37.5579 |
| 2026-03-01 | 37.5123 |
| 2026-03-08 | 37.5181 |
| 2026-03-15 | 37.3914 |
| 2026-03-22 | 37.5589 |
| 2026-03-29 | 37.4801 |
| 2026-04-05 | 37.5251 |
| 2026-04-12 | 36.8983 |
| 2026-04-19 | 37.0886 |
| 2026-04-26 | 36.9581 |
| 2026-05-03 | 37.0123 |
| 2026-05-10 | 37.1535 |
| 2026-05-18 | 36.7175 |
| 2026-05-26 | 37.5895 |
| 2026-06-02 | 37.5651 |
| 2026-06-11 | 37.6973 |
| 2026-06-18 | 37.5326 |
| 2026-06-25 | 37.4858 |
| 2026-07-02 | 36.0041 |
| 2026-07-09 | 37.6090 |
| 2026-07-16 | 37.6104 |
| 2026-07-23 | 37.7367 |
| 2026-07-30 | 37.7475 |
| 2026-08-06 | 37.5498 |
| 2026-08-13 | 37.5909 |
| 2026-08-21 | 37.6560 |
| 2026-08-28 | 37.7419 |
| 2026-09-04 | 37.6323 |
| 2026-09-11 | 37.5641 |
| 2026-09-18 | 36.2194 |
| 2026-09-25 | 37.6145 |
High
38.0460
Low
36.0041
Average
37.4729
Get this rate via the API
One GET request returns the XOF/STD 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=XOF¤cies=STD"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XOF¤cies=STD");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XOF¤cies=STD").json()Replace YOUR_API_KEY with the key from your dashboard.
XOF/STD API questions
How do I get the XOF/STD exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XOF¤cies=STD, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest XOF/STD rate in rates.STD.
How far back does XOF/STD historical data go?
Daily XOF/STD 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 XOF/STD 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.