Convert TOP to AUD
Tongan Paʻanga → Australian Dollar
1 TOP = 0.590647 AUD(1 AUD = 1.693058 TOP)
Currency converter
1 TOP =
0.59065 AUD
TOP to AUD: last 30 days
Over the last 30 days, 1 TOP traded between 0.57691 and 0.59222 AUD, averaging 0.58577 AUD. The TOP/AUD rate is up 2.35% since 2026-08-28.
- 30-day high
- 0.59222
- 2026-09-23
- 30-day low
- 0.57691
- 2026-09-04
- 30-day average
- 0.58577
- Days with data: 30
- 30-day change
- +2.35%
- since 2026-08-28
0.59222
0.576912026-08-28 → 2026-09-26
| Date | 1 TOP in AUD | Daily change |
|---|---|---|
| 2026-09-26 | 0.59065 | 0.00% |
| 2026-09-25 | 0.59065 | -0.05% |
| 2026-09-24 | 0.59092 | -0.22% |
| 2026-09-23 | 0.59222 | +0.61% |
| 2026-09-22 | 0.58865 | +0.20% |
| 2026-09-21 | 0.58747 | -0.36% |
| 2026-09-20 | 0.58962 | +0.62% |
| 2026-09-19 | 0.58597 | +0.45% |
| 2026-09-18 | 0.58332 | -1.24% |
| 2026-09-17 | 0.59063 | +1.46% |
| 2026-09-16 | 0.58214 | -0.48% |
| 2026-09-15 | 0.58494 | +0.33% |
| 2026-09-14 | 0.583 | -1.03% |
| 2026-09-13 | 0.58904 | +0.00% |
| 2026-09-12 | 0.58904 | +0.78% |
| Date | 1 TOP in AUD | Daily change |
|---|---|---|
| 2026-09-11 | 0.58449 | -0.45% |
| 2026-09-10 | 0.58715 | +0.89% |
| 2026-09-09 | 0.58197 | -0.30% |
| 2026-09-08 | 0.58369 | +0.17% |
| 2026-09-07 | 0.58269 | -0.93% |
| 2026-09-06 | 0.58817 | +0.01% |
| 2026-09-05 | 0.58812 | +1.94% |
| 2026-09-04 | 0.57691 | -0.65% |
| 2026-09-03 | 0.58069 | -0.21% |
| 2026-09-02 | 0.58188 | +0.08% |
| 2026-09-01 | 0.58144 | +0.16% |
| 2026-08-31 | 0.5805 | -1.72% |
| 2026-08-30 | 0.59064 | +0.22% |
| 2026-08-29 | 0.58935 | +2.12% |
| 2026-08-28 | 0.57711 | — |
TOP to AUD conversion table
1 TOP0.59065 AUD
5 TOP2.9532 AUD
10 TOP5.9065 AUD
25 TOP14.7662 AUD
50 TOP29.5324 AUD
100 TOP59.0647 AUD
500 TOP295.3236 AUD
1,000 TOP590.6472 AUD
5,000 TOP2,953.2361 AUD
10,000 TOP5,906.4723 AUD
Get the TOP/AUD rate in your app
One GET request returns the latest TOP → 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/TOP/AUD"fetch('https://rate-api.com/api/v1/pair/TOP/AUD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 TOP = ${data.rate} AUD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/TOP/AUD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 TOP = {data['rate']} AUD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/TOP/AUD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 TOP = {$data['rate']} AUD\n";Example response
{
"success": true,
"pair": {
"from": "TOP",
"to": "AUD"
},
"rate": 0.5906,
"timestamp": 1790432044,
"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 TOPAustralian Dollar → Tongan Paʻanga1.6931Convert TOP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.