TND to THB exchange rate API
Tunisian Dinar to Baht · quoted 2026-09-24
11.3296
▲ +2.47% over 1Y
1 TND = 11.3296 THB · 1 THB = 0.08826 TND · Get this rate via the API
1 TND buys 11.3296 THB as of 2026-09-24, so 1 THB buys 0.08826 TND. Over the last year, TND/THB traded between 10.7472 and 11.4252, averaged 11.1191 and rose 2.47%. The API holds daily TND/THB rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.
TND/THB over 1Y: show the values
| Point | TND/THB |
|---|---|
| 2025-09-24 | 11.0563 |
| 2025-10-01 | 11.1519 |
| 2025-10-08 | 11.1182 |
| 2025-10-15 | 11.1064 |
| 2025-10-22 | 11.2012 |
| 2025-10-29 | 11.0675 |
| 2025-11-05 | 11.0177 |
| 2025-11-12 | 11.0384 |
| 2025-11-19 | 11.0038 |
| 2025-11-26 | 10.9182 |
| 2025-12-03 | 10.8369 |
| 2025-12-11 | 10.8457 |
| 2025-12-18 | 10.8017 |
| 2025-12-25 | 10.7472 |
| 2026-01-01 | 10.8902 |
| 2026-01-08 | 10.8899 |
| 2026-01-15 | 10.8585 |
| 2026-01-22 | 10.8650 |
| 2026-01-29 | 11.0136 |
| 2026-02-05 | 11.1086 |
| 2026-02-12 | 10.7565 |
| 2026-02-19 | 10.9170 |
| 2026-02-26 | 10.8560 |
| 2026-03-05 | 10.9161 |
| 2026-03-12 | 10.9016 |
| 2026-03-19 | 11.2302 |
| 2026-03-26 | 11.2755 |
| 2026-04-02 | 11.1862 |
| 2026-04-09 | 11.0978 |
| 2026-04-16 | 11.0444 |
| 2026-04-23 | 11.0892 |
| 2026-04-30 | 11.2524 |
| 2026-05-07 | 11.1907 |
| 2026-05-15 | 11.3124 |
| 2026-05-23 | 11.1906 |
| 2026-05-30 | 11.2092 |
| 2026-06-06 | 11.2014 |
| 2026-06-15 | 11.2371 |
| 2026-06-22 | 11.2718 |
| 2026-06-29 | 11.3527 |
| 2026-07-06 | 11.3044 |
| 2026-07-13 | 11.2948 |
| 2026-07-20 | 11.3977 |
| 2026-07-27 | 11.3249 |
| 2026-08-03 | 11.3625 |
| 2026-08-10 | 11.3059 |
| 2026-08-17 | 11.3018 |
| 2026-08-25 | 11.2811 |
| 2026-09-01 | 11.4252 |
| 2026-09-08 | 11.3454 |
| 2026-09-15 | 11.3576 |
| 2026-09-22 | 11.2538 |
High
11.4252
Low
10.7472
Average
11.1191
Get this rate via the API
One GET request returns the TND/THB 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=THB"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=THB");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=THB").json()Replace YOUR_API_KEY with the key from your dashboard.
TND/THB API questions
How do I get the TND/THB exchange rate from an API?
Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND¤cies=THB, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TND/THB rate in rates.THB.
How far back does TND/THB historical data go?
Daily TND/THB 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/THB 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.