Skip to content

A Website where one can see high, low, close and opening prices of given stocks that are updated on daily basis.

Notifications You must be signed in to change notification settings

ParagD25/Stocks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

    About

    A Website where one can see high, low, close and opening prices of given stocks that are updated on daily basis.

    Topics

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published