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: show the values
| Point | TND/BDT |
|---|---|
| 2025-09-25 | 41.8805 |
| 2025-10-02 | 41.9485 |
| 2025-10-09 | 41.5879 |
| 2025-10-16 | 41.6581 |
| 2025-10-23 | 41.6532 |
| 2025-10-30 | 41.7497 |
| 2025-11-06 | 41.2472 |
| 2025-11-13 | 41.4631 |
| 2025-11-20 | 41.3768 |
| 2025-11-27 | 41.5306 |
| 2025-12-04 | 41.8132 |
| 2025-12-12 | 41.8381 |
| 2025-12-19 | 41.9741 |
| 2025-12-26 | 42.3007 |
| 2026-01-02 | 42.4199 |
| 2026-01-09 | 42.1503 |
| 2026-01-16 | 42.2528 |
| 2026-01-23 | 42.5526 |
| 2026-01-30 | 43.0279 |
| 2026-02-06 | 42.7073 |
| 2026-02-13 | 42.9379 |
| 2026-02-20 | 42.5473 |
| 2026-02-27 | 42.6632 |
| 2026-03-06 | 42.0996 |
| 2026-03-13 | 41.8964 |
| 2026-03-20 | 42.0287 |
| 2026-03-27 | 41.8897 |
| 2026-04-03 | 41.7834 |
| 2026-04-10 | 42.5650 |
| 2026-04-17 | 42.5957 |
| 2026-04-24 | 42.5731 |
| 2026-05-01 | 42.5832 |
| 2026-05-08 | 42.2280 |
| 2026-05-16 | 42.2352 |
| 2026-05-24 | 42.1267 |
| 2026-05-31 | 42.2810 |
| 2026-06-09 | 41.9969 |
| 2026-06-16 | 42.1041 |
| 2026-06-23 | 41.7906 |
| 2026-06-30 | 41.7584 |
| 2026-07-07 | 41.7780 |
| 2026-07-14 | 41.7858 |
| 2026-07-21 | 41.8804 |
| 2026-07-28 | 41.6793 |
| 2026-08-04 | 42.2768 |
| 2026-08-11 | 42.2276 |
| 2026-08-18 | 41.9532 |
| 2026-08-26 | 42.3531 |
| 2026-09-02 | 42.0363 |
| 2026-09-09 | 42.4003 |
| 2026-09-16 | 42.2348 |
| 2026-09-23 | 41.6645 |
High
43.0279
Low
41.2472
Average
42.0703
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.