Skip to content

TND to BDT exchange rate API

Tunisian Dinar to Taka · quoted 2026-09-25

41.6413

▼ +0.57% over 1Y

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

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

TND/BDT over 1Y

TND/BDT over 1Y: show the values
PointTND/BDT
2025-09-2541.8805
2025-10-0241.9485
2025-10-0941.5879
2025-10-1641.6581
2025-10-2341.6532
2025-10-3041.7497
2025-11-0641.2472
2025-11-1341.4631
2025-11-2041.3768
2025-11-2741.5306
2025-12-0441.8132
2025-12-1241.8381
2025-12-1941.9741
2025-12-2642.3007
2026-01-0242.4199
2026-01-0942.1503
2026-01-1642.2528
2026-01-2342.5526
2026-01-3043.0279
2026-02-0642.7073
2026-02-1342.9379
2026-02-2042.5473
2026-02-2742.6632
2026-03-0642.0996
2026-03-1341.8964
2026-03-2042.0287
2026-03-2741.8897
2026-04-0341.7834
2026-04-1042.5650
2026-04-1742.5957
2026-04-2442.5731
2026-05-0142.5832
2026-05-0842.2280
2026-05-1642.2352
2026-05-2442.1267
2026-05-3142.2810
2026-06-0941.9969
2026-06-1642.1041
2026-06-2341.7906
2026-06-3041.7584
2026-07-0741.7780
2026-07-1441.7858
2026-07-2141.8804
2026-07-2841.6793
2026-08-0442.2768
2026-08-1142.2276
2026-08-1841.9532
2026-08-2642.3531
2026-09-0242.0363
2026-09-0942.4003
2026-09-1642.2348
2026-09-2341.6645

High

43.0279

Low

41.2472

Average

42.0703

For developers

Get this rate via the API

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

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=BDT").json()

Replace YOUR_API_KEY with the key from your dashboard.

TND/BDT API questions

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

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

How far back does TND/BDT historical data go?

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