Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 666 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 666 Bytes

Stock_Price_Web_App

A simple streamlit webapp to present graphically the open, volume and closing prices of stocks of various different companies.

Required Modules:

  1. streamlit
  2. yfinance
  3. pandas

To run, use following command on windows command prompt:

streamlit run stock_price_app.py

All data plotted graphically is obtained from yahoo finance using yfinance module

Basic Outline of the App Volume and Closing
Outline VolumeClosing
Dropdown list for choices Sidebar
DropDown Sidebar