Prices
Retrieve Price Time Series
Retrieve a price object for a given subscription, including the variable price time series to optimize your consumption against.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Example:
"sub_1"
Query Parameters
Start date of the period at 00:00:00 in local time of the customer (format yyyy-mm-dd)
Example:
"2025-02-01"
End date of the period at 23:59:59 in local time of the customer (format yyyy-mm-dd)
Example:
"2025-02-01"
Response
200
application/json
Retrieve the price details
Available options:
price
The id of the subscription
Example:
"sub_1"
The unit of the price
Example:
"ct/kWh"
The currency of the price
Example:
"EUR"
The time resolution of the price data points
Available options:
60min
, 15min
Example:
"60min"
Reference market for electricity prices
Example:
"EPEX Day-Ahead Hourly"
List of price data points. Null if subscription is not active (either hasn't started yet or has ended).