Skip to content

varshad18/Stock_Price_Web_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages