Crates.io | tickrs |
lib.rs | tickrs |
version | |
source | src |
created_at | 2020-05-12 22:32:24.603264+00 |
updated_at | 2025-02-21 22:42:52.4998+00 |
description | Realtime ticker data in your terminal 📈 |
homepage | |
repository | https://github.com/tarkah/tickrs |
max_upload_size | |
id | 240854 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
Realtime ticker data in your terminal 📈 Built with Rust. Data sourced from Yahoo! Finance.
Download the latest release for your platform
cargo install tickrs
pacman -S tickrs
brew tap tarkah/tickrs
brew install tickrs
See wiki entry
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]
Use Windows Terminal to properly display this app.