Skip to content

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

BDT/XOF over YTD: show the values
PointBDT/XOF
2025-12-314.5660
2026-01-074.5921
2026-01-144.6059
2026-01-214.5772
2026-01-284.4862
2026-02-044.5481
2026-02-114.5077
2026-02-184.5411
2026-02-254.5507
2026-03-044.6157
2026-03-114.6145
2026-03-184.6441
2026-03-254.6151
2026-04-014.6081
2026-04-084.5715
2026-04-154.5239
2026-04-224.5528
2026-04-294.5652
2026-05-064.5529
2026-05-134.5608
2026-05-204.6003
2026-05-274.5920
2026-06-034.6020
2026-06-114.6220
2026-06-184.6488
2026-06-254.6949
2026-07-024.6630
2026-07-094.6605
2026-07-164.6524
2026-07-234.6645
2026-07-304.6365
2026-08-064.5959
2026-08-134.6271
2026-08-204.6061
2026-08-274.5722
2026-09-034.6022
2026-09-104.5778
2026-09-174.6390
2026-09-244.6824

High

4.6949

Low

4.4862

Average

4.6001

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.