This...
BeautifulSoup and requests
For installing all the libraries required to run the script use following command.
For python:
$ python -m pip install -r requirements.txt
For python3:
$ python3 -m pip install -r requirements.txt
Insert your company's stock symbol and get the information about stock
this script will read symbols from symbols.txt, fetch stock data and store in datafile.csv