All Projects → tarkah → Tickrs

tarkah / Tickrs

Licence: mit
Realtime ticker data in your terminal 📈

Programming Languages

rust
11053 projects

Labels

Projects that are alternatives of or similar to Tickrs

Ticker
Terminal stock ticker with live updates and position tracking
Stars: ✭ 3,986 (+711.81%)
Mutual labels:  tui, stocks
Bubbles
TUI components for Bubble Tea 🍡
Stars: ✭ 467 (-4.89%)
Mutual labels:  tui
Py cui
A python library for intuitively creating CUI/TUI interfaces with widgets, inspired by gocui.
Stars: ✭ 380 (-22.61%)
Mutual labels:  tui
Xi Term
A terminal frontend for Xi
Stars: ✭ 446 (-9.16%)
Mutual labels:  tui
Stocksharp
Algorithmic trading and quantitative trading open source platform to develop trading robots (stock markets, forex, crypto, bitcoins, and options).
Stars: ✭ 4,601 (+837.07%)
Mutual labels:  stocks
Pterm
✨ #PTerm is a modern go module to beautify console output. Featuring charts, progressbars, tables, trees, and many more 🚀 It's completely configurable and 100% cross-platform compatible.
Stars: ✭ 449 (-8.55%)
Mutual labels:  tui
Financeops
Research in investment finance with Python Notebooks
Stars: ✭ 378 (-23.01%)
Mutual labels:  stocks
Aerc
Asynchronous email client for your terminal
Stars: ✭ 483 (-1.63%)
Mutual labels:  tui
Pxltrm
🖌️ pxltrm - [WIP] A pixel art editor inside the terminal
Stars: ✭ 459 (-6.52%)
Mutual labels:  tui
Pulsemixer
CLI and curses mixer for PulseAudio
Stars: ✭ 441 (-10.18%)
Mutual labels:  tui
Ftxui
💻 C++ Functional Terminal User Interface. ❤️
Stars: ✭ 433 (-11.81%)
Mutual labels:  tui
Amfora
A fancy terminal browser for the Gemini protocol.
Stars: ✭ 395 (-19.55%)
Mutual labels:  tui
Toot
toot - Mastodon CLI & TUI
Stars: ✭ 455 (-7.33%)
Mutual labels:  tui
Ticker.sh
Real-time stock tickers from the command-line.
Stars: ✭ 392 (-20.16%)
Mutual labels:  stocks
Gomuks
A terminal based Matrix client written in Go.
Stars: ✭ 471 (-4.07%)
Mutual labels:  tui
Visidata
A terminal spreadsheet multitool for discovering and arranging data
Stars: ✭ 4,606 (+838.09%)
Mutual labels:  tui
Chklinechart
纯Swift4.0代码编写的K线图表组件,支持:MA,EMA,BOLL,SAR,KDJ,MACD等技术指标显示。集成使用简单,二次开发扩展强大
Stars: ✭ 409 (-16.7%)
Mutual labels:  stocks
Bubbletea
A powerful little TUI framework 🏗
Stars: ✭ 7,886 (+1506.11%)
Mutual labels:  tui
Consoleframework
Cross-platform toolkit for easy development of TUI applications.
Stars: ✭ 487 (-0.81%)
Mutual labels:  tui
Fltrdr
A TUI text reader for the terminal.
Stars: ✭ 477 (-2.85%)
Mutual labels:  tui

tick-rs

Actions Status

Realtime ticker data in your terminal 📈 Built with Rust. Data sourced from Yahoo! Finance.

Installation

Binary

Download the latest release for your platform

Cargo

cargo install tickrs

AUR

yay -S tickrs-git

Homebrew

brew tap tarkah/tickrs
brew install tickrs

Config File

See wiki entry

CLI Usage

tickrs
Realtime ticker data in your terminal 📈

USAGE:
    tickrs [FLAGS] [OPTIONS]

FLAGS:
    -p, --enable-pre-post    Enable pre / post market hours for graphs
    -h, --help               Prints help information
        --hide-help          Hide help icon in top right
        --hide-prev-close    Hide previous close line on 1D chart
        --hide-toggle        Hide toggle block
        --show-volumes       Show volumes graph
    -x, --show-x-labels      Show x-axis labels
        --summary            Start in summary mode
        --trunc-pre          Truncate pre market graphing to only 30 minutes prior to markets opening
    -V, --version            Prints version information

OPTIONS:
    -c, --chart-type <chart-type>              Chart type to start app with [default: line] [possible values: line,
                                               candle, kagi]
    -s, --symbols <symbols>...                 Comma separated list of ticker symbols to start app with
    -t, --time-frame <time-frame>              Use specified time frame when starting program and when new stocks are
                                               added [default: 1D] [possible values: 1D, 1W, 1M, 3M, 6M, 1Y, 5Y]
    -i, --update-interval <update-interval>    Interval to update data from API (seconds) [default: 1]

Windows

Use Windows Terminal to properly display this app.

Acknowledgments

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].