Convert CUP to CAD
Cuban Peso → Canadian Dollar
1 CUP = 0.0589261 CAD(1 CAD = 16.970396 CUP)
Currency converter
1 CUP =
0.058926 CAD
CUP to CAD: last 30 days
Over the last 30 days, 1 CUP traded between 0.051954 and 0.058926 CAD, averaging 0.052886 CAD. The CUP/CAD rate is up 12.67% since 2026-08-28.
- 30-day high
- 0.058926
- 2026-09-25
- 30-day low
- 0.051954
- 2026-09-09
- 30-day average
- 0.052886
- Days with data: 30
- 30-day change
- +12.67%
- since 2026-08-28
0.058926
0.0519542026-08-28 → 2026-09-26
| Date | 1 CUP in CAD | Daily change |
|---|---|---|
| 2026-09-26 | 0.058926 | 0.00% |
| 2026-09-25 | 0.058926 | +10.67% |
| 2026-09-24 | 0.053247 | +0.21% |
| 2026-09-23 | 0.053135 | +0.27% |
| 2026-09-22 | 0.052991 | +0.27% |
| 2026-09-21 | 0.052849 | -0.03% |
| 2026-09-20 | 0.052867 | +0.00% |
| 2026-09-19 | 0.052865 | -0.01% |
| 2026-09-18 | 0.052868 | +0.08% |
| 2026-09-17 | 0.052826 | +0.43% |
| 2026-09-16 | 0.052601 | +0.15% |
| 2026-09-15 | 0.052522 | +0.24% |
| 2026-09-14 | 0.052394 | +0.23% |
| 2026-09-13 | 0.052272 | +0.00% |
| 2026-09-12 | 0.052271 | -0.03% |
| Date | 1 CUP in CAD | Daily change |
|---|---|---|
| 2026-09-11 | 0.052288 | +0.29% |
| 2026-09-10 | 0.052139 | +0.36% |
| 2026-09-09 | 0.051954 | -0.27% |
| 2026-09-08 | 0.052095 | -0.12% |
| 2026-09-07 | 0.052156 | +0.18% |
| 2026-09-06 | 0.052063 | +0.03% |
| 2026-09-05 | 0.052049 | -0.04% |
| 2026-09-04 | 0.05207 | +0.05% |
| 2026-09-03 | 0.052047 | -0.92% |
| 2026-09-02 | 0.052532 | +0.26% |
| 2026-09-01 | 0.052397 | +0.00% |
| 2026-08-31 | 0.052396 | +0.23% |
| 2026-08-30 | 0.052275 | +0.03% |
| 2026-08-29 | 0.052261 | -0.07% |
| 2026-08-28 | 0.052298 | — |
CUP to CAD conversion table
1 CUP0.058926 CAD
5 CUP0.29463 CAD
10 CUP0.58926 CAD
25 CUP1.4732 CAD
50 CUP2.9463 CAD
100 CUP5.8926 CAD
500 CUP29.4631 CAD
1,000 CUP58.9261 CAD
5,000 CUP294.6307 CAD
10,000 CUP589.2614 CAD
Get the CUP/CAD rate in your app
One GET request returns the latest CUP → 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/CUP/CAD"fetch('https://rate-api.com/api/v1/pair/CUP/CAD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CUP = ${data.rate} CAD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CUP/CAD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CUP = {data['rate']} CAD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CUP/CAD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CUP = {$data['rate']} CAD\n";Example response
{
"success": true,
"pair": {
"from": "CUP",
"to": "CAD"
},
"rate": 0.0589,
"timestamp": 1790432097,
"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 CUPCanadian Dollar → Cuban Peso16.9704Convert CUP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.