Skip to content

EUR to CUP exchange rate API

Euro to Cuban Peso · quoted 2026-09-27

27.3472

▼ +2.37% over 1Y

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 year, EUR/CUP traded between 27.3472 and 31.2119, averaged 29.0493 and fell 2.37%. 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 1Y

EUR/CUP over 1Y: show the values
PointEUR/CUP
2025-09-2728.0120
2025-10-0428.1839
2025-10-1127.8137
2025-10-1828.0123
2025-10-2527.8880
2025-11-0127.7209
2025-11-0827.7543
2025-11-1527.8731
2025-11-2227.6338
2025-11-2927.7880
2025-12-0627.9431
2025-12-1428.0908
2025-12-2128.0038
2025-12-2828.2472
2026-01-0428.0039
2026-01-1127.9099
2026-01-1827.8148
2026-01-2528.3660
2026-02-0128.3996
2026-02-0828.3131
2026-02-1528.4606
2026-02-2228.1990
2026-03-0128.2309
2026-03-0827.6381
2026-03-1527.4449
2026-03-2227.6524
2026-03-2927.4776
2026-04-0527.5146
2026-04-1231.0132
2026-04-1931.1570
2026-04-2631.0447
2026-05-0331.0955
2026-05-1031.2119
2026-05-1830.8672
2026-05-2627.8725
2026-06-0230.8672
2026-06-1130.5692
2026-06-1830.3681
2026-06-2530.0551
2026-07-0230.2074
2026-07-0930.3117
2026-07-1630.3795
2026-07-2330.1802
2026-07-3030.4040
2026-08-0630.5894
2026-08-1330.5757
2026-08-2130.9997
2026-08-2830.8430
2026-09-0430.8013
2026-09-1130.7224
2026-09-1830.3690
2026-09-2527.3682

High

31.2119

Low

27.3472

Average

29.0493

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.