Convert CAD to TOP
Canadian Dollar → Tongan Paʻanga
1 CAD = 1.70413 TOP(1 TOP = 0.58681 CAD)
Currency converter
1 CAD =
1.7041 TOP
CAD to TOP: last 30 days
Over the last 30 days, 1 CAD traded between 1.6958 and 1.7437 TOP, averaging 1.7149 TOP. The CAD/TOP rate is up 0.11% since 2026-08-29.
- 30-day high
- 1.7437
- 2026-09-04
- 30-day low
- 1.6958
- 2026-09-23
- 30-day average
- 1.7149
- Days with data: 30
- 30-day change
- +0.11%
- since 2026-08-29
1.7437
1.69582026-08-29 → 2026-09-27
| Date | 1 CAD in TOP | Daily change |
|---|---|---|
| 2026-09-27 | 1.7041 | 0.00% |
| 2026-09-26 | 1.7041 | +0.08% |
| 2026-09-25 | 1.7028 | -0.19% |
| 2026-09-24 | 1.706 | +0.60% |
| 2026-09-23 | 1.6958 | -0.32% |
| 2026-09-22 | 1.7012 | -0.10% |
| 2026-09-21 | 1.7029 | +0.16% |
| 2026-09-20 | 1.7002 | -0.62% |
| 2026-09-19 | 1.7108 | -0.45% |
| 2026-09-18 | 1.7186 | +1.06% |
| 2026-09-17 | 1.7006 | -1.58% |
| 2026-09-16 | 1.7279 | +0.25% |
| 2026-09-15 | 1.7236 | -0.51% |
| 2026-09-14 | 1.7324 | +1.43% |
| 2026-09-13 | 1.708 | -0.00% |
| Date | 1 CAD in TOP | Daily change |
|---|---|---|
| 2026-09-12 | 1.708 | -0.77% |
| 2026-09-11 | 1.7213 | +0.32% |
| 2026-09-10 | 1.7157 | -0.68% |
| 2026-09-09 | 1.7274 | +0.42% |
| 2026-09-08 | 1.7202 | -0.06% |
| 2026-09-07 | 1.7213 | +0.64% |
| 2026-09-06 | 1.7103 | -0.01% |
| 2026-09-05 | 1.7104 | -1.91% |
| 2026-09-04 | 1.7437 | +0.45% |
| 2026-09-03 | 1.7358 | +0.53% |
| 2026-09-02 | 1.7267 | -0.43% |
| 2026-09-01 | 1.7341 | +0.11% |
| 2026-08-31 | 1.7322 | +1.98% |
| 2026-08-30 | 1.6986 | -0.22% |
| 2026-08-29 | 1.7023 | — |
CAD to TOP conversion table
1 CAD1.7041 TOP
5 CAD8.5207 TOP
10 CAD17.0413 TOP
25 CAD42.6033 TOP
50 CAD85.2065 TOP
100 CAD170.413 TOP
500 CAD852.065 TOP
1,000 CAD1,704.1301 TOP
5,000 CAD8,520.6503 TOP
10,000 CAD17,041.301 TOP
Get the CAD/TOP rate in your app
One GET request returns the latest CAD → 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/CAD/TOP"fetch('https://rate-api.com/api/v1/pair/CAD/TOP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} TOP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/TOP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} TOP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/TOP');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CAD = {$data['rate']} TOP\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "TOP"
},
"rate": 1.7041,
"timestamp": 1790470785,
"date": "2026-09-27"
}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 CADTongan Paʻanga → Canadian Dollar0.58681Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-27. Powered by the Rate-API exchange rates API.