Convert AUD to TZS
Australian Dollar → Tanzanian Shilling
1 AUD = 1,860.5092 TZS(1 TZS = 0.000537487 AUD)
Currency converter
1 AUD =
1,860.5092 TZS
AUD to TZS: last 30 days
Over the last 30 days, 1 AUD traded between 1,860.5092 and 1,911.5445 TZS, averaging 1,891.1964 TZS. The AUD/TZS rate is down 2.30% since 2026-08-28.
- 30-day high
- 1,911.5445
- 2026-09-07
- 30-day low
- 1,860.5092
- 2026-09-25
- 30-day average
- 1,891.1964
- Days with data: 30
- 30-day change
- -2.30%
- since 2026-08-28
1,911.5445
1,860.50922026-08-28 → 2026-09-26
| Date | 1 AUD in TZS | Daily change |
|---|---|---|
| 2026-09-26 | 1,860.5092 | 0.00% |
| 2026-09-25 | 1,860.5092 | -0.02% |
| 2026-09-24 | 1,860.964 | -0.46% |
| 2026-09-23 | 1,869.4708 | -0.46% |
| 2026-09-22 | 1,878.0959 | -0.64% |
| 2026-09-21 | 1,890.1517 | +0.43% |
| 2026-09-20 | 1,882.1295 | -0.18% |
| 2026-09-19 | 1,885.4701 | -0.04% |
| 2026-09-18 | 1,886.1567 | +0.34% |
| 2026-09-17 | 1,879.7116 | -0.41% |
| 2026-09-16 | 1,887.3661 | +0.18% |
| 2026-09-15 | 1,884.0271 | -0.16% |
| 2026-09-14 | 1,887.1202 | -0.24% |
| 2026-09-13 | 1,891.6148 | -0.29% |
| 2026-09-12 | 1,897.0311 | -0.01% |
| Date | 1 AUD in TZS | Daily change |
|---|---|---|
| 2026-09-11 | 1,897.1421 | -0.02% |
| 2026-09-10 | 1,897.5286 | -0.68% |
| 2026-09-09 | 1,910.5314 | +0.05% |
| 2026-09-08 | 1,909.4837 | -0.11% |
| 2026-09-07 | 1,911.5445 | +0.41% |
| 2026-09-06 | 1,903.8247 | -0.29% |
| 2026-09-05 | 1,909.4018 | +0.19% |
| 2026-09-04 | 1,905.6977 | +0.07% |
| 2026-09-03 | 1,904.3224 | +0.88% |
| 2026-09-02 | 1,887.6408 | -0.09% |
| 2026-09-01 | 1,889.251 | -0.54% |
| 2026-08-31 | 1,899.4366 | -0.11% |
| 2026-08-30 | 1,901.5595 | -0.12% |
| 2026-08-29 | 1,903.8132 | -0.03% |
| 2026-08-28 | 1,904.3867 | — |
AUD to TZS conversion table
1 AUD1,860.5092 TZS
5 AUD9,302.5462 TZS
10 AUD18,605.092 TZS
25 AUD46,512.731 TZS
50 AUD93,025.462 TZS
100 AUD186,050.92 TZS
500 AUD930,254.62 TZS
1,000 AUD1,860,509.2 TZS
5,000 AUD9,302,546.2 TZS
10,000 AUD18,605,092 TZS
Get the AUD/TZS rate in your app
One GET request returns the latest AUD → TZS 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/TZS"fetch('https://rate-api.com/api/v1/pair/AUD/TZS', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AUD = ${data.rate} TZS`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AUD/TZS",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AUD = {data['rate']} TZS")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AUD/TZS');
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']} TZS\n";Example response
{
"success": true,
"pair": {
"from": "AUD",
"to": "TZS"
},
"rate": 1860.5092,
"timestamp": 1790437898,
"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
TZS to AUDTanzanian Shilling → Australian Dollar0.00053749Convert AUD to other currencies
Convert other currencies to TZS
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.