day_ahead
frequenz.client.electricity_trading.cli.day_ahead ¤
Functions for CLI tool to interact with the trading API.
Functions¤
frequenz.client.electricity_trading.cli.day_ahead.list_day_ahead_prices ¤
list_day_ahead_prices(
entsoe_key: str,
start: datetime,
end: datetime,
country_code: str,
) -> None
List day-ahead prices for a given country code.
PARAMETER | DESCRIPTION |
---|---|
entsoe_key
|
The API key for the Entsoe API
TYPE:
|
start
|
The start date of the query
TYPE:
|
end
|
The end date of the query
TYPE:
|
country_code
|
The country code for which to query the prices
TYPE:
|