bayesline.api.equity.AsyncUniverseApi.coverage#
- abstract async AsyncUniverseApi.coverage(id_type: Literal['bayesid', 'ticker', 'composite_figi', 'cik', 'cusip8', 'cusip9', 'isin', 'sedol6', 'sedol7', 'proxy', 'name'] | None = None) list[str] #
Parameters#
- id_type: IdType, optional
The id type to return asset ids in, e.g. ticker
Raises#
- ValueError
If the given id type is not supported.
Returns#
list of all asset ids this universe covers, in given id type.