Skip to main content
GET
Aggregated electricity prices

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Query Parameters

from
string<date-time>
required

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

to
string<date-time>
required

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

cubeeSNs
string[]

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

granularity
string
required

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

Pattern: ^(daily|monthly|all)$

Response

OK

from
string<date-time>

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

to
string<date-time>

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

periods
object[] | null

List of aggregated price periods within the specified date range, based on the chosen granularity (e.g., daily, monthly).

currency
string | null

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