Skip to content

Generating a table with worst crisis for a stock, and the time it took to come back from it

License

Notifications You must be signed in to change notification settings

webclinic017/Stock-Duration-To-Come-Back-From-Crisis

 
 

Repository files navigation

Stock-Duration-To-Come-Back-From-Crisis

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.

Result: Result

Getting Started

Prerequisites

Conda virtual environment used: "environment.yml"

  • pandas conda install pandas
  • yfinance - Access to financial data pip install yfinance

Installing

Open a Jupyter Notebook:

$ jupyter notebook

Open the notebook Stock-Duration-To-Come-Back-From-Crisis.ipynb

Using

Run all cells. Ref. Jupyter Notebook for more details on the steps of the process.

Built With

  • Anaconda - Access and Manage science libraries and packages

Author

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

Generating a table with worst crisis for a stock, and the time it took to come back from it

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 94.9%
  • Python 5.1%