Skip to content

RealPhobia/quant-related-projects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stock Visualizer

About the Project

Literally displays stocks histroy from whatever year to present year you want

How it Works

  1. Gets data via yahoofinance api

  2. Use pandas to see filter information to MatPlotLib

  3. Use MatPlotLib to visualize it

Libraries Used

  • yfinance (Data)

  • matplotlib (Graphing)

  • pandas (Data filtering)

How to Run it

git clone https://github.com/RealPhobia/quant-related-projects.git
pip install -r requirements.txt
python main.py

Stock Simulator

About the Project

You can put an amount of volitality on any amount of stocks and see where they end up after any given period of time.

How it Works

  1. Set parameters

  2. Run the project

  3. See how the stocks did

Libaries Used

  • numpy (Calculations)

How to Run it

git clone https://github.com/RealPhobia/quant-related-projects.git
pip install -r requirements.txt
python main.py

About

This is a repo with every single project thats quant related

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages