Skip to content

CUC to EUR exchange rate API

Peso Convertible to Euro · quoted 2026-09-27

0.87791

▲ +2.74% over 1Y

1 CUC = 0.87791 EUR · 1 EUR = 1.1391 CUC · Get this rate via the API

1 CUC buys 0.87791 EUR as of 2026-09-27, so 1 EUR buys 1.1391 CUC. Over the last year, CUC/EUR traded between 0.84236 and 0.88171, averaged 0.86111 and rose 2.74%. The API holds daily CUC/EUR rates from 2024-08-24 — 2 years of history — so any past day, or a whole series, is one request away.

CUC/EUR over 1Y

CUC/EUR over 1Y: show the values
PointCUC/EUR
2025-09-270.85446
2025-10-040.85175
2025-10-110.86179
2025-10-180.85786
2025-10-250.86025
2025-11-010.86651
2025-11-080.86435
2025-11-150.86077
2025-11-220.86850
2025-11-290.86259
2025-12-060.85880
2025-12-140.85175
2025-12-210.85354
2025-12-280.84942
2026-01-040.85289
2026-01-110.85941
2026-01-180.86272
2026-01-250.84390
2026-02-010.84376
2026-02-080.84639
2026-02-150.84236
2026-02-220.84808
2026-03-010.84830
2026-03-080.86446
2026-03-150.87433
2026-03-220.86484
2026-03-290.86849
2026-04-050.86807
2026-04-120.85447
2026-04-190.85053
2026-04-260.85361
2026-05-030.85221
2026-05-100.84903
2026-05-180.85852
2026-05-260.85955
2026-06-020.85852
2026-06-110.86689
2026-06-180.87262
2026-06-250.88171
2026-07-020.87727
2026-07-090.87425
2026-07-160.87230
2026-07-230.87806
2026-07-300.87160
2026-08-060.86631
2026-08-130.86670
2026-08-210.85485
2026-08-280.85919
2026-09-040.86035
2026-09-110.86256
2026-09-180.87260
2026-09-250.87682

High

0.88171

Low

0.84236

Average

0.86111

For developers

Get this rate via the API

One GET request returns the CUC/EUR 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=CUC&currencies=EUR"
JavaScript
const response = await fetch("https://api.fxfeed.io/v2/latest?api_key=YOUR_API_KEY&base=CUC&currencies=EUR");
const data = await response.json();
Python
import requests

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

Replace YOUR_API_KEY with the key from your dashboard.

CUC/EUR API questions

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

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

How far back does CUC/EUR historical data go?

Daily CUC/EUR 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 CUC/EUR 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.