Convert CUP to JPY
Cuban Peso → Japanese Yen
1 CUP = 6.566025 JPY(1 JPY = 0.152299 CUP)
Currency converter
1 CUP =
6.566 JPY
CUP to JPY: last 30 days
Over the last 30 days, 1 CUP traded between 5.7837 and 6.566 JPY, averaging 5.9554 JPY. The CUP/JPY rate is up 8.93% since 2026-08-28.
- 30-day high
- 6.566
- 2026-09-25
- 30-day low
- 5.7837
- 2026-09-09
- 30-day average
- 5.9554
- Days with data: 30
- 30-day change
- +8.93%
- since 2026-08-28
6.566
5.78372026-08-28 → 2026-09-26
| Date | 1 CUP in JPY | Daily change |
|---|---|---|
| 2026-09-26 | 6.566 | 0.00% |
| 2026-09-25 | 6.566 | +9.59% |
| 2026-09-24 | 5.9917 | +0.61% |
| 2026-09-23 | 5.9557 | +0.42% |
| 2026-09-22 | 5.9307 | -0.07% |
| 2026-09-21 | 5.9352 | -0.38% |
| 2026-09-20 | 5.958 | +0.00% |
| 2026-09-19 | 5.9578 | -0.01% |
| 2026-09-18 | 5.9581 | +1.39% |
| 2026-09-17 | 5.8767 | +0.44% |
| 2026-09-16 | 5.8511 | +0.05% |
| 2026-09-15 | 5.8483 | +0.30% |
| 2026-09-14 | 5.831 | +0.35% |
| 2026-09-13 | 5.8104 | +0.00% |
| 2026-09-12 | 5.8102 | -0.03% |
| Date | 1 CUP in JPY | Daily change |
|---|---|---|
| 2026-09-11 | 5.8121 | -0.11% |
| 2026-09-10 | 5.8184 | +0.60% |
| 2026-09-09 | 5.7837 | -0.67% |
| 2026-09-08 | 5.8227 | -0.30% |
| 2026-09-07 | 5.8402 | -0.93% |
| 2026-09-06 | 5.8948 | +0.03% |
| 2026-09-05 | 5.8932 | -0.04% |
| 2026-09-04 | 5.8956 | +0.14% |
| 2026-09-03 | 5.8873 | -2.22% |
| 2026-09-02 | 6.0209 | -0.36% |
| 2026-09-01 | 6.0426 | +0.26% |
| 2026-08-31 | 6.0271 | +0.03% |
| 2026-08-30 | 6.0252 | +0.03% |
| 2026-08-29 | 6.0236 | -0.07% |
| 2026-08-28 | 6.0278 | — |
CUP to JPY conversion table
1 CUP6.566 JPY
5 CUP32.8301 JPY
10 CUP65.6602 JPY
25 CUP164.1506 JPY
50 CUP328.3012 JPY
100 CUP656.6025 JPY
500 CUP3,283.0123 JPY
1,000 CUP6,566.0247 JPY
5,000 CUP32,830.123 JPY
10,000 CUP65,660.247 JPY
Get the CUP/JPY rate in your app
One GET request returns the latest CUP → 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/CUP/JPY"fetch('https://rate-api.com/api/v1/pair/CUP/JPY', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 CUP = ${data.rate} JPY`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/CUP/JPY",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 CUP = {data['rate']} JPY")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/CUP/JPY');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 CUP = {$data['rate']} JPY\n";Example response
{
"success": true,
"pair": {
"from": "CUP",
"to": "JPY"
},
"rate": 6.566,
"timestamp": 1790432059,
"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 CUPJapanese Yen → Cuban Peso0.1523Convert CUP to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.