jmbejara / streamlit_finance_chart

This app is a simple example of using Strealit to create a financial data web app.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Streamlit Demo: Finance Chart


This app is a simple example of using Streamlit to create a financial data web app. This demo use streamlit, pandas and yfinance modules.

Allows you to select one of the 500 companies that compose the S&P 500 and display a updated chart of adjusted closing prices, as well as add a pair of moving averages.

Sample Animation

Requirements

Python3.6 version or superior

How to run this demo

Using conda and pip together

conda create -n streamlit python=3.12
conda activate streamlit
pip install -r requirements.txt
streamlit run app.py

Using conda along

conda env create -f environment.yml
conda activate streamlit
streamlit run app.py

NOTE

I have only made minor edits to ensure this runs. The code is forked from here: https://github.com/paduel/streamlit_finance_chart

About

This app is a simple example of using Strealit to create a financial data web app.

License:GNU General Public License v3.0


Languages

Language:Python 90.7%Language:Shell 8.0%Language:Procfile 1.3%