LinuxCommandLibrary

tickrs

Realtime stock ticker data in your terminal

TLDR

Start with specified ticker symbols
$ tickrs -t [AAPL],[MSFT]
copy
Candle chart with 1-month timeframe
$ tickrs -t [AAPL] --chart-type candle --time-frame 1M
copy
Show pre/post market hours
$ tickrs -t [TSLA] --enable-pre-post
copy

SYNOPSIS

tickrs [flags] [options]

DESCRIPTION

tickrs displays realtime ticker data sourced from Yahoo! Finance directly in your terminal. It supports multiple chart types, various time frames, pre/post market hours, volume graphs, and portfolio tracking with profit/loss display.

PARAMETERS

-t SYMBOLS

Comma-separated list of ticker symbols.
--chart-type TYPE
Chart type: line, candle, or kagi.
--time-frame FRAME
Time frame: 1D, 5D, 1M, 3M, 6M, 1Y, 5Y.
--enable-pre-post
Show pre-market and post-market data.

HISTORY

tickrs was created by tarkah and is written in Rust.

SEE ALSO

ticker(1), cointop(1), tstock(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard