Convert AUD to TOP
Australian Dollar → Tongan Paʻanga
1 AUD = 1.693058 TOP(1 TOP = 0.590647 AUD)
Currency converter
1 AUD =
1.6931 TOP
AUD to TOP: last 30 days
Over the last 30 days, 1 AUD traded between 1.6886 and 1.7334 TOP, averaging 1.7072 TOP. The AUD/TOP rate is down 2.29% since 2026-08-28.
- 30-day high
- 1.7334
- 2026-09-04
- 30-day low
- 1.6886
- 2026-09-23
- 30-day average
- 1.7072
- Days with data: 30
- 30-day change
- -2.29%
- since 2026-08-28
1.7334
1.68862026-08-28 → 2026-09-26
| Date | 1 AUD in TOP | Daily change |
|---|---|---|
| 2026-09-26 | 1.6931 | 0.00% |
| 2026-09-25 | 1.6931 | +0.05% |
| 2026-09-24 | 1.6923 | +0.22% |
| 2026-09-23 | 1.6886 | -0.60% |
| 2026-09-22 | 1.6988 | -0.20% |
| 2026-09-21 | 1.7022 | +0.37% |
| 2026-09-20 | 1.696 | -0.62% |
| 2026-09-19 | 1.7066 | -0.45% |
| 2026-09-18 | 1.7143 | +1.25% |
| 2026-09-17 | 1.6931 | -1.44% |
| 2026-09-16 | 1.7178 | +0.48% |
| 2026-09-15 | 1.7096 | -0.33% |
| 2026-09-14 | 1.7153 | +1.04% |
| 2026-09-13 | 1.6977 | -0.00% |
| 2026-09-12 | 1.6977 | -0.77% |
| Date | 1 AUD in TOP | Daily change |
|---|---|---|
| 2026-09-11 | 1.7109 | +0.46% |
| 2026-09-10 | 1.7031 | -0.88% |
| 2026-09-09 | 1.7183 | +0.30% |
| 2026-09-08 | 1.7132 | -0.17% |
| 2026-09-07 | 1.7162 | +0.94% |
| 2026-09-06 | 1.7002 | -0.01% |
| 2026-09-05 | 1.7003 | -1.91% |
| 2026-09-04 | 1.7334 | +0.66% |
| 2026-09-03 | 1.7221 | +0.21% |
| 2026-09-02 | 1.7186 | -0.08% |
| 2026-09-01 | 1.7199 | -0.16% |
| 2026-08-31 | 1.7226 | +1.75% |
| 2026-08-30 | 1.6931 | -0.22% |
| 2026-08-29 | 1.6968 | -2.08% |
| 2026-08-28 | 1.7328 | — |
AUD to TOP conversion table
1 AUD1.6931 TOP
5 AUD8.4653 TOP
10 AUD16.9306 TOP
25 AUD42.3264 TOP
50 AUD84.6529 TOP
100 AUD169.3058 TOP
500 AUD846.529 TOP
1,000 AUD1,693.058 TOP
5,000 AUD8,465.2899 TOP
10,000 AUD16,930.58 TOP
Get the AUD/TOP rate in your app
One GET request returns the latest AUD → TOP 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/TOP"fetch('https://rate-api.com/api/v1/pair/AUD/TOP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 AUD = ${data.rate} TOP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/AUD/TOP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 AUD = {data['rate']} TOP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/AUD/TOP');
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']} TOP\n";Example response
{
"success": true,
"pair": {
"from": "AUD",
"to": "TOP"
},
"rate": 1.6931,
"timestamp": 1790429291,
"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
TOP to AUDTongan Paʻanga → Australian Dollar0.59065Convert AUD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.