Convert CVE to EUR
Cape Verdean Escudo → Euro
1 CVE = 0.00906906 EUR(1 EUR = 110.265 CVE)
Currency converter
1 CVE =
0.0090691 EUR
CVE to EUR: last 30 days
Over the last 30 days, 1 CVE traded between 0.0090212 and 0.0090893 EUR, averaging 0.0090677 EUR. The CVE/EUR rate is down 0.02% since 2026-08-28.
- 30-day high
- 0.0090893
- 2026-09-20
- 30-day low
- 0.0090212
- 2026-08-29
- 30-day average
- 0.0090677
- Days with data: 30
- 30-day change
- -0.02%
- since 2026-08-28
0.0090893
0.00902122026-08-28 → 2026-09-26
| Date | 1 CVE in EUR | Daily change |
|---|---|---|
| 2026-09-26 | 0.0090691 | 0.00% |
| 2026-09-25 | 0.0090691 | 0.00% |
| 2026-09-24 | 0.0090691 | 0.00% |
| 2026-09-23 | 0.0090691 | -0.10% |
| 2026-09-22 | 0.0090778 | +0.21% |
| 2026-09-21 | 0.0090587 | -0.34% |
| 2026-09-20 | 0.0090893 | +0.00% |
| 2026-09-19 | 0.0090889 | +0.05% |
| 2026-09-18 | 0.0090848 | +0.34% |
| 2026-09-17 | 0.0090545 | -0.20% |
| 2026-09-16 | 0.009073 | +0.08% |
| 2026-09-15 | 0.0090661 | -0.17% |
| 2026-09-14 | 0.0090818 | +0.09% |
| 2026-09-13 | 0.0090738 | +0.00% |
| 2026-09-12 | 0.0090735 | -0.03% |
| Date | 1 CVE in EUR | Daily change |
|---|---|---|
| 2026-09-11 | 0.009076 | -0.11% |
| 2026-09-10 | 0.0090858 | +0.37% |
| 2026-09-09 | 0.0090524 | -0.27% |
| 2026-09-08 | 0.0090771 | +0.19% |
| 2026-09-07 | 0.0090596 | -0.06% |
| 2026-09-06 | 0.0090647 | +0.03% |
| 2026-09-05 | 0.0090623 | -0.08% |
| 2026-09-04 | 0.0090699 | +0.16% |
| 2026-09-03 | 0.0090551 | -0.16% |
| 2026-09-02 | 0.0090694 | -0.11% |
| 2026-09-01 | 0.0090791 | +0.16% |
| 2026-08-31 | 0.0090648 | +0.46% |
| 2026-08-30 | 0.0090237 | +0.03% |
| 2026-08-29 | 0.0090212 | -0.55% |
| 2026-08-28 | 0.009071 | — |
CVE to EUR conversion table
1 CVE0.0090691 EUR
5 CVE0.045345 EUR
10 CVE0.090691 EUR
25 CVE0.22673 EUR
50 CVE0.45345 EUR
100 CVE0.90691 EUR
500 CVE4.5345 EUR
1,000 CVE9.0691 EUR
5,000 CVE45.3453 EUR
10,000 CVE90.6906 EUR
Get the CVE/EUR rate in your app
One GET request returns the latest CVE → EUR 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/EUR?precision=6"fetch('https://rate-api.com/api/v1/pair/CVE/EUR?precision=6', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CVE = ${data.rate} EUR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CVE/EUR?precision=6",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CVE = {data['rate']} EUR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CVE/EUR?precision=6');
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']} EUR\n";Example response
{
"success": true,
"pair": {
"from": "CVE",
"to": "EUR"
},
"rate": 0.009069,
"timestamp": 1790432124,
"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
EUR to CVEEuro → Cape Verdean Escudo110.265Convert CVE to other currencies
Convert other currencies to EUR
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.