Skip to content

DepartureBetter/financial-dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“Š Financial Data Dashboard

An interactive dashboard that pulls real-time stock or ETF data using yfinance, processes it with pandas, and visualizes trends using plotly β€” all wrapped in a sleek Streamlit interface.

πŸš€ Features

  • πŸ“ˆ Historical data visualization (price, volume, moving averages)
  • πŸ” Select custom tickers, date ranges, and metrics
  • πŸ“€ Export selected data and charts to CSV/PNG
  • πŸ’‘ Built in a clean Python virtual environment for smooth dependency management

πŸ› οΈ Tech Stack

πŸ“¦ Installation

# Clone the repo
git clone https://github.com/yourusername/financial-dashboard.git
cd financial-dashboard

# Create and activate virtual environment (recommended)
python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate

# Install dependencies
pip install -r requirements.txt

# Run the app
streamlit run app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages