{"id":15694069,"url":"https://github.com/pstadler/ticker-rs","last_synced_at":"2025-05-08T06:00:23.766Z","repository":{"id":140781823,"uuid":"533504268","full_name":"pstadler/ticker-rs","owner":"pstadler","description":"Real-time stock tickers from the command-line. Written in Rust.","archived":false,"fork":false,"pushed_at":"2023-06-19T19:42:41.000Z","size":47,"stargazers_count":7,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-31T17:24:20.617Z","etag":null,"topics":["bash","cli","equities","quotes","rust","shell","stock-prices","stocks","yahoo-finance-api"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pstadler.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-06T21:13:59.000Z","updated_at":"2024-02-21T12:10:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"0199bba6-1580-4eba-98cc-e9546ce34434","html_url":"https://github.com/pstadler/ticker-rs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pstadler%2Fticker-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pstadler%2Fticker-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pstadler%2Fticker-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pstadler%2Fticker-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pstadler","download_url":"https://codeload.github.com/pstadler/ticker-rs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253009892,"owners_count":21839714,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bash","cli","equities","quotes","rust","shell","stock-prices","stocks","yahoo-finance-api"],"created_at":"2024-10-03T18:51:53.950Z","updated_at":"2025-05-08T06:00:23.725Z","avatar_url":"https://github.com/pstadler.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ticker-rs\n\n\u003e Real-time stock tickers from the command-line written in Rust.\n\nCLI tool using the Yahoo Finance API as a data source. It features colored output and is able to display pre- and post-market prices (denoted with `*`).\n\nIts goal is to behave exactly like [ticker.sh](https://github.com/pstadler/ticker.sh) and is meant as an excerise to learn Rust.\n\n## Install\n\n```sh\n$ cargo install --git https://github.com/pstadler/ticker-rs.git\n```\n\n## Usage\n\n```sh\n# Single symbol:\n$ ticker AAPL\n\n# Multiple symbols:\n$ ticker AAPL MSFT GOOG BTC-USD\n\n# Read from file:\n$ echo \"AAPL MSFT GOOG BTC-USD\" \u003e ~/.ticker.conf\n$ ticker $(cat ~/.ticker.conf)\n\n# Use different colors:\n$ COLOR_BOLD=\"\\e[38;5;248m\" \\\n  COLOR_GREEN=\"\\e[38;5;154m\" \\\n  COLOR_RED=\"\\e[38;5;202m\" \\\n  ticker AAPL\n\n# Disable colors:\n$ NO_COLOR=1 ticker AAPL\n\n# Update every five seconds:\n$ watch -n 5 -t -c ticker AAPL MSFT GOOG BTC-USD\n# Or if `watch` is not available:\n$ while true; do clear; ticker AAPL MSFT GOOG BTC-USD; sleep 5; done\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpstadler%2Fticker-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpstadler%2Fticker-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpstadler%2Fticker-rs/lists"}