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: show the values
| Point | BAM/XOF |
|---|---|
| 2025-09-25 | 330.9261 |
| 2025-10-02 | 330.4899 |
| 2025-10-09 | 336.4312 |
| 2025-10-16 | 335.5656 |
| 2025-10-23 | 335.1316 |
| 2025-10-30 | 336.0244 |
| 2025-11-06 | 334.9818 |
| 2025-11-13 | 334.7087 |
| 2025-11-20 | 335.3558 |
| 2025-11-27 | 335.8131 |
| 2025-12-04 | 335.4463 |
| 2025-12-12 | 335.2599 |
| 2025-12-19 | 335.6458 |
| 2025-12-26 | 335.6133 |
| 2026-01-02 | 336.0986 |
| 2026-01-09 | 335.5114 |
| 2026-01-16 | 335.4073 |
| 2026-01-23 | 335.0575 |
| 2026-01-30 | 335.2459 |
| 2026-02-06 | 335.0648 |
| 2026-02-13 | 335.5180 |
| 2026-02-20 | 335.0285 |
| 2026-02-27 | 335.1348 |
| 2026-03-06 | 335.8806 |
| 2026-03-13 | 336.6875 |
| 2026-03-20 | 335.5339 |
| 2026-03-27 | 335.7609 |
| 2026-04-03 | 335.7715 |
| 2026-04-10 | 334.7045 |
| 2026-04-17 | 335.2024 |
| 2026-04-24 | 334.8613 |
| 2026-05-01 | 334.7841 |
| 2026-05-08 | 334.5341 |
| 2026-05-16 | 335.3855 |
| 2026-05-24 | 334.7225 |
| 2026-05-31 | 335.4484 |
| 2026-06-09 | 335.1035 |
| 2026-06-16 | 334.9117 |
| 2026-06-23 | 336.0692 |
| 2026-06-30 | 335.1205 |
| 2026-07-07 | 335.5748 |
| 2026-07-14 | 334.9167 |
| 2026-07-21 | 335.3312 |
| 2026-07-28 | 335.5182 |
| 2026-08-04 | 335.1615 |
| 2026-08-11 | 335.5211 |
| 2026-08-18 | 335.3930 |
| 2026-08-26 | 335.6108 |
| 2026-09-02 | 335.2850 |
| 2026-09-09 | 335.2907 |
| 2026-09-16 | 335.6878 |
| 2026-09-23 | 335.8894 |
High
336.6875
Low
330.4899
Average
335.2172
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=XOF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=XOF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BAM¤cies=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¤cies=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.