Python-Stock-Info-CLI
Get stock info through CLI by passing stock ticker.
Installation
Use the following command to install the required modules at once
pip install -r requirements.txt
or
pip3 install -r requirements.txt
Usages
To use it simply pass the Stock Ticker as an argument.
Example:
-t AAPL
Use it like this in CLI
python StockInfoCLI.py -t AAPL
or
python3 StockInfoCLI.py -t AAPL