Convert AUD to TMT
Australian Dollar → Turkmenistani Manat
1 AUD = 2.460573 TMT(1 TMT = 0.406409 AUD)
Currency converter
1 AUD =
2.4606 TMT
AUD to TMT: last 30 days
Over the last 30 days, 1 AUD traded between 2.4593 and 2.575 TMT, averaging 2.5064 TMT. The AUD/TMT rate is down 2.20% since 2026-08-28.
- 30-day high
- 2.575
- 2026-09-05
- 30-day low
- 2.4593
- 2026-09-24
- 30-day average
- 2.5064
- Days with data: 30
- 30-day change
- -2.20%
- since 2026-08-28
2.575
2.45932026-08-28 → 2026-09-26
| Date | 1 AUD in TMT | Daily change |
|---|---|---|
| 2026-09-26 | 2.4606 | 0.00% |
| 2026-09-25 | 2.4606 | +0.05% |
| 2026-09-24 | 2.4593 | -0.58% |
| 2026-09-23 | 2.4736 | -0.54% |
| 2026-09-22 | 2.487 | -0.73% |
| 2026-09-21 | 2.5053 | +0.53% |
| 2026-09-20 | 2.492 | -0.00% |
| 2026-09-19 | 2.492 | -0.28% |
| 2026-09-18 | 2.4991 | +0.38% |
| 2026-09-17 | 2.4895 | -0.50% |
| 2026-09-16 | 2.5021 | +0.39% |
| 2026-09-15 | 2.4924 | -0.40% |
| 2026-09-14 | 2.5025 | -0.51% |
| 2026-09-13 | 2.5152 | -0.09% |
| 2026-09-12 | 2.5176 | +0.00% |
| Date | 1 AUD in TMT | Daily change |
|---|---|---|
| 2026-09-11 | 2.5175 | -0.07% |
| 2026-09-10 | 2.5194 | -0.59% |
| 2026-09-09 | 2.5344 | +0.37% |
| 2026-09-08 | 2.525 | +0.00% |
| 2026-09-07 | 2.525 | -0.21% |
| 2026-09-06 | 2.5303 | -1.74% |
| 2026-09-05 | 2.575 | +2.16% |
| 2026-09-04 | 2.5207 | +0.21% |
| 2026-09-03 | 2.5155 | +0.32% |
| 2026-09-02 | 2.5073 | +0.42% |
| 2026-09-01 | 2.4968 | -0.67% |
| 2026-08-31 | 2.5137 | -0.46% |
| 2026-08-30 | 2.5253 | +0.12% |
| 2026-08-29 | 2.5222 | +0.25% |
| 2026-08-28 | 2.5159 | — |
AUD to TMT conversion table
1 AUD2.4606 TMT
5 AUD12.3029 TMT
10 AUD24.6057 TMT
25 AUD61.5143 TMT
50 AUD123.0287 TMT
100 AUD246.0573 TMT
500 AUD1,230.2867 TMT
1,000 AUD2,460.5734 TMT
5,000 AUD12,302.867 TMT
10,000 AUD24,605.734 TMT
Get the AUD/TMT rate in your app
One GET request returns the latest AUD → TMT 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/AUD/TMT"fetch('https://rate-api.com/api/v1/pair/AUD/TMT', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AUD = ${data.rate} TMT`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AUD/TMT",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AUD = {data['rate']} TMT")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AUD/TMT');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 AUD = {$data['rate']} TMT\n";Example response
{
"success": true,
"pair": {
"from": "AUD",
"to": "TMT"
},
"rate": 2.4606,
"timestamp": 1790447429,
"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
TMT to AUDTurkmenistani Manat → Australian Dollar0.40641Convert AUD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.