bayesline.api.equity.AsyncAssetIdApi.lookup_ids#
- abstract async AsyncAssetIdApi.lookup_ids(ids: list[str], top_n: int = 0) DataFrame #
Parameters#
- ids: list[str]
The ids to lookup.
- top_n: int
The number of results to return, where 0 denotes all records.
Returns#
- pl.DataFrame
a dataframe with all identifiers that could be matched, sorted by id and start_date.