Skip to content

EUR to CUP exchange rate API

Euro to Cuban Peso · quoted 2026-09-27

27.3472

▲ +1.62% over 5Y

1 EUR = 27.3472 CUP · 1 CUP = 0.03657 EUR · Get this rate via the API

1 EUR buys 27.3472 CUP as of 2026-09-27, so 1 CUP buys 0.03657 EUR. Over the last 5 years, EUR/CUP traded between 24.7340 and 30.9679, averaged 27.6785 and rose 1.62%. The API holds daily EUR/CUP rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

EUR/CUP over 5Y

EUR/CUP over 5Y: show the values
PointEUR/CUP
2024-08-2426.9103
2024-10-0726.4126
2024-11-0625.6397
2024-12-0625.3948
2025-01-0524.7340
2025-02-0424.8311
2025-03-0625.8710
2025-04-0626.0480
2025-05-0627.1951
2025-06-0727.3371
2025-07-0728.1163
2025-08-0627.5471
2025-09-0528.0705
2025-10-0628.0712
2025-11-0527.5547
2025-12-0527.9223
2026-01-0528.0384
2026-02-0428.2788
2026-03-0627.7292
2026-04-0527.5146
2026-05-0530.9679
2026-06-0630.5368
2026-07-0830.2080
2026-08-0730.5678
2026-09-0730.7954

High

30.9679

Low

24.7340

Average

27.6785

For developers

Get this rate via the API

One GET request returns the EUR/CUP rate as JSON. The free plan includes 1,000 requests a month, with no credit card required.

cURL
curl -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&currencies=CUP"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&currencies=CUP");
const data = await response.json();
Python
import requests

data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&currencies=CUP").json()

Replace YOUR_API_KEY with the key from your dashboard.

EUR/CUP API questions

How do I get the EUR/CUP exchange rate from an API?

Send one GET request to https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR&currencies=CUP, replacing YOUR_API_KEY with your own key. The JSON response carries the date and the latest EUR/CUP rate in rates.CUP.

How far back does EUR/CUP historical data go?

Daily EUR/CUP rates are available from 2024-08-24. Request one day with the /historical endpoint and a date, or a range of days with /timeseries.

Is there a free EUR/CUP exchange rate API?

Yes. The free plan includes 1,000 requests a month, with no credit card required; paid plans raise the limit.

Put these rates in your application

One endpoint, JSON responses, 160+ currencies and history back to 1999. Start on the free plan.