Generating a table with the worst crisis for a stock over a given period of time. And the time it took for the stock to come back to the initial price it had fallen from.
This will give an historical view of the kind of crises a company faced in its history, and the duration it took the company to recover form that crisis.
Conda virtual environment used: "environment.yml"
- pandas
conda install pandas
- yfinance - Access to financial data
pip install yfinance
Open a Jupyter Notebook:
$ jupyter notebook
Open the notebook Stock-Duration-To-Come-Back-From-Crisis.ipynb
Run all cells. Ref. Jupyter Notebook for more details on the steps of the process.
- Anaconda - Access and Manage science libraries and packages
- Joffrey Armellini - MtlBerri
This project is licensed under the MIT License - see the LICENSE.md file for details