Convert CVE to CAD
Cape Verdean Escudo → Canadian Dollar
1 CVE = 0.0146257 CAD(1 CAD = 68.372915 CVE)
Currency converter
1 CVE =
0.014626 CAD
CVE to CAD: last 30 days
Over the last 30 days, 1 CVE traded between 0.014506 and 0.014632 CAD, averaging 0.014575 CAD. The CVE/CAD rate is down 0.04% since 2026-08-28.
- 30-day high
- 0.014632
- 2026-08-28
- 30-day low
- 0.014506
- 2026-09-03
- 30-day average
- 0.014575
- Days with data: 30
- 30-day change
- -0.04%
- since 2026-08-28
0.014632
0.0145062026-08-28 → 2026-09-26
| Date | 1 CVE in CAD | Daily change |
|---|---|---|
| 2026-09-26 | 0.014626 | 0.00% |
| 2026-09-25 | 0.014626 | +0.50% |
| 2026-09-24 | 0.014553 | -0.19% |
| 2026-09-23 | 0.01458 | -0.23% |
| 2026-09-22 | 0.014614 | +0.26% |
| 2026-09-21 | 0.014576 | -0.12% |
| 2026-09-20 | 0.014593 | +0.00% |
| 2026-09-19 | 0.014593 | +0.05% |
| 2026-09-18 | 0.014586 | +0.26% |
| 2026-09-17 | 0.014549 | -0.29% |
| 2026-09-16 | 0.014591 | +0.20% |
| 2026-09-15 | 0.014562 | -0.04% |
| 2026-09-14 | 0.014568 | -0.06% |
| 2026-09-13 | 0.014576 | +0.00% |
| 2026-09-12 | 0.014576 | -0.03% |
| Date | 1 CVE in CAD | Daily change |
|---|---|---|
| 2026-09-11 | 0.01458 | -0.01% |
| 2026-09-10 | 0.014582 | +0.41% |
| 2026-09-09 | 0.014522 | -0.21% |
| 2026-09-08 | 0.014553 | +0.02% |
| 2026-09-07 | 0.014551 | +0.09% |
| 2026-09-06 | 0.014538 | +0.03% |
| 2026-09-05 | 0.014534 | -0.08% |
| 2026-09-04 | 0.014547 | +0.28% |
| 2026-09-03 | 0.014506 | -0.80% |
| 2026-09-02 | 0.014622 | +0.06% |
| 2026-09-01 | 0.014614 | +0.12% |
| 2026-08-31 | 0.014596 | +0.28% |
| 2026-08-30 | 0.014555 | +0.03% |
| 2026-08-29 | 0.014551 | -0.55% |
| 2026-08-28 | 0.014632 | — |
CVE to CAD conversion table
1 CVE0.014626 CAD
5 CVE0.073128 CAD
10 CVE0.14626 CAD
25 CVE0.36564 CAD
50 CVE0.73128 CAD
100 CVE1.4626 CAD
500 CVE7.3128 CAD
1,000 CVE14.6257 CAD
5,000 CVE73.1284 CAD
10,000 CVE146.2568 CAD
Get the CVE/CAD rate in your app
One GET request returns the latest CVE → 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/CVE/CAD"fetch('https://rate-api.com/api/v1/pair/CVE/CAD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CVE = ${data.rate} CAD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CVE/CAD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CVE = {data['rate']} CAD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CVE/CAD');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CVE = {$data['rate']} CAD\n";Example response
{
"success": true,
"pair": {
"from": "CVE",
"to": "CAD"
},
"rate": 0.0146,
"timestamp": 1790435113,
"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 CVECanadian Dollar → Cape Verdean Escudo68.3729Convert CVE to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.