WALLSTREET(1)

NAME

wallstreetStock Quotes and Charts for the Terminal

SYNOPSIS

INFO

95 stars
12 forks
0 views

DESCRIPTION

Stock Quotes and Charts for the Terminal

README

wallstreet

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

SEE ALSO

clihub3/4/2026WALLSTREET(1)