Convert CVE to INR
Cape Verdean Escudo → Indian Rupee
1 CVE = 0.99089 INR(1 INR = 1.009194 CVE)
Currency converter
1 CVE =
0.99089 INR
CVE to INR: last 30 days
Over the last 30 days, 1 CVE traded between 0.98923 and 1.0074 INR, averaging 0.9989 INR. The CVE/INR rate is down 1.64% since 2026-08-28.
- 30-day high
- 1.0074
- 2026-08-28
- 30-day low
- 0.98923
- 2026-09-24
- 30-day average
- 0.9989
- Days with data: 30
- 30-day change
- -1.64%
- since 2026-08-28
1.0074
0.989232026-08-28 → 2026-09-26
| Date | 1 CVE in INR | Daily change |
|---|---|---|
| 2026-09-26 | 0.99089 | 0.00% |
| 2026-09-25 | 0.99089 | +0.17% |
| 2026-09-24 | 0.98923 | -0.16% |
| 2026-09-23 | 0.99079 | -0.39% |
| 2026-09-22 | 0.9947 | -0.26% |
| 2026-09-21 | 0.99734 | -0.14% |
| 2026-09-20 | 0.99872 | +0.00% |
| 2026-09-19 | 0.99868 | +0.05% |
| 2026-09-18 | 0.99823 | +0.09% |
| 2026-09-17 | 0.99735 | -0.71% |
| 2026-09-16 | 1.0045 | +0.06% |
| 2026-09-15 | 1.0039 | +0.14% |
| 2026-09-14 | 1.0025 | -0.27% |
| 2026-09-13 | 1.0051 | +0.00% |
| 2026-09-12 | 1.0051 | -0.03% |
| Date | 1 CVE in INR | Daily change |
|---|---|---|
| 2026-09-11 | 1.0054 | -0.19% |
| 2026-09-10 | 1.0073 | +0.41% |
| 2026-09-09 | 1.0032 | +0.35% |
| 2026-09-08 | 0.99971 | +0.48% |
| 2026-09-07 | 0.99489 | -0.06% |
| 2026-09-06 | 0.99545 | +0.03% |
| 2026-09-05 | 0.99518 | -0.08% |
| 2026-09-04 | 0.99602 | +0.22% |
| 2026-09-03 | 0.9938 | -0.35% |
| 2026-09-02 | 0.99724 | -0.19% |
| 2026-09-01 | 0.99913 | -0.13% |
| 2026-08-31 | 1.0004 | -0.18% |
| 2026-08-30 | 1.0022 | +0.03% |
| 2026-08-29 | 1.0019 | -0.55% |
| 2026-08-28 | 1.0074 | — |
CVE to INR conversion table
1 CVE0.99089 INR
5 CVE4.9545 INR
10 CVE9.9089 INR
25 CVE24.7723 INR
50 CVE49.5445 INR
100 CVE99.089 INR
500 CVE495.4451 INR
1,000 CVE990.8901 INR
5,000 CVE4,954.4506 INR
10,000 CVE9,908.9013 INR
Get the CVE/INR rate in your app
One GET request returns the latest CVE → INR 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/INR"fetch('https://rate-api.com/api/v1/pair/CVE/INR', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CVE = ${data.rate} INR`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CVE/INR",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CVE = {data['rate']} INR")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CVE/INR');
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']} INR\n";Example response
{
"success": true,
"pair": {
"from": "CVE",
"to": "INR"
},
"rate": 0.9909,
"timestamp": 1790435220,
"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
INR to CVEIndian Rupee → Cape Verdean Escudo1.0092Convert CVE to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.