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: show the values
| Point | EUR/CUP |
|---|---|
| 2025-09-27 | 28.0120 |
| 2025-10-04 | 28.1839 |
| 2025-10-11 | 27.8137 |
| 2025-10-18 | 28.0123 |
| 2025-10-25 | 27.8880 |
| 2025-11-01 | 27.7209 |
| 2025-11-08 | 27.7543 |
| 2025-11-15 | 27.8731 |
| 2025-11-22 | 27.6338 |
| 2025-11-29 | 27.7880 |
| 2025-12-06 | 27.9431 |
| 2025-12-14 | 28.0908 |
| 2025-12-21 | 28.0038 |
| 2025-12-28 | 28.2472 |
| 2026-01-04 | 28.0039 |
| 2026-01-11 | 27.9099 |
| 2026-01-18 | 27.8148 |
| 2026-01-25 | 28.3660 |
| 2026-02-01 | 28.3996 |
| 2026-02-08 | 28.3131 |
| 2026-02-15 | 28.4606 |
| 2026-02-22 | 28.1990 |
| 2026-03-01 | 28.2309 |
| 2026-03-08 | 27.6381 |
| 2026-03-15 | 27.4449 |
| 2026-03-22 | 27.6524 |
| 2026-03-29 | 27.4776 |
| 2026-04-05 | 27.5146 |
| 2026-04-12 | 31.0132 |
| 2026-04-19 | 31.1570 |
| 2026-04-26 | 31.0447 |
| 2026-05-03 | 31.0955 |
| 2026-05-10 | 31.2119 |
| 2026-05-18 | 30.8672 |
| 2026-05-26 | 27.8725 |
| 2026-06-02 | 30.8672 |
| 2026-06-11 | 30.5692 |
| 2026-06-18 | 30.3681 |
| 2026-06-25 | 30.0551 |
| 2026-07-02 | 30.2074 |
| 2026-07-09 | 30.3117 |
| 2026-07-16 | 30.3795 |
| 2026-07-23 | 30.1802 |
| 2026-07-30 | 30.4040 |
| 2026-08-06 | 30.5894 |
| 2026-08-13 | 30.5757 |
| 2026-08-21 | 30.9997 |
| 2026-08-28 | 30.8430 |
| 2026-09-04 | 30.8013 |
| 2026-09-11 | 30.7224 |
| 2026-09-18 | 30.3690 |
| 2026-09-25 | 27.3682 |
High
31.2119
Low
27.3472
Average
29.0493
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 -X GET "https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=CUP"const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=CUP");
const data = await response.json();import requests
data = requests.get("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=EUR¤cies=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¤cies=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.