Convert INR to CVE
Indian Rupee → Cape Verdean Escudo
1 INR = 1.009194 CVE(1 CVE = 0.99089 INR)
Currency converter
1 INR =
1.0092 CVE
INR to CVE: last 30 days
Over the last 30 days, 1 INR traded between 0.99261 and 1.0109 CVE, averaging 1.0011 CVE. The INR/CVE rate is up 1.67% since 2026-08-28.
- 30-day high
- 1.0109
- 2026-09-24
- 30-day low
- 0.99261
- 2026-08-28
- 30-day average
- 1.0011
- Days with data: 30
- 30-day change
- +1.67%
- since 2026-08-28
1.0109
0.992612026-08-28 → 2026-09-26
| Date | 1 INR in CVE | Daily change |
|---|---|---|
| 2026-09-26 | 1.0092 | 0.00% |
| 2026-09-25 | 1.0092 | -0.17% |
| 2026-09-24 | 1.0109 | +0.16% |
| 2026-09-23 | 1.0093 | +0.39% |
| 2026-09-22 | 1.0053 | +0.27% |
| 2026-09-21 | 1.0027 | +0.14% |
| 2026-09-20 | 1.0013 | -0.00% |
| 2026-09-19 | 1.0013 | -0.05% |
| 2026-09-18 | 1.0018 | -0.09% |
| 2026-09-17 | 1.0027 | +0.71% |
| 2026-09-16 | 0.99556 | -0.06% |
| 2026-09-15 | 0.99615 | -0.14% |
| 2026-09-14 | 0.99755 | +0.27% |
| 2026-09-13 | 0.99489 | -0.00% |
| 2026-09-12 | 0.99492 | +0.03% |
| Date | 1 INR in CVE | Daily change |
|---|---|---|
| 2026-09-11 | 0.99465 | +0.19% |
| 2026-09-10 | 0.99277 | -0.40% |
| 2026-09-09 | 0.9968 | -0.35% |
| 2026-09-08 | 1.0003 | -0.48% |
| 2026-09-07 | 1.0051 | +0.06% |
| 2026-09-06 | 1.0046 | -0.03% |
| 2026-09-05 | 1.0048 | +0.08% |
| 2026-09-04 | 1.004 | -0.22% |
| 2026-09-03 | 1.0062 | +0.35% |
| 2026-09-02 | 1.0028 | +0.19% |
| 2026-09-01 | 1.0009 | +0.13% |
| 2026-08-31 | 0.99962 | +0.18% |
| 2026-08-30 | 0.99782 | -0.03% |
| 2026-08-29 | 0.99809 | +0.55% |
| 2026-08-28 | 0.99261 | — |
INR to CVE conversion table
1 INR1.0092 CVE
5 INR5.046 CVE
10 INR10.0919 CVE
25 INR25.2298 CVE
50 INR50.4597 CVE
100 INR100.9194 CVE
500 INR504.5968 CVE
1,000 INR1,009.1936 CVE
5,000 INR5,045.9681 CVE
10,000 INR10,091.936 CVE
Get the INR/CVE rate in your app
One GET request returns the latest INR → 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/INR/CVE"fetch('https://rate-api.com/api/v1/pair/INR/CVE', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 INR = ${data.rate} CVE`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/INR/CVE",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 INR = {data['rate']} CVE")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/INR/CVE');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 INR = {$data['rate']} CVE\n";Example response
{
"success": true,
"pair": {
"from": "INR",
"to": "CVE"
},
"rate": 1.0092,
"timestamp": 1790429423,
"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 INRCape Verdean Escudo → Indian Rupee0.99089Convert INR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.