bayesline.api.equity.AsyncExposureApi.dates#
- abstract async AsyncExposureApi.dates(universe: str | int | UniverseSettings | AsyncUniverseApi, *, range_only: bool = False) list[date] #
Parameters#
- universe: str | int | UniverseSettings | UniverseApi
The universe to use for the exposure calculation.
- range_only: bool, optional
If True, returns the first and last date only.
Returns#
list of all covered dates.