Skip to content

BDT to XOF exchange rate API

Taka to CFA Franc BCEAO · quoted 2026-09-27

4.6647

▲ +0.52% over 6M

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 6 months, BDT/XOF traded between 4.5272 and 4.6957, averaged 4.6140 and rose 0.52%. 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 6M

BDT/XOF over 6M: show the values
PointBDT/XOF
2026-03-314.6404
2026-04-074.6117
2026-04-144.5272
2026-04-214.5476
2026-04-284.5495
2026-05-054.5727
2026-05-124.5410
2026-05-194.5955
2026-05-264.5931
2026-06-024.5894
2026-06-104.6256
2026-06-174.6117
2026-06-244.6957
2026-07-014.6742
2026-07-084.6585
2026-07-154.6581
2026-07-224.6573
2026-07-294.6631
2026-08-054.5937
2026-08-124.6123
2026-08-194.6162
2026-08-264.5797
2026-09-024.6152
2026-09-094.5870
2026-09-164.6190
2026-09-234.6771

High

4.6957

Low

4.5272

Average

4.6140

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.