v1

latestOpenAPI 3.0.42026-07-2631613.0 KB
Aggregated Data

Aggregated electricity prices

Retrieves aggregated electricity prices between two dates with specified granularity.

get/api/v1/aggregated-data/aggregated-prices

Query parameters

fromstring date-time required

The start of the requested period for aggregated prices, including date and time in UTC.

tostring date-time required

The end of the requested period for aggregated prices, including date and time in UTC.

cubeeSNsstring[]

List of serial numbers of Cubee devices to filter the results.

granularitystring required

Aggregation level. Allowed values: daily, monthly, all.

Response

OK

fromstring date-time

The start of the requested period for aggregated prices, including date and time in UTC.

tostring date-time

The end of the requested period for aggregated prices, including date and time in UTC.

currencystring nullable

The currency in which the prices are expressed, following the ISO 4217 currency codes. Default is "CZK".

All 3 operations