Skip to content

TMT to TND exchange rate API

Turkmenistan New Manat to Tunisian Dinar · quoted 2026-09-25

0.84266

▲ +1.47% over 1Y

1 TMT = 0.84266 TND · 1 TND = 1.1867 TMT · Get this rate via the API

1 TMT buys 0.84266 TND as of 2026-09-25, so 1 TND buys 1.1867 TMT. Over the last year, TMT/TND traded between 0.81233 and 0.84746, averaged 0.83193 and rose 1.47%. The API holds daily TMT/TND rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

TMT/TND over 1Y

TMT/TND over 1Y: show the values
PointTMT/TND
2025-09-250.83044
2025-10-020.82952
2025-10-090.83484
2025-10-160.83560
2025-10-230.83761
2025-10-300.83534
2025-11-060.84525
2025-11-130.84234
2025-11-200.84545
2025-11-270.84173
2025-12-040.83648
2025-12-120.83426
2025-12-190.83078
2025-12-260.82606
2026-01-020.82402
2026-01-090.82738
2026-01-160.82755
2026-01-230.82153
2026-01-300.81233
2026-02-060.81688
2026-02-130.81479
2026-02-200.81888
2026-02-270.81636
2026-03-060.83017
2026-03-130.83548
2026-03-200.83290
2026-03-270.83471
2026-04-030.83818
2026-04-100.82275
2026-04-170.82325
2026-04-240.82239
2026-05-010.82226
2026-05-080.82911
2026-05-160.82811
2026-05-240.83269
2026-05-310.82981
2026-06-090.83537
2026-06-160.83345
2026-06-230.83868
2026-06-300.84022
2026-07-070.84225
2026-07-140.84205
2026-07-210.84021
2026-07-280.84746
2026-08-040.83656
2026-08-110.83437
2026-08-180.83107
2026-08-260.82688
2026-09-020.83214
2026-09-090.82641
2026-09-160.83112
2026-09-230.84393

High

0.84746

Low

0.81233

Average

0.83193

For developers

Get this rate via the API

One GET request returns the TMT/TND 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=TMT&currencies=TND"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TMT&currencies=TND");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TMT&currencies=TND").json()

Replace YOUR_API_KEY with the key from your dashboard.

TMT/TND API questions

How do I get the TMT/TND exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=TMT&currencies=TND, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest TMT/TND rate in rates.TND.

How far back does TMT/TND historical data go?

Daily TMT/TND 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 TMT/TND 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.