bayesline.api.equity.UniverseApi.dates

bayesline.api.equity.UniverseApi.dates#

abstract UniverseApi.dates(*, range_only: bool = False, trade_only: bool = False) list[date]#

Parameters#

range_only: bool, default=False

If True, returns the first and last date only.

trade_only: bool, default=False

If True, filter down the dats to trade dates only.

Returns#

list of all dates this universe covers.