Skip to content

CLI tool to plot price movement of stocks and cryptocurrencies

Notifications You must be signed in to change notification settings

Thomas-mcinally/stockplot

Repository files navigation

stockplot

CLI tool to plot historic price movement of a stock ticker

  • Works for all tickers listed on Yahoo Finance, including cryptocurrency trading pairs (e.g. TSLA, AAPL, BTC-USD, ETH-USD)

Input: One-line command in terminal (stockplot TICKER)

Output: Pop-out matplotlib window with historic price movement and trading volumes for that ticker

Installation

Using pipx

pipx install stockplot

Alternatively, using pip (or pip3):

pip install stockplot