BDT to XOF exchange rate API
Taka to CFA Franc BCEAO · quoted 2026-09-27
4.6647
▲ +1.59% over 1Y
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 last year, BDT/XOF traded between 4.5119 and 4.6819, averaged 4.6030 and rose 1.59%. 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 1Y: show the values
| Point | BDT/XOF |
|---|---|
| 2025-09-27 | 4.5918 |
| 2025-10-04 | 4.5903 |
| 2025-10-11 | 4.6290 |
| 2025-10-18 | 4.6139 |
| 2025-10-25 | 4.6099 |
| 2025-11-01 | 4.6447 |
| 2025-11-08 | 4.6362 |
| 2025-11-15 | 4.6217 |
| 2025-11-22 | 4.6569 |
| 2025-11-29 | 4.6225 |
| 2025-12-06 | 4.6056 |
| 2025-12-13 | 4.5728 |
| 2025-12-20 | 4.5792 |
| 2025-12-27 | 4.5585 |
| 2026-01-03 | 4.5737 |
| 2026-01-10 | 4.6111 |
| 2026-01-17 | 4.6238 |
| 2026-01-24 | 4.5338 |
| 2026-01-31 | 4.5119 |
| 2026-02-07 | 4.5422 |
| 2026-02-14 | 4.5213 |
| 2026-02-21 | 4.5497 |
| 2026-02-28 | 4.5415 |
| 2026-03-07 | 4.6167 |
| 2026-03-14 | 4.6647 |
| 2026-03-21 | 4.6126 |
| 2026-03-28 | 4.6287 |
| 2026-04-04 | 4.6334 |
| 2026-04-11 | 4.5639 |
| 2026-04-18 | 4.5267 |
| 2026-04-25 | 4.5615 |
| 2026-05-02 | 4.5630 |
| 2026-05-09 | 4.5440 |
| 2026-05-16 | 4.5963 |
| 2026-05-23 | 4.5991 |
| 2026-05-30 | 4.5779 |
| 2026-06-06 | 4.6321 |
| 2026-06-14 | 4.6057 |
| 2026-06-21 | 4.6560 |
| 2026-06-28 | 4.6819 |
| 2026-07-05 | 4.6614 |
| 2026-07-12 | 4.6665 |
| 2026-07-19 | 4.6578 |
| 2026-07-26 | 4.6671 |
| 2026-08-02 | 4.6083 |
| 2026-08-09 | 4.5794 |
| 2026-08-16 | 4.6011 |
| 2026-08-23 | 4.5804 |
| 2026-08-30 | 4.5965 |
| 2026-09-06 | 4.5768 |
| 2026-09-13 | 4.5988 |
| 2026-09-20 | 4.6331 |
| 2026-09-27 | 4.6647 |
High
4.6819
Low
4.5119
Average
4.6030
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.