GitHub - madnight/wallstreet: Stock Quotes and Charts for the Terminal

1 min read Original article ↗

Stock quotes and comprehensive data for the terminal using Yahoo Finance

License: MIT

image

Features

  • Fetches real-time stock data from Yahoo Finance using yfinance
  • Displays comprehensive stock information including:
    • Current price and daily change (color-coded)
    • Volume and average volume
    • Market cap
    • Valuation ratios (P/E, Forward P/E, PEG, P/B)
    • Dividend yield
    • Beta
    • 52-week high/low
    • EPS and analyst target price
  • Clean, colorful terminal output

Usage

# run with default stocks (AAPL,MSFT,GOOGL,INTC,AMD,PEP,MU,TSLA,NFLX,DIS,AMZN,SPY,QQQ)
uv run main.py

# fetch specific stocks
uv run main.py AAPL MSFT GOOGL

# fetch a single stock
uv run main.py TSLA

# get help
uv run main.py --help