Skip to content

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

XOF/STD over 1Y: show the values
PointXOF/STD
2025-09-2737.7699
2025-10-0437.7033
2025-10-1137.3462
2025-10-1837.7765
2025-10-2537.7429
2025-11-0137.5235
2025-11-0837.3811
2025-11-1537.7272
2025-11-2237.6513
2025-11-2937.7350
2025-12-0637.7205
2025-12-1437.6820
2025-12-2137.5347
2025-12-2837.5714
2026-01-0437.6250
2026-01-1137.4557
2026-01-1837.5416
2026-01-2538.0460
2026-02-0137.5419
2026-02-0837.6170
2026-02-1537.4933
2026-02-2237.5579
2026-03-0137.5123
2026-03-0837.5181
2026-03-1537.3914
2026-03-2237.5589
2026-03-2937.4801
2026-04-0537.5251
2026-04-1236.8983
2026-04-1937.0886
2026-04-2636.9581
2026-05-0337.0123
2026-05-1037.1535
2026-05-1836.7175
2026-05-2637.5895
2026-06-0237.5651
2026-06-1137.6973
2026-06-1837.5326
2026-06-2537.4858
2026-07-0236.0041
2026-07-0937.6090
2026-07-1637.6104
2026-07-2337.7367
2026-07-3037.7475
2026-08-0637.5498
2026-08-1337.5909
2026-08-2137.6560
2026-08-2837.7419
2026-09-0437.6323
2026-09-1137.5641
2026-09-1836.2194
2026-09-2537.6145

High

38.0460

Low

36.0041

Average

37.4729

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XOF&currencies=STD"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XOF&currencies=STD");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=XOF&currencies=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&currencies=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.