Convert EUR to CUP
Euro → Cuban Peso
1 EUR = 27.368158 CUP(1 CUP = 0.0365388 EUR)
Currency converter
1 EUR =
27.3682 CUP
EUR to CUP: last 30 days
Over the last 30 days, 1 EUR traded between 27.3682 and 30.8782 CUP, averaging 30.4192 CUP. The EUR/CUP rate is down 11.27% since 2026-08-28.
- 30-day high
- 30.8782
- 2026-09-09
- 30-day low
- 27.3682
- 2026-09-25
- 30-day average
- 30.4192
- Days with data: 30
- 30-day change
- -11.27%
- since 2026-08-28
30.8782
27.36822026-08-28 → 2026-09-26
| Date | 1 EUR in CUP | Daily change |
|---|---|---|
| 2026-09-26 | 27.3682 | 0.00% |
| 2026-09-25 | 27.3682 | -9.19% |
| 2026-09-24 | 30.1367 | -0.40% |
| 2026-09-23 | 30.257 | -0.41% |
| 2026-09-22 | 30.38 | -0.22% |
| 2026-09-21 | 30.4463 | +0.25% |
| 2026-09-20 | 30.3693 | -0.00% |
| 2026-09-19 | 30.3707 | +0.01% |
| 2026-09-18 | 30.369 | -0.16% |
| 2026-09-17 | 30.4165 | -0.51% |
| 2026-09-16 | 30.5722 | -0.03% |
| 2026-09-15 | 30.5819 | -0.11% |
| 2026-09-14 | 30.6158 | -0.38% |
| 2026-09-13 | 30.732 | -0.00% |
| 2026-09-12 | 30.7328 | +0.03% |
| Date | 1 EUR in CUP | Daily change |
|---|---|---|
| 2026-09-11 | 30.7225 | -0.19% |
| 2026-09-10 | 30.7807 | -0.32% |
| 2026-09-09 | 30.8782 | +0.33% |
| 2026-09-08 | 30.7768 | -0.06% |
| 2026-09-07 | 30.7953 | -0.03% |
| 2026-09-06 | 30.8056 | -0.03% |
| 2026-09-05 | 30.8139 | +0.04% |
| 2026-09-04 | 30.8012 | +0.07% |
| 2026-09-03 | 30.7787 | +0.29% |
| 2026-09-02 | 30.6906 | -0.09% |
| 2026-09-01 | 30.7197 | -0.04% |
| 2026-08-31 | 30.7315 | -0.40% |
| 2026-08-30 | 30.8561 | -0.03% |
| 2026-08-29 | 30.8646 | +0.07% |
| 2026-08-28 | 30.8429 | — |
EUR to CUP conversion table
1 EUR27.3682 CUP
5 EUR136.8408 CUP
10 EUR273.6816 CUP
25 EUR684.204 CUP
50 EUR1,368.4079 CUP
100 EUR2,736.8158 CUP
500 EUR13,684.079 CUP
1,000 EUR27,368.158 CUP
5,000 EUR136,840.79 CUP
10,000 EUR273,681.58 CUP
Get the EUR/CUP rate in your app
One GET request returns the latest EUR → CUP 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/EUR/CUP"fetch('https://rate-api.com/api/v1/pair/EUR/CUP', {
headers: { Authorization: 'Bearer YOUR_API_KEY' },
})
.then((res) => res.json())
.then((data) => console.log(`1 EUR = ${data.rate} CUP`));import requests
res = requests.get(
"https://rate-api.com/api/v1/pair/EUR/CUP",
headers={"Authorization": "Bearer YOUR_API_KEY"},
timeout=10,
)
data = res.json()
print(f"1 EUR = {data['rate']} CUP")<?php
$ch = curl_init('https://rate-api.com/api/v1/pair/EUR/CUP');
curl_setopt_array($ch, [
CURLOPT_RETURNTRANSFER => true,
CURLOPT_HTTPHEADER => ['Authorization: Bearer YOUR_API_KEY'],
]);
$data = json_decode(curl_exec($ch), true);
echo "1 EUR = {$data['rate']} CUP\n";Example response
{
"success": true,
"pair": {
"from": "EUR",
"to": "CUP"
},
"rate": 27.3682,
"timestamp": 1790429360,
"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
CUP to EURCuban Peso → Euro0.036539Convert EUR to other currencies
Currency profiles
Rate as of 2026-09-26. Powered by the Rate-API exchange rates API.