Python Script to Print the name of the companies that are acquired by a Target Company and the Time of Acquisition.
pip install requests
python acquisitions.py -c company
Ex: python acquisitions.py -c google
Python Script to Print the name of the companies that are acquired by a Target Company and the Time of Acquisition.
Python