Convert CVE to JPY
Cape Verdean Escudo → Japanese Yen
1 CVE = 1.62971 JPY(1 JPY = 0.613606 CVE)
Currency converter
1 CVE =
1.6297 JPY
CVE to JPY: last 30 days
Over the last 30 days, 1 CVE traded between 1.6167 and 1.6864 JPY, averaging 1.6414 JPY. The CVE/JPY rate is down 3.36% since 2026-08-28.
- 30-day high
- 1.6864
- 2026-08-28
- 30-day low
- 1.6167
- 2026-09-09
- 30-day average
- 1.6414
- Days with data: 30
- 30-day change
- -3.36%
- since 2026-08-28
1.6864
1.61672026-08-28 → 2026-09-26
| Date | 1 CVE in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 1.6297 | 0.00% |
| 2026-09-25 | 1.6297 | -0.48% |
| 2026-09-24 | 1.6376 | +0.21% |
| 2026-09-23 | 1.6342 | -0.08% |
| 2026-09-22 | 1.6356 | -0.08% |
| 2026-09-21 | 1.6369 | -0.47% |
| 2026-09-20 | 1.6446 | +0.00% |
| 2026-09-19 | 1.6446 | +0.05% |
| 2026-09-18 | 1.6438 | +1.57% |
| 2026-09-17 | 1.6185 | -0.28% |
| 2026-09-16 | 1.623 | +0.09% |
| 2026-09-15 | 1.6215 | +0.01% |
| 2026-09-14 | 1.6213 | +0.06% |
| 2026-09-13 | 1.6203 | +0.00% |
| 2026-09-12 | 1.6202 | -0.03% |
| Date | 1 CVE in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 1.6206 | -0.40% |
| 2026-09-10 | 1.6272 | +0.65% |
| 2026-09-09 | 1.6167 | -0.61% |
| 2026-09-08 | 1.6266 | -0.17% |
| 2026-09-07 | 1.6294 | -1.02% |
| 2026-09-06 | 1.6461 | +0.03% |
| 2026-09-05 | 1.6456 | -0.08% |
| 2026-09-04 | 1.647 | +0.38% |
| 2026-09-03 | 1.6408 | -2.09% |
| 2026-09-02 | 1.6759 | -0.56% |
| 2026-09-01 | 1.6853 | +0.38% |
| 2026-08-31 | 1.679 | +0.08% |
| 2026-08-30 | 1.6776 | +0.03% |
| 2026-08-29 | 1.6772 | -0.55% |
| 2026-08-28 | 1.6864 | — |
CVE to JPY conversion table
1 CVE1.6297 JPY
5 CVE8.1486 JPY
10 CVE16.2971 JPY
25 CVE40.7428 JPY
50 CVE81.4855 JPY
100 CVE162.971 JPY
500 CVE814.8551 JPY
1,000 CVE1,629.7102 JPY
5,000 CVE8,148.5512 JPY
10,000 CVE16,297.102 JPY
Get the CVE/JPY rate in your app
One GET request returns the latest CVE → JPY 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/JPY"fetch('https://rate-api.com/api/v1/pair/CVE/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CVE = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CVE/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CVE = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CVE/JPY');
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']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "CVE",
"to": "JPY"
},
"rate": 1.6297,
"timestamp": 1790435065,
"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
JPY to CVEJapanese Yen → Cape Verdean Escudo0.61361Convert CVE to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.