{ "opencollection": "1.0.0", "info": { "name": "Kensho Extract annotations-async Merger API", "version": "3.0.0" }, "items": [ { "info": { "name": "Merger", "type": "folder" }, "items": [ { "info": { "name": "merger_info_retrieve", "type": "http" }, "http": { "method": "GET", "url": "https://kfinance.kensho.com/api/v1/merger/info/:transaction_id", "params": [ { "name": "transaction_id", "value": "", "type": "path" } ] }, "docs": "Get information about the specified merger/acquisition transaction.\n\nParameters:\n transaction_id: The ID of the specified transaction.\n\nReturns:\n dict: A nested dictionary that contains:\n - An ordered array of the status changes of the transaction.\n - A dict with three keys:\n - target: The company that was merged with or acquired.\n - buyers: A list of companies that bought or merged with the target company.\n - sellers: A list of companies that sold or traded the " }, { "info": { "name": "merger_info_advisors_retrieve", "type": "http" }, "http": { "method": "GET", "url": "https://kfinance.kensho.com/api/v1/merger/info/:transaction_id/advisors/:advised_company_id", "params": [ { "name": "advised_company_id", "value": "", "type": "path" }, { "name": "transaction_id", "value": "", "type": "path" } ] }, "docs": "Get the advisor companies and their roles for the specified company in the specified merger/acquisition transaction." } ] } ], "bundled": true }