BDT to XOF exchange rate API
Taka to CFA Franc BCEAO · quoted 2026-09-27
4.6647
▲ +2.16% over YTD
1 BDT = 4.6647 XOF · 1 XOF = 0.21438 BDT · Get this rate via the API
1 BDT buys 4.6647 XOF as of 2026-09-27, so 1 XOF buys 0.21438 BDT. Over the year to date, BDT/XOF traded between 4.4862 and 4.6949, averaged 4.6001 and rose 2.16%. The API holds daily BDT/XOF rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
BDT/XOF over YTD: show the values
| Point | BDT/XOF |
|---|---|
| 2025-12-31 | 4.5660 |
| 2026-01-07 | 4.5921 |
| 2026-01-14 | 4.6059 |
| 2026-01-21 | 4.5772 |
| 2026-01-28 | 4.4862 |
| 2026-02-04 | 4.5481 |
| 2026-02-11 | 4.5077 |
| 2026-02-18 | 4.5411 |
| 2026-02-25 | 4.5507 |
| 2026-03-04 | 4.6157 |
| 2026-03-11 | 4.6145 |
| 2026-03-18 | 4.6441 |
| 2026-03-25 | 4.6151 |
| 2026-04-01 | 4.6081 |
| 2026-04-08 | 4.5715 |
| 2026-04-15 | 4.5239 |
| 2026-04-22 | 4.5528 |
| 2026-04-29 | 4.5652 |
| 2026-05-06 | 4.5529 |
| 2026-05-13 | 4.5608 |
| 2026-05-20 | 4.6003 |
| 2026-05-27 | 4.5920 |
| 2026-06-03 | 4.6020 |
| 2026-06-11 | 4.6220 |
| 2026-06-18 | 4.6488 |
| 2026-06-25 | 4.6949 |
| 2026-07-02 | 4.6630 |
| 2026-07-09 | 4.6605 |
| 2026-07-16 | 4.6524 |
| 2026-07-23 | 4.6645 |
| 2026-07-30 | 4.6365 |
| 2026-08-06 | 4.5959 |
| 2026-08-13 | 4.6271 |
| 2026-08-20 | 4.6061 |
| 2026-08-27 | 4.5722 |
| 2026-09-03 | 4.6022 |
| 2026-09-10 | 4.5778 |
| 2026-09-17 | 4.6390 |
| 2026-09-24 | 4.6824 |
High
4.6949
Low
4.4862
Average
4.6001
Get this rate via the API
One GET request returns the BDT/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=BDT¤cies=XOF"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BDT¤cies=XOF");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BDT¤cies=XOF").json()Replace YOUR_API_KEY with the key from your dashboard.
BDT/XOF API questions
How do I get the BDT/XOF exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BDT¤cies=XOF, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BDT/XOF rate in rates.XOF.
How far back does BDT/XOF historical data go?
Daily BDT/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 BDT/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.