Convert AUD to TRY
Australian Dollar → Turkish Lira
1 AUD = 34.400432 TRY(1 TRY = 0.0290694 AUD)
Currency converter
1 AUD =
34.4004 TRY
AUD to TRY: last 30 days
Over the last 30 days, 1 AUD traded between 34.3285 and 35.0249 TRY, averaging 34.717 TRY. The AUD/TRY rate is down 0.90% since 2026-08-28.
- 30-day high
- 35.0249
- 2026-09-09
- 30-day low
- 34.3285
- 2026-09-24
- 30-day average
- 34.717
- Days with data: 30
- 30-day change
- -0.90%
- since 2026-08-28
35.0249
34.32852026-08-28 → 2026-09-26
| Date | 1 AUD in TRY | Daily change |
|---|---|---|
| 2026-09-26 | 34.4004 | 0.00% |
| 2026-09-25 | 34.4004 | +0.21% |
| 2026-09-24 | 34.3285 | -0.54% |
| 2026-09-23 | 34.5152 | -0.54% |
| 2026-09-22 | 34.7042 | -0.37% |
| 2026-09-21 | 34.8315 | +0.28% |
| 2026-09-20 | 34.7348 | 0.00% |
| 2026-09-19 | 34.7348 | 0.00% |
| 2026-09-18 | 34.7348 | +0.31% |
| 2026-09-17 | 34.6269 | -0.22% |
| 2026-09-16 | 34.7029 | +0.13% |
| 2026-09-15 | 34.6587 | -0.02% |
| 2026-09-14 | 34.6663 | -0.54% |
| 2026-09-13 | 34.8558 | 0.00% |
| 2026-09-12 | 34.8558 | 0.00% |
| Date | 1 AUD in TRY | Daily change |
|---|---|---|
| 2026-09-11 | 34.8558 | +0.04% |
| 2026-09-10 | 34.8434 | -0.52% |
| 2026-09-09 | 35.0249 | +0.18% |
| 2026-09-08 | 34.9614 | +0.06% |
| 2026-09-07 | 34.9419 | +0.13% |
| 2026-09-06 | 34.8963 | 0.00% |
| 2026-09-05 | 34.8963 | 0.00% |
| 2026-09-04 | 34.8963 | +0.41% |
| 2026-09-03 | 34.754 | +0.69% |
| 2026-09-02 | 34.5172 | +0.13% |
| 2026-09-01 | 34.474 | -0.26% |
| 2026-08-31 | 34.5642 | -0.42% |
| 2026-08-30 | 34.7111 | 0.00% |
| 2026-08-29 | 34.7111 | 0.00% |
| 2026-08-28 | 34.7111 | — |
AUD to TRY conversion table
1 AUD34.4004 TRY
5 AUD172.0022 TRY
10 AUD344.0043 TRY
25 AUD860.0108 TRY
50 AUD1,720.0216 TRY
100 AUD3,440.0432 TRY
500 AUD17,200.216 TRY
1,000 AUD34,400.432 TRY
5,000 AUD172,002.16 TRY
10,000 AUD344,004.32 TRY
Get the AUD/TRY rate in your app
One GET request returns the latest AUD → TRY 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/TRY"fetch('https://rate-api.com/api/v1/pair/AUD/TRY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AUD = ${data.rate} TRY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AUD/TRY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AUD = {data['rate']} TRY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AUD/TRY');
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']} TRY\n";Example response
{
"success": true,
"pair": {
"from": "AUD",
"to": "TRY"
},
"rate": 34.4004,
"timestamp": 1790429257,
"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
TRY to AUDTurkish Lira → Australian Dollar0.029069Convert AUD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.