Skip to content

BDT to XOF exchange rate API

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

4.6647

▲ +1.85% over 30D

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 30 days, BDT/XOF traded between 4.5768 and 4.6824, averaged 4.6202 and rose 1.85%. 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 30D

BDT/XOF over 30D: show the values
PointBDT/XOF
2026-08-284.5799
2026-08-294.5940
2026-08-304.5965
2026-08-314.5859
2026-09-014.6072
2026-09-024.6152
2026-09-034.6022
2026-09-044.5919
2026-09-054.5959
2026-09-064.5768
2026-09-074.5943
2026-09-084.5934
2026-09-094.5870
2026-09-104.5778
2026-09-114.5807
2026-09-124.5844
2026-09-134.5988
2026-09-144.6051
2026-09-154.6169
2026-09-164.6190
2026-09-174.6390
2026-09-184.6535
2026-09-194.6498
2026-09-204.6331
2026-09-214.6569
2026-09-224.6586
2026-09-234.6771
2026-09-244.6824
2026-09-254.6814
2026-09-264.6821
2026-09-274.6647

High

4.6824

Low

4.5768

Average

4.6202

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.