Literally displays stocks histroy from whatever year to present year you want
-
Gets data via yahoofinance api
-
Use pandas to see filter information to MatPlotLib
-
Use MatPlotLib to visualize it
-
yfinance(Data) -
matplotlib(Graphing) -
pandas(Data filtering)
git clone https://github.com/RealPhobia/quant-related-projects.git
pip install -r requirements.txt
python main.pyYou can put an amount of volitality on any amount of stocks and see where they end up after any given period of time.
-
Set parameters
-
Run the project
-
See how the stocks did
numpy(Calculations)
git clone https://github.com/RealPhobia/quant-related-projects.git
pip install -r requirements.txt
python main.py