Skip to content

BDT to XOF exchange rate API

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

4.6647

▼ +4.73% over 5Y

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 5 years, BDT/XOF traded between 4.4854 and 5.2505, averaged 4.7284 and fell 4.73%. 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 5Y

BDT/XOF over 5Y: show the values
PointBDT/XOF
2024-08-244.8962
2024-10-074.9497
2024-11-065.0395
2024-12-065.1109
2025-01-055.2505
2025-02-045.1168
2025-03-064.9157
2025-04-054.9355
2025-05-054.6785
2025-06-044.6047
2025-07-044.4854
2025-08-034.6272
2025-09-024.5570
2025-10-024.5250
2025-11-014.6447
2025-12-014.6325
2025-12-314.5660
2026-01-304.5039
2026-03-014.5488
2026-03-314.6404
2026-04-304.5681
2026-05-304.5779
2026-06-304.6693
2026-07-304.6365
2026-08-294.5940

High

5.2505

Low

4.4854

Average

4.7284

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.