Skip to content

Latest commit

 

History

History
64 lines (45 loc) · 2.21 KB

README.md

File metadata and controls

64 lines (45 loc) · 2.21 KB

Stock Analysis 🗠

A web application where one can check data related to stocks (i.e. High Price, Low Price, Opening and Closing Price). The stock data is updated on daily basis.

Libraries Used 📋:

  • flask - To create website.
  • pandas_datareader - To import stock data.
  • bokeh - To create candlestick graph.

  • How To Use 🖥️:

    • Clone this repository
      git clone https://github.com/ParagD25/Stocks

    • Go into the repository
      cd Stocks

    • Remove current origin repository
      git remote remove origin

    • Create new virtual python environment
      python3 -m venv venv

    • Activate virtual python environment
      source venv/bin/activate

    • Install all the libraries mentioned above

    • Run Python file
      python stocks.py - Visit the URL created in cmd to see the Website locally.
      OR

    • Visit https://bull-stockanalysis.herokuapp.com/

    Screenshots 📷:

    Check Stocks of the following companies:

    Heroku stocks list

    Candlestick Chart

    Heroku candlestick chart

    Panel present beside the Graph

    Heroku Product


  • Pan - Move around entire graph.
  • Zoom Box - Zoom selected area of a graph
  • Wheel Zoom - Zoom In/ Zoom Out entire Graph content
  • Save - To save the garph
  • Reset - Reset to default zoom
  • Learn - Learn about Bokeh
  • Contributing ©️:

    Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.