Convert USD to CVE
US Dollar → Cape Verdean Escudo
1 USD = 96.698237 CVE(1 CVE = 0.0103415 USD)
Currency converter
1 USD =
96.6982 CVE
USD to CVE: last 30 days
Over the last 30 days, 1 USD traded between 94.6851 and 97.0045 CVE, averaging 95.4928 CVE. The USD/CVE rate is up 2.13% since 2026-08-28.
- 30-day high
- 97.0045
- 2026-09-24
- 30-day low
- 94.6851
- 2026-08-28
- 30-day average
- 95.4928
- Days with data: 30
- 30-day change
- +2.13%
- since 2026-08-28
97.0045
94.68512026-08-28 → 2026-09-26
| Date | 1 USD in CVE | Daily change |
|---|---|---|
| 2026-09-26 | 96.6982 | 0.00% |
| 2026-09-25 | 96.6982 | -0.32% |
| 2026-09-24 | 97.0045 | +0.39% |
| 2026-09-23 | 96.6304 | +0.55% |
| 2026-09-22 | 96.0989 | +0.02% |
| 2026-09-21 | 96.0754 | +0.08% |
| 2026-09-20 | 96.0025 | -0.00% |
| 2026-09-19 | 96.0067 | -0.05% |
| 2026-09-18 | 96.05 | -0.15% |
| 2026-09-17 | 96.1952 | +0.69% |
| 2026-09-16 | 95.5336 | -0.06% |
| 2026-09-15 | 95.5904 | +0.28% |
| 2026-09-14 | 95.3255 | +0.27% |
| 2026-09-13 | 95.0716 | -0.00% |
| 2026-09-12 | 95.0742 | +0.03% |
| Date | 1 USD in CVE | Daily change |
|---|---|---|
| 2026-09-11 | 95.0485 | +0.32% |
| 2026-09-10 | 94.7497 | -0.06% |
| 2026-09-09 | 94.8057 | -0.05% |
| 2026-09-08 | 94.8576 | -0.12% |
| 2026-09-07 | 94.9756 | +0.06% |
| 2026-09-06 | 94.9217 | -0.03% |
| 2026-09-05 | 94.9473 | +0.08% |
| 2026-09-04 | 94.868 | -0.22% |
| 2026-09-03 | 95.0799 | -0.16% |
| 2026-09-02 | 95.2329 | +0.21% |
| 2026-09-01 | 95.0329 | -0.11% |
| 2026-08-31 | 95.1337 | -0.05% |
| 2026-08-30 | 95.1818 | -0.03% |
| 2026-08-29 | 95.2078 | +0.55% |
| 2026-08-28 | 94.6851 | — |
USD to CVE conversion table
1 USD96.6982 CVE
5 USD483.4912 CVE
10 USD966.9824 CVE
25 USD2,417.4559 CVE
50 USD4,834.9119 CVE
100 USD9,669.8237 CVE
500 USD48,349.119 CVE
1,000 USD96,698.237 CVE
5,000 USD483,491.19 CVE
10,000 USD966,982.37 CVE
Get the USD/CVE rate in your app
One GET request returns the latest USD → 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/USD/CVE"fetch('https://rate-api.com/api/v1/pair/USD/CVE', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 USD = ${data.rate} CVE`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/USD/CVE",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 USD = {data['rate']} CVE")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/USD/CVE');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 USD = {$data['rate']} CVE\n";Example response
{
"success": true,
"pair": {
"from": "USD",
"to": "CVE"
},
"rate": 96.6982,
"timestamp": 1790429310,
"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 USDCape Verdean Escudo → US Dollar0.010341Convert USD to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.