TND to BDT exchange rate API
Tunisian Dinar to Taka · quoted 2026-09-25
41.6413
▼ +0.66% over 6M
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 6 months, TND/BDT traded between 41.5401 and 42.5870, averaged 42.0545 and fell 0.66%. 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 6M: show the values
| Point | TND/BDT |
|---|---|
| 2026-03-29 | 41.9174 |
| 2026-04-05 | 41.8890 |
| 2026-04-12 | 42.0441 |
| 2026-04-19 | 42.3622 |
| 2026-04-26 | 42.0190 |
| 2026-05-03 | 42.5870 |
| 2026-05-10 | 42.2447 |
| 2026-05-18 | 41.9370 |
| 2026-05-26 | 42.3871 |
| 2026-06-02 | 42.2420 |
| 2026-06-11 | 42.0192 |
| 2026-06-18 | 41.8996 |
| 2026-06-25 | 41.5401 |
| 2026-07-02 | 41.9513 |
| 2026-07-09 | 41.8095 |
| 2026-07-16 | 41.8168 |
| 2026-07-23 | 41.9015 |
| 2026-07-30 | 41.8520 |
| 2026-08-06 | 42.3971 |
| 2026-08-13 | 41.8894 |
| 2026-08-21 | 42.1832 |
| 2026-08-28 | 42.4210 |
| 2026-09-04 | 42.2949 |
| 2026-09-11 | 42.4517 |
| 2026-09-18 | 42.1640 |
| 2026-09-25 | 41.6105 |
High
42.5870
Low
41.5401
Average
42.0545
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=BDT"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=BDT");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=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¤cies=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.