Convert JPY to CVE
Japanese Yen → Cape Verdean Escudo
1 JPY = 0.613606 CVE(1 CVE = 1.62971 JPY)
Currency converter
1 JPY =
0.61361 CVE
JPY to CVE: last 30 days
Over the last 30 days, 1 JPY traded between 0.59297 and 0.61855 CVE, averaging 0.60932 CVE. The JPY/CVE rate is up 3.48% since 2026-08-28.
- 30-day high
- 0.61855
- 2026-09-09
- 30-day low
- 0.59297
- 2026-08-28
- 30-day average
- 0.60932
- Days with data: 30
- 30-day change
- +3.48%
- since 2026-08-28
0.61855
0.592972026-08-28 → 2026-09-26
| Date | 1 JPY in CVE | Daily change |
|---|---|---|
| 2026-09-26 | 0.61361 | 0.00% |
| 2026-09-25 | 0.61361 | +0.48% |
| 2026-09-24 | 0.61065 | -0.20% |
| 2026-09-23 | 0.6119 | +0.08% |
| 2026-09-22 | 0.61139 | +0.08% |
| 2026-09-21 | 0.61089 | +0.47% |
| 2026-09-20 | 0.60803 | -0.00% |
| 2026-09-19 | 0.60806 | -0.05% |
| 2026-09-18 | 0.60834 | -1.54% |
| 2026-09-17 | 0.61786 | +0.28% |
| 2026-09-16 | 0.61615 | -0.09% |
| 2026-09-15 | 0.61671 | -0.01% |
| 2026-09-14 | 0.61679 | -0.06% |
| 2026-09-13 | 0.61719 | -0.00% |
| 2026-09-12 | 0.6172 | +0.03% |
| Date | 1 JPY in CVE | Daily change |
|---|---|---|
| 2026-09-11 | 0.61704 | +0.41% |
| 2026-09-10 | 0.61454 | -0.65% |
| 2026-09-09 | 0.61855 | +0.62% |
| 2026-09-08 | 0.61476 | +0.17% |
| 2026-09-07 | 0.61374 | +1.03% |
| 2026-09-06 | 0.6075 | -0.03% |
| 2026-09-05 | 0.60766 | +0.08% |
| 2026-09-04 | 0.60715 | -0.38% |
| 2026-09-03 | 0.60945 | +2.14% |
| 2026-09-02 | 0.5967 | +0.56% |
| 2026-09-01 | 0.59336 | -0.37% |
| 2026-08-31 | 0.59559 | -0.08% |
| 2026-08-30 | 0.59608 | -0.03% |
| 2026-08-29 | 0.59624 | +0.55% |
| 2026-08-28 | 0.59297 | — |
JPY to CVE conversion table
1 JPY0.61361 CVE
5 JPY3.068 CVE
10 JPY6.1361 CVE
25 JPY15.3402 CVE
50 JPY30.6803 CVE
100 JPY61.3606 CVE
500 JPY306.803 CVE
1,000 JPY613.606 CVE
5,000 JPY3,068.0301 CVE
10,000 JPY6,136.0601 CVE
Get the JPY/CVE rate in your app
One GET request returns the latest JPY → 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/JPY/CVE"fetch('https://rate-api.com/api/v1/pair/JPY/CVE', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 JPY = ${data.rate} CVE`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/JPY/CVE",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 JPY = {data['rate']} CVE")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/JPY/CVE');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 JPY = {$data['rate']} CVE\n";Example response
{
"success": true,
"pair": {
"from": "JPY",
"to": "CVE"
},
"rate": 0.6136,
"timestamp": 1790447429,
"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 JPYCape Verdean Escudo → Japanese Yen1.6297Convert JPY to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.