Skip to content

TND to THB exchange rate API

Tunisian Dinar to Baht · quoted 2026-09-24

11.2960

▲ +2.17% over 1Y

1 TND = 11.2960 THB · 1 THB = 0.08853 TND · Get this rate via the API

1 TND buys 11.2960 THB as of 2026-09-24, so 1 THB buys 0.08853 TND. Over the last year, TND/THB traded between 10.7472 and 11.4252, averaged 11.1184 and rose 2.17%. 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

TND/THB over 1Y: show the values
PointTND/THB
2025-09-2411.0563
2025-10-0111.1519
2025-10-0811.1182
2025-10-1511.1064
2025-10-2211.2012
2025-10-2911.0675
2025-11-0511.0177
2025-11-1211.0384
2025-11-1911.0038
2025-11-2610.9182
2025-12-0310.8369
2025-12-1110.8457
2025-12-1810.8017
2025-12-2510.7472
2026-01-0110.8902
2026-01-0810.8899
2026-01-1510.8585
2026-01-2210.8650
2026-01-2911.0136
2026-02-0511.1086
2026-02-1210.7565
2026-02-1910.9170
2026-02-2610.8560
2026-03-0510.9161
2026-03-1210.9016
2026-03-1911.2302
2026-03-2611.2755
2026-04-0211.1862
2026-04-0911.0978
2026-04-1611.0444
2026-04-2311.0892
2026-04-3011.2524
2026-05-0711.1907
2026-05-1511.3124
2026-05-2311.1906
2026-05-3011.2092
2026-06-0611.2014
2026-06-1511.2371
2026-06-2211.2718
2026-06-2911.3527
2026-07-0611.3044
2026-07-1311.2948
2026-07-2011.3977
2026-07-2711.3249
2026-08-0311.3625
2026-08-1011.3059
2026-08-1711.3018
2026-08-2511.2811
2026-09-0111.4252
2026-09-0811.3454
2026-09-1511.3576
2026-09-2211.2538

High

11.4252

Low

10.7472

Average

11.1184

For developers

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
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=THB"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TND&currencies=THB");
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=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&currencies=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.