bayesline.api.equity.AsyncUniverseApi.dates

bayesline.api.equity.AsyncUniverseApi.dates#

abstract async AsyncUniverseApi.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.