Skip to content

EUR to CUP exchange rate API

Euro to Cuban Peso · quoted 2026-09-27

27.3472

▼ +3.10% over YTD

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 year to date, EUR/CUP traded between 27.3472 and 31.2170, averaged 29.4495 and fell 3.10%. 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 YTD

EUR/CUP over YTD: show the values
PointEUR/CUP
2025-12-3128.2216
2026-01-0728.0261
2026-01-1427.9875
2026-01-2128.1735
2026-01-2828.6273
2026-02-0428.2788
2026-02-1128.5527
2026-02-1828.3897
2026-02-2528.2561
2026-03-0427.9488
2026-03-1127.8056
2026-03-1827.5338
2026-03-2527.7704
2026-04-0127.8355
2026-04-0827.9404
2026-04-1531.2170
2026-04-2231.0925
2026-04-2931.0209
2026-05-0631.1693
2026-05-1428.0800
2026-05-2127.8423
2026-05-2930.8621
2026-06-0530.8484
2026-06-1430.7145
2026-06-2130.3745
2026-06-2830.1842
2026-07-0530.3188
2026-07-1230.2305
2026-07-1930.3031
2026-07-2630.1799
2026-08-0230.6023
2026-08-0930.6347
2026-08-1630.6482
2026-08-2430.9247
2026-08-3130.7317
2026-09-0730.7954
2026-09-1430.6160
2026-09-2130.4462

High

31.2170

Low

27.3472

Average

29.4495

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.