Skip to content

NewtonJr4108/quantspec

Repository files navigation

quantspec

This is a project I'm working on; right now it's just a stock viewer.

Currently using matplotlib-finance to graph stock prices.

TODO:

  • Add functionality to grab news stories on specific stock being viewed
  • Use NLP to search through said news stories and upgrade or downgrade a stock in a rating system, possibly using a model to predict price or general direction
  • Come up with a better name
  • Improve the GUI

#To start project:

  • Initialize virtual environment
  virtualenv venv
  • Activate virtual environment
  source venv/bin/activate
  • Run Flask App
    flask run
    

Suggestions are appreciated as well as any feedback! Use issues to address anything you may want to bring to this project.

About

A web app to graph stock prices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published