get_cik_async# async static EdgarHelpers.get_cik_async(ticker=None, search_text=None)[source]# Helper method to asynchronously get the CIK (Central Index Key) for a given ticker symbol. Parameters: ticker (str) – The ticker symbol of the company. search_text (str) – The name of the company to search for. Returns: The CIK of the company or a list of CIKs if multiple matches are found. Return type: str | List[str]