Convert CAD to CVE
Canadian Dollar → Cape Verdean Escudo
1 CAD = 68.372915 CVE(1 CVE = 0.0146257 CAD)
Currency converter
1 CAD =
68.3729 CVE
CAD to CVE: last 30 days
Over the last 30 days, 1 CAD traded between 68.345 and 68.9384 CVE, averaging 68.6105 CVE. The CAD/CVE rate is up 0.04% since 2026-08-28.
- 30-day high
- 68.9384
- 2026-09-03
- 30-day low
- 68.345
- 2026-08-28
- 30-day average
- 68.6105
- Days with data: 30
- 30-day change
- +0.04%
- since 2026-08-28
68.9384
68.3452026-08-28 → 2026-09-26
| Date | 1 CAD in CVE | Daily change |
|---|---|---|
| 2026-09-26 | 68.3729 | 0.00% |
| 2026-09-25 | 68.3729 | -0.50% |
| 2026-09-24 | 68.7138 | +0.19% |
| 2026-09-23 | 68.5856 | +0.23% |
| 2026-09-22 | 68.427 | -0.26% |
| 2026-09-21 | 68.6057 | +0.12% |
| 2026-09-20 | 68.5243 | -0.00% |
| 2026-09-19 | 68.5273 | -0.05% |
| 2026-09-18 | 68.5582 | -0.26% |
| 2026-09-17 | 68.7354 | +0.29% |
| 2026-09-16 | 68.5369 | -0.20% |
| 2026-09-15 | 68.6713 | +0.04% |
| 2026-09-14 | 68.6437 | +0.06% |
| 2026-09-13 | 68.6041 | -0.00% |
| 2026-09-12 | 68.606 | +0.03% |
| Date | 1 CAD in CVE | Daily change |
|---|---|---|
| 2026-09-11 | 68.5875 | +0.01% |
| 2026-09-10 | 68.5797 | -0.41% |
| 2026-09-09 | 68.8595 | +0.21% |
| 2026-09-08 | 68.7125 | -0.02% |
| 2026-09-07 | 68.7233 | -0.09% |
| 2026-09-06 | 68.7839 | -0.03% |
| 2026-09-05 | 68.8024 | +0.08% |
| 2026-09-04 | 68.7449 | -0.28% |
| 2026-09-03 | 68.9384 | +0.80% |
| 2026-09-02 | 68.3899 | -0.06% |
| 2026-09-01 | 68.4281 | -0.12% |
| 2026-08-31 | 68.5105 | -0.28% |
| 2026-08-30 | 68.7034 | -0.03% |
| 2026-08-29 | 68.7222 | +0.55% |
| 2026-08-28 | 68.345 | — |
CAD to CVE conversion table
1 CAD68.3729 CVE
5 CAD341.8646 CVE
10 CAD683.7292 CVE
25 CAD1,709.3229 CVE
50 CAD3,418.6457 CVE
100 CAD6,837.2915 CVE
500 CAD34,186.457 CVE
1,000 CAD68,372.915 CVE
5,000 CAD341,864.57 CVE
10,000 CAD683,729.15 CVE
Get the CAD/CVE rate in your app
One GET request returns the latest CAD → CVE 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/CVE"fetch('https://rate-api.com/api/v1/pair/CAD/CVE', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CAD = ${data.rate} CVE`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CAD/CVE",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CAD = {data['rate']} CVE")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CAD/CVE');
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']} CVE\n";Example response
{
"success": true,
"pair": {
"from": "CAD",
"to": "CVE"
},
"rate": 68.3729,
"timestamp": 1790429372,
"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
CVE to CADCape Verdean Escudo → Canadian Dollar0.014626Convert CAD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.