Skip to content

broker.historical_brokers.yfinance.yfinance_config

broker.historical_brokers.yfinance.yfinance_config

YfinanceConfig dataclass

YfinanceConfig()

Bases: Config

Holds the configuration for deriving data from the yfinance broker.

Attributes:

Name Type Description
ticker

The ticker symbol (e.g. AAPL) to derive yfinance data from.

start_date

The start date (YYYY-MM-DD) to derive yfinance data from.

end_date

The end date (YYYY-MM-DD) to derive yfinance data from.

interval

The trading interval to derive yfinance data from.