Skip to content

BDT to TND exchange rate API

Taka to Tunisian Dinar · quoted 2026-09-25

0.02401

▲ +0.57% over 1Y

1 BDT = 0.02401 TND · 1 TND = 41.6424 BDT · Get this rate via the API

1 BDT buys 0.02401 TND as of 2026-09-25, so 1 TND buys 41.6424 BDT. Over the last year, BDT/TND traded between 0.02324 and 0.02424, averaged 0.02377 and rose 0.57%. The API holds daily BDT/TND rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

BDT/TND over 1Y

BDT/TND over 1Y: show the values
PointBDT/TND
2025-09-250.02388
2025-10-020.02384
2025-10-090.02405
2025-10-160.02400
2025-10-230.02401
2025-10-300.02395
2025-11-060.02424
2025-11-130.02412
2025-11-200.02417
2025-11-270.02408
2025-12-040.02391
2025-12-120.02390
2025-12-190.02382
2025-12-260.02364
2026-01-020.02357
2026-01-090.02372
2026-01-160.02367
2026-01-230.02350
2026-01-300.02324
2026-02-060.02341
2026-02-130.02329
2026-02-200.02350
2026-02-270.02344
2026-03-060.02375
2026-03-130.02387
2026-03-200.02379
2026-03-270.02387
2026-04-030.02393
2026-04-100.02349
2026-04-170.02348
2026-04-240.02349
2026-05-010.02348
2026-05-080.02368
2026-05-160.02368
2026-05-240.02374
2026-05-310.02365
2026-06-090.02381
2026-06-160.02375
2026-06-230.02393
2026-06-300.02395
2026-07-070.02394
2026-07-140.02393
2026-07-210.02388
2026-07-280.02399
2026-08-040.02365
2026-08-110.02368
2026-08-180.02384
2026-08-260.02361
2026-09-020.02379
2026-09-090.02358
2026-09-160.02368
2026-09-230.02400

High

0.02424

Low

0.02324

Average

0.02377

For developers

Get this rate via the API

One GET request returns the BDT/TND 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=TND"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BDT&currencies=TND");
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=TND").json()

Replace YOUR_API_KEY with the key from your dashboard.

BDT/TND API questions

How do I get the BDT/TND exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=BDT&currencies=TND, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest BDT/TND rate in rates.TND.

How far back does BDT/TND historical data go?

Daily BDT/TND 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/TND 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.