Convert CVE to USD
Cape Verdean Escudo → US Dollar
1 CVE = 0.0103415 USD(1 USD = 96.698237 CVE)
Currency converter
1 CVE =
0.010341 USD
CVE to USD: last 30 days
Over the last 30 days, 1 CVE traded between 0.010309 and 0.010561 USD, averaging 0.010472 USD. The CVE/USD rate is down 2.08% since 2026-08-28.
- 30-day high
- 0.010561
- 2026-08-28
- 30-day low
- 0.010309
- 2026-09-24
- 30-day average
- 0.010472
- Days with data: 30
- 30-day change
- -2.08%
- since 2026-08-28
0.010561
0.0103092026-08-28 → 2026-09-26
| Date | 1 CVE in USD | Daily change |
|---|---|---|
| 2026-09-26 | 0.010341 | 0.00% |
| 2026-09-25 | 0.010341 | +0.32% |
| 2026-09-24 | 0.010309 | -0.39% |
| 2026-09-23 | 0.010349 | -0.55% |
| 2026-09-22 | 0.010406 | -0.02% |
| 2026-09-21 | 0.010408 | -0.08% |
| 2026-09-20 | 0.010416 | +0.00% |
| 2026-09-19 | 0.010416 | +0.05% |
| 2026-09-18 | 0.010411 | +0.15% |
| 2026-09-17 | 0.010396 | -0.69% |
| 2026-09-16 | 0.010468 | +0.06% |
| 2026-09-15 | 0.010461 | -0.28% |
| 2026-09-14 | 0.01049 | -0.27% |
| 2026-09-13 | 0.010518 | +0.00% |
| 2026-09-12 | 0.010518 | -0.03% |
| Date | 1 CVE in USD | Daily change |
|---|---|---|
| 2026-09-11 | 0.010521 | -0.31% |
| 2026-09-10 | 0.010554 | +0.06% |
| 2026-09-09 | 0.010548 | +0.05% |
| 2026-09-08 | 0.010542 | +0.12% |
| 2026-09-07 | 0.010529 | -0.06% |
| 2026-09-06 | 0.010535 | +0.03% |
| 2026-09-05 | 0.010532 | -0.08% |
| 2026-09-04 | 0.010541 | +0.22% |
| 2026-09-03 | 0.010517 | +0.16% |
| 2026-09-02 | 0.010501 | -0.21% |
| 2026-09-01 | 0.010523 | +0.11% |
| 2026-08-31 | 0.010512 | +0.05% |
| 2026-08-30 | 0.010506 | +0.03% |
| 2026-08-29 | 0.010503 | -0.55% |
| 2026-08-28 | 0.010561 | — |
CVE to USD conversion table
1 CVE0.010341 USD
5 CVE0.051707 USD
10 CVE0.10341 USD
25 CVE0.25854 USD
50 CVE0.51707 USD
100 CVE1.0341 USD
500 CVE5.1707 USD
1,000 CVE10.3415 USD
5,000 CVE51.7073 USD
10,000 CVE103.4145 USD
Get the CVE/USD rate in your app
One GET request returns the latest CVE → USD 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/USD"fetch('https://rate-api.com/api/v1/pair/CVE/USD', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CVE = ${data.rate} USD`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CVE/USD",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CVE = {data['rate']} USD")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CVE/USD');
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']} USD\n";Example response
{
"success": true,
"pair": {
"from": "CVE",
"to": "USD"
},
"rate": 0.0103,
"timestamp": 1790432078,
"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
USD to CVEUS Dollar → Cape Verdean Escudo96.6982Convert CVE to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.