Skip to content

BAM to XOF exchange rate API

Convertible Mark to CFA Franc BCEAO · quoted 2026-09-25

335.3907

▲ +1.35% over 1Y

1 BAM = 335.3907 XOF · 1 XOF = 0.002982 BAM · Get this rate via the API

1 BAM buys 335.3907 XOF as of 2026-09-25, so 1 XOF buys 0.002982 BAM. Over the last year, BAM/XOF traded between 330.4899 and 336.6875, averaged 335.2172 and rose 1.35%. The API holds daily BAM/XOF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BAM/XOF over 1Y

BAM/XOF over 1Y: show the values
PointBAM/XOF
2025-09-25330.9261
2025-10-02330.4899
2025-10-09336.4312
2025-10-16335.5656
2025-10-23335.1316
2025-10-30336.0244
2025-11-06334.9818
2025-11-13334.7087
2025-11-20335.3558
2025-11-27335.8131
2025-12-04335.4463
2025-12-12335.2599
2025-12-19335.6458
2025-12-26335.6133
2026-01-02336.0986
2026-01-09335.5114
2026-01-16335.4073
2026-01-23335.0575
2026-01-30335.2459
2026-02-06335.0648
2026-02-13335.5180
2026-02-20335.0285
2026-02-27335.1348
2026-03-06335.8806
2026-03-13336.6875
2026-03-20335.5339
2026-03-27335.7609
2026-04-03335.7715
2026-04-10334.7045
2026-04-17335.2024
2026-04-24334.8613
2026-05-01334.7841
2026-05-08334.5341
2026-05-16335.3855
2026-05-24334.7225
2026-05-31335.4484
2026-06-09335.1035
2026-06-16334.9117
2026-06-23336.0692
2026-06-30335.1205
2026-07-07335.5748
2026-07-14334.9167
2026-07-21335.3312
2026-07-28335.5182
2026-08-04335.1615
2026-08-11335.5211
2026-08-18335.3930
2026-08-26335.6108
2026-09-02335.2850
2026-09-09335.2907
2026-09-16335.6878
2026-09-23335.8894

High

336.6875

Low

330.4899

Average

335.2172

For developers

Get this rate via the API

One GET request returns the BAM/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=BAM&currencies=XOF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM&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=BAM&currencies=XOF").json()

Replace YOUR_API_KEY with the key from your dashboard.

BAM/XOF API questions

How do I get the BAM/XOF exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM&currencies=XOF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BAM/XOF rate in rates.XOF.

How far back does BAM/XOF historical data go?

Daily BAM/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 BAM/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.