Convert CAD to CUP
Canadian Dollar → Cuban Peso
1 CAD = 16.970396 CUP(1 CUP = 0.0589261 CAD)
Currency converter
1 CAD =
16.9704 CUP
CAD to CUP: last 30 days
Over the last 30 days, 1 CAD traded between 16.9704 and 19.2478 CUP, averaging 18.9254 CUP. The CAD/CUP rate is down 11.25% since 2026-08-28.
- 30-day high
- 19.2478
- 2026-09-09
- 30-day low
- 16.9704
- 2026-09-25
- 30-day average
- 18.9254
- Days with data: 30
- 30-day change
- -11.25%
- since 2026-08-28
19.2478
16.97042026-08-28 → 2026-09-26
| Date | 1 CAD in CUP | Daily change |
|---|---|---|
| 2026-09-26 | 16.9704 | 0.00% |
| 2026-09-25 | 16.9704 | -9.64% |
| 2026-09-24 | 18.7803 | -0.21% |
| 2026-09-23 | 18.82 | -0.27% |
| 2026-09-22 | 18.8711 | -0.27% |
| 2026-09-21 | 18.9217 | +0.03% |
| 2026-09-20 | 18.9153 | -0.00% |
| 2026-09-19 | 18.9161 | +0.01% |
| 2026-09-18 | 18.9151 | -0.08% |
| 2026-09-17 | 18.9301 | -0.43% |
| 2026-09-16 | 19.011 | -0.15% |
| 2026-09-15 | 19.0397 | -0.24% |
| 2026-09-14 | 19.0862 | -0.23% |
| 2026-09-13 | 19.1307 | -0.00% |
| 2026-09-12 | 19.1312 | +0.03% |
| Date | 1 CAD in CUP | Daily change |
|---|---|---|
| 2026-09-11 | 19.1248 | -0.29% |
| 2026-09-10 | 19.1796 | -0.35% |
| 2026-09-09 | 19.2478 | +0.27% |
| 2026-09-08 | 19.1957 | +0.12% |
| 2026-09-07 | 19.1733 | -0.18% |
| 2026-09-06 | 19.2075 | -0.03% |
| 2026-09-05 | 19.2127 | +0.04% |
| 2026-09-04 | 19.2048 | -0.05% |
| 2026-09-03 | 19.2135 | +0.93% |
| 2026-09-02 | 19.0361 | -0.26% |
| 2026-09-01 | 19.085 | -0.00% |
| 2026-08-31 | 19.0854 | -0.23% |
| 2026-08-30 | 19.1295 | -0.03% |
| 2026-08-29 | 19.1347 | +0.07% |
| 2026-08-28 | 19.1213 | — |
CAD to CUP conversion table
1 CAD16.9704 CUP
5 CAD84.852 CUP
10 CAD169.704 CUP
25 CAD424.2599 CUP
50 CAD848.5198 CUP
100 CAD1,697.0396 CUP
500 CAD8,485.1981 CUP
1,000 CAD16,970.396 CUP
5,000 CAD84,851.981 CUP
10,000 CAD169,703.96 CUP
Get the CAD/CUP rate in your app
One GET request returns the latest CAD → CUP 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/CUP"fetch('https://rate-api.com/api/v1/pair/CAD/CUP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} CUP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/CUP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} CUP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/CUP');
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']} CUP\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "CUP"
},
"rate": 16.9704,
"timestamp": 1790439651,
"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
CUP to CADCuban Peso → Canadian Dollar0.058926Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.