Skip to content

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

BDT/XOF over 1Y: show the values
PointBDT/XOF
2025-09-274.5918
2025-10-044.5903
2025-10-114.6290
2025-10-184.6139
2025-10-254.6099
2025-11-014.6447
2025-11-084.6362
2025-11-154.6217
2025-11-224.6569
2025-11-294.6225
2025-12-064.6056
2025-12-134.5728
2025-12-204.5792
2025-12-274.5585
2026-01-034.5737
2026-01-104.6111
2026-01-174.6238
2026-01-244.5338
2026-01-314.5119
2026-02-074.5422
2026-02-144.5213
2026-02-214.5497
2026-02-284.5415
2026-03-074.6167
2026-03-144.6647
2026-03-214.6126
2026-03-284.6287
2026-04-044.6334
2026-04-114.5639
2026-04-184.5267
2026-04-254.5615
2026-05-024.5630
2026-05-094.5440
2026-05-164.5963
2026-05-234.5991
2026-05-304.5779
2026-06-064.6321
2026-06-144.6057
2026-06-214.6560
2026-06-284.6819
2026-07-054.6614
2026-07-124.6665
2026-07-194.6578
2026-07-264.6671
2026-08-024.6083
2026-08-094.5794
2026-08-164.6011
2026-08-234.5804
2026-08-304.5965
2026-09-064.5768
2026-09-134.5988
2026-09-204.6331
2026-09-274.6647

High

4.6819

Low

4.5119

Average

4.6030

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BDT&currencies=XOF"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BDT&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=BDT&currencies=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&currencies=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.