Skip to content

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

TND/BDT over 6M: show the values
PointTND/BDT
2026-03-2941.9174
2026-04-0541.8890
2026-04-1242.0441
2026-04-1942.3622
2026-04-2642.0190
2026-05-0342.5870
2026-05-1042.2447
2026-05-1841.9370
2026-05-2642.3871
2026-06-0242.2420
2026-06-1142.0192
2026-06-1841.8996
2026-06-2541.5401
2026-07-0241.9513
2026-07-0941.8095
2026-07-1641.8168
2026-07-2341.9015
2026-07-3041.8520
2026-08-0642.3971
2026-08-1341.8894
2026-08-2142.1832
2026-08-2842.4210
2026-09-0442.2949
2026-09-1142.4517
2026-09-1842.1640
2026-09-2541.6105

High

42.5870

Low

41.5401

Average

42.0545

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.