Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 607 Bytes

File metadata and controls

31 lines (19 loc) · 607 Bytes

Stock peer group analysis

A Streamlit app where you can compare how different stocks fare against each other.

View it in one click

Streamlit App

Try it on your machine

  1. Get the code:

    $ git clone https://github.com/streamlit/demo-stockpeers.git
  2. Start a virtual environment and get the dependencies (requires uv):

    $ uv venv
    
    $ .venv/bin/activate
    
    $ uv sync
  3. Start the app:

    $ streamlit run streamlit_app.py