Convert TOP to CAD
Tongan Paʻanga → Canadian Dollar
1 TOP = 0.587261 CAD(1 CAD = 1.702821 TOP)
Currency converter
1 TOP =
0.58726 CAD
TOP to CAD: last 30 days
Over the last 30 days, 1 TOP traded between 0.5735 and 0.58969 CAD, averaging 0.58279 CAD. The TOP/CAD rate is up 2.09% since 2026-08-28.
- 30-day high
- 0.58969
- 2026-09-23
- 30-day low
- 0.5735
- 2026-09-04
- 30-day average
- 0.58279
- Days with data: 30
- 30-day change
- +2.09%
- since 2026-08-28
0.58969
0.57352026-08-28 → 2026-09-26
| Date | 1 TOP in CAD | Daily change |
|---|---|---|
| 2026-09-26 | 0.58726 | 0.00% |
| 2026-09-25 | 0.58726 | +0.19% |
| 2026-09-24 | 0.58617 | -0.60% |
| 2026-09-23 | 0.58969 | +0.32% |
| 2026-09-22 | 0.58782 | +0.10% |
| 2026-09-21 | 0.58722 | -0.16% |
| 2026-09-20 | 0.58815 | +0.62% |
| 2026-09-19 | 0.58451 | +0.45% |
| 2026-09-18 | 0.58187 | -1.05% |
| 2026-09-17 | 0.58802 | +1.60% |
| 2026-09-16 | 0.57874 | -0.25% |
| 2026-09-15 | 0.58019 | +0.51% |
| 2026-09-14 | 0.57722 | -1.41% |
| 2026-09-13 | 0.5855 | +0.00% |
| 2026-09-12 | 0.5855 | +0.78% |
| Date | 1 TOP in CAD | Daily change |
|---|---|---|
| 2026-09-11 | 0.58096 | -0.32% |
| 2026-09-10 | 0.58285 | +0.68% |
| 2026-09-09 | 0.5789 | -0.42% |
| 2026-09-08 | 0.58133 | +0.06% |
| 2026-09-07 | 0.58096 | -0.64% |
| 2026-09-06 | 0.5847 | +0.01% |
| 2026-09-05 | 0.58464 | +1.94% |
| 2026-09-04 | 0.5735 | -0.45% |
| 2026-09-03 | 0.57609 | -0.53% |
| 2026-09-02 | 0.57914 | +0.43% |
| 2026-09-01 | 0.57667 | -0.11% |
| 2026-08-31 | 0.5773 | -1.94% |
| 2026-08-30 | 0.58873 | +0.22% |
| 2026-08-29 | 0.58744 | +2.12% |
| 2026-08-28 | 0.57524 | — |
TOP to CAD conversion table
1 TOP0.58726 CAD
5 TOP2.9363 CAD
10 TOP5.8726 CAD
25 TOP14.6815 CAD
50 TOP29.363 CAD
100 TOP58.7261 CAD
500 TOP293.6303 CAD
1,000 TOP587.2607 CAD
5,000 TOP2,936.3033 CAD
10,000 TOP5,872.6066 CAD
Get the TOP/CAD rate in your app
One GET request returns the latest TOP → CAD 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/CAD"fetch('https://rate-api.com/api/v1/pair/TOP/CAD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 TOP = ${data.rate} CAD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/TOP/CAD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 TOP = {data['rate']} CAD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/TOP/CAD');
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']} CAD\n";Example response
{
"success": true,
"pair": {
"from": "TOP",
"to": "CAD"
},
"rate": 0.5873,
"timestamp": 1790435071,
"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
CAD to TOPCanadian Dollar → Tongan Paʻanga1.7028Convert TOP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.