Convert TMT to AUD
Turkmenistani Manat → Australian Dollar
1 TMT = 0.406409 AUD(1 AUD = 2.460573 TMT)
Currency converter
1 TMT =
0.40641 AUD
TMT to AUD: last 30 days
Over the last 30 days, 1 TMT traded between 0.38835 and 0.40662 AUD, averaging 0.39901 AUD. The TMT/AUD rate is up 2.25% since 2026-08-28.
- 30-day high
- 0.40662
- 2026-09-24
- 30-day low
- 0.38835
- 2026-09-05
- 30-day average
- 0.39901
- Days with data: 30
- 30-day change
- +2.25%
- since 2026-08-28
0.40662
0.388352026-08-28 → 2026-09-26
| Date | 1 TMT in AUD | Daily change |
|---|---|---|
| 2026-09-26 | 0.40641 | 0.00% |
| 2026-09-25 | 0.40641 | -0.05% |
| 2026-09-24 | 0.40662 | +0.58% |
| 2026-09-23 | 0.40427 | +0.54% |
| 2026-09-22 | 0.40209 | +0.74% |
| 2026-09-21 | 0.39915 | -0.53% |
| 2026-09-20 | 0.40129 | +0.00% |
| 2026-09-19 | 0.40129 | +0.29% |
| 2026-09-18 | 0.40014 | -0.38% |
| 2026-09-17 | 0.40168 | +0.50% |
| 2026-09-16 | 0.39967 | -0.39% |
| 2026-09-15 | 0.40121 | +0.40% |
| 2026-09-14 | 0.39961 | +0.51% |
| 2026-09-13 | 0.39758 | +0.09% |
| 2026-09-12 | 0.39721 | -0.00% |
| Date | 1 TMT in AUD | Daily change |
|---|---|---|
| 2026-09-11 | 0.39722 | +0.07% |
| 2026-09-10 | 0.39692 | +0.59% |
| 2026-09-09 | 0.39457 | -0.37% |
| 2026-09-08 | 0.39603 | -0.00% |
| 2026-09-07 | 0.39604 | +0.21% |
| 2026-09-06 | 0.39521 | +1.77% |
| 2026-09-05 | 0.38835 | -2.11% |
| 2026-09-04 | 0.39672 | -0.21% |
| 2026-09-03 | 0.39754 | -0.32% |
| 2026-09-02 | 0.39883 | -0.42% |
| 2026-09-01 | 0.40051 | +0.68% |
| 2026-08-31 | 0.39781 | +0.46% |
| 2026-08-30 | 0.39599 | -0.12% |
| 2026-08-29 | 0.39647 | -0.25% |
| 2026-08-28 | 0.39747 | — |
TMT to AUD conversion table
1 TMT0.40641 AUD
5 TMT2.032 AUD
10 TMT4.0641 AUD
25 TMT10.1602 AUD
50 TMT20.3205 AUD
100 TMT40.6409 AUD
500 TMT203.2047 AUD
1,000 TMT406.4093 AUD
5,000 TMT2,032.0467 AUD
10,000 TMT4,064.0934 AUD
Get the TMT/AUD rate in your app
One GET request returns the latest TMT → AUD rate as JSON. Send your API key in the Authorization header.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://rate-api.com/api/v1/pair/TMT/AUD"fetch('https://rate-api.com/api/v1/pair/TMT/AUD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 TMT = ${data.rate} AUD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/TMT/AUD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 TMT = {data['rate']} AUD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/TMT/AUD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 TMT = {$data['rate']} AUD\n";Example response
{
"success": true,
"pair": {
"from": "TMT",
"to": "AUD"
},
"rate": 0.4064,
"timestamp": 1790435058,
"date": "2026-09-26"
}Replace YOUR_API_KEY with a key from your dashboard. The same key also works in the URL path or an X-API-Key header.
Get your free API key
Free plan: 2,500 requests a month, no credit card. Upgrade any time for conversion, historical rates and higher limits.
Related conversions
AUD to TMTAustralian Dollar → Turkmenistani Manat2.4606Convert TMT to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.