Linux command
tickrs 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Start with specified ticker symbols
tickrs -s [AAPL],[MSFT]
Candle chart with 1-month timeframe
tickrs -s [AAPL] -c candle -t 1M
Show pre/post market hours
tickrs -s [TSLA] -p
Start in summary mode with volume graphs
tickrs -s [AAPL],[GOOGL] --summary --show-volumes
Show x-axis labels with custom update interval
tickrs -s [MSFT] -x -i [5]
说明
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.
参数
- -s, --symbols _SYMBOLS_
- Comma-separated list of ticker symbols to start with.
- -c, --chart-type _TYPE_
- Chart type: line (default), candle, or kagi.
- -t, --time-frame _FRAME_
- Time frame: 1D (default), 1W, 1M, 3M, 6M, 1Y, 5Y.
- -i, --update-interval _SECONDS_
- Interval to update data from API (default: 1).
- -p, --enable-pre-post
- Enable pre/post market hours for graphs.
- --show-volumes
- Show volumes graph.
- -x, --show-x-labels
- Show x-axis labels.
- --summary
- Start in summary mode.
- --hide-prev-close
- Hide previous close line on 1D chart.
- --trunc-pre
- Truncate pre-market graphing to 30 minutes before open.
FAQ
What is the tickrs command used for?
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.
How do I run a basic tickrs example?
Run `tickrs -s [AAPL],[MSFT]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -s, --symbols _SYMBOLS_ do in tickrs?
Comma-separated list of ticker symbols to start with.