Get Advisors For Company In Transaction
get_advisors_for_company_in_transactionFull Description
Returns a list of advisor companies that provided advisory services to the specified company during a particular merger or acquisition transaction.
Examples: Query: "Who advised S&P Global during their purchase of Kensho?" Function 1: get_mergers_from_identifiers(identifiers=["S&P Global"])
Function 1 returns all M&A's that involved S&P Global. Extract the <key_dev_id> from the response where S&P Global was the buyer and Kensho was the target.
Function 2: get_advisors_for_company_in_transaction(identifier="S&P Global", transaction_id=<key_dev_id>)
Query: "Which firms advised AAPL in transaction 67890?" Function: get_advisors_for_company_in_transaction(identifier="AAPL", transaction_id=67890)
Parameters (2 required)
identifierstringThe identifier, which can be a ticker symbol, ISIN, CUSIP, or company_id
transaction_idintegerThe ID of the merger.