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: show the values
| Point | EUR/CUP |
|---|---|
| 2025-12-31 | 28.2216 |
| 2026-01-07 | 28.0261 |
| 2026-01-14 | 27.9875 |
| 2026-01-21 | 28.1735 |
| 2026-01-28 | 28.6273 |
| 2026-02-04 | 28.2788 |
| 2026-02-11 | 28.5527 |
| 2026-02-18 | 28.3897 |
| 2026-02-25 | 28.2561 |
| 2026-03-04 | 27.9488 |
| 2026-03-11 | 27.8056 |
| 2026-03-18 | 27.5338 |
| 2026-03-25 | 27.7704 |
| 2026-04-01 | 27.8355 |
| 2026-04-08 | 27.9404 |
| 2026-04-15 | 31.2170 |
| 2026-04-22 | 31.0925 |
| 2026-04-29 | 31.0209 |
| 2026-05-06 | 31.1693 |
| 2026-05-14 | 28.0800 |
| 2026-05-21 | 27.8423 |
| 2026-05-29 | 30.8621 |
| 2026-06-05 | 30.8484 |
| 2026-06-14 | 30.7145 |
| 2026-06-21 | 30.3745 |
| 2026-06-28 | 30.1842 |
| 2026-07-05 | 30.3188 |
| 2026-07-12 | 30.2305 |
| 2026-07-19 | 30.3031 |
| 2026-07-26 | 30.1799 |
| 2026-08-02 | 30.6023 |
| 2026-08-09 | 30.6347 |
| 2026-08-16 | 30.6482 |
| 2026-08-24 | 30.9247 |
| 2026-08-31 | 30.7317 |
| 2026-09-07 | 30.7954 |
| 2026-09-14 | 30.6160 |
| 2026-09-21 | 30.4462 |
High
31.2170
Low
27.3472
Average
29.4495
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.