This Script will give you the data about your favourite stock.
python3 stock_market_data.py
It will ask for various inputs such as freq, start date, end date, stock name.
1.)Enter the frequency by which you want to get your data common options would include ‘1d’ (daily), ‘1mo’ (monthly), ‘1y’ (yearly).
2.)Enter the start date in the format yyyy-mm-dd.
3.)Enter the end date in the format yyyy-mm-dd.
4.)Enter the name of the stock for which you want to get data.
For example:- frequency = "1d", start = "2020-01-01", end = "2020-01-10", stock_name = "MSFT".