Skip to content

TND to BDT exchange rate API

Tunisian Dinar to Taka · quoted 2026-09-25

41.6413

▼ +1.68% over 30D

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 30 days, TND/BDT traded between 41.6105 and 42.7822, averaged 42.1635 and fell 1.68%. 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 30D

TND/BDT over 30D: show the values
PointTND/BDT
2026-08-2642.3531
2026-08-2742.4221
2026-08-2842.4210
2026-08-2942.2042
2026-08-3042.2476
2026-08-3142.7822
2026-09-0142.1569
2026-09-0242.0363
2026-09-0342.1538
2026-09-0442.2949
2026-09-0542.2743
2026-09-0642.3676
2026-09-0742.1235
2026-09-0842.3513
2026-09-0942.4003
2026-09-1042.4821
2026-09-1142.4517
2026-09-1242.5800
2026-09-1342.4811
2026-09-1442.5444
2026-09-1541.9980
2026-09-1642.2348
2026-09-1742.0426
2026-09-1842.1640
2026-09-1941.7741
2026-09-2041.8985
2026-09-2141.6814
2026-09-2241.7252
2026-09-2341.6645
2026-09-2441.6703
2026-09-2541.6105

High

42.7822

Low

41.6105

Average

42.1635

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.