Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Track stocks, crypto, and derivatives prices and positions in real time from your terminal
| Date | Stars |
|---|---|
| 2026-07-24 | 6157 |
| 2026-07-25 | 6157 |
| 2026-07-28 | 6157 |
| 2026-07-30 | 6157 |
| 2026-08-06 | 6157 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
<p>
<a href="https://github.com/achannarasappa/ticker/releases"><img src="https://img.shields.io/github/v/release/achannarasappa/ticker" alt="Latest Release"></a>
<a href="https://github.com/achannarasappa/ticker/actions"><img src="https://github.com/achannarasappa/ticker/workflows/test/badge.svg" alt="Build Status"></a>
<a href='https://coveralls.io/github/achannarasappa/ticker?branch=master'><img src='https://coveralls.io/repos/github/achannarasappa/ticker/badge.svg?branch=master' alt='Coverage Status' /></a>
<a href='https://goreportcard.com/badge/github.com/achannarasappa/ticker'><img src='https://goreportcard.com/badge/github.com/achannarasappa/ticker' alt='Report Card' /></a>
</p>
<h1 align="center">Ticker</h2>
<p align="center">
Terminal stock & crypto price watcher and position tracker
</p>
<p align="center">
<img align="center" src="./docs/ticker.gif" />
</p>
## Features
* Live stock & crypto price quotes
* Track value of your stock positions
* Support for multiple cost basis lots
* Support for pre and post market price quotes
## Install
Download the pre-compiled binaries from the [releases page](https://github.com/achannarasappa/ticker/releases) and copy to a location in `PATH` or see quick installs below
**homebrew**
```
brew install achannarasappa/tap/ticker
```
**linux**
```sh
curl -Ls https://api.github.com/repos/achannarasappa/ticker/releases/latest \
| grep -wo "https.*linux-amd64*.tar.gz" \
| wget -qi - \
&& tar -xvf ticker*.tar.gz ticker \
&& chmod +x ./ticker \
&& sudo mv ticker /usr/local/bin/
```
**windows**
```
winget install -e --id achannarasappa.ticker
```
**docker**
```sh
docker run -it --rm achannarasappa/ticker
```
Note: config file can be mounted from the host machine by using a bind mount with `-v ~/.ticker.yaml:/.ticker.yaml`
**snap**
```sh
sudo snap install ticker
sudo snap connect ticker:ticker-config
```
Note: config file will need to be set with `--config $HOME/ticker.yaml` since Snap does not allow access to dotfiles
### Third-party repositories
These repositories are maintained by a third-party and may not have the latest versions available
**MacPorts**
```
sudo port selfupdate
sudo port install ticker
```
## Quick Start
```sh
ticker -w NET,AAPL,TSLA
```
## Usage
|Option Name|Alias|Flag|Default|Description|
|-------------------|--|-------------------|----------------|-------------------------------------------------|
| | |--config |`~/.ticker.yaml`|config file location with watchlist and positions|
|`interval` |-i|--interval |`5` |Refresh interval in seconds|
|`watchlist` |-w|--watchlist | |comma separated list of symbols to watch|
|`show-tags` | |--show-tags | |display currency, exchange name, and quote delay for each quote |
|`show-fundamentals`| |--show-fundamentals| |display open price, previous close, and day range |
|`show-separator` | |--show-separator | |layout with separators between each quote|
|`show-summary` | |--show-summary | |show total day change, total value, and total value change|
|`show-positions` | |--show-positions | |show positions including weight, average cost, and quantity|
|`sort` | |--sort | |sort quotes on the UI - options are change percent (default), `alpha`, `value`, and `user`|
|`version` | |--version | |print the current version number|
|`cache` | |--no-cache |`true` |cache data retrieved at startup|
|`debug` | |--debug | |enable debug logging to `./ticker-log-<date>.log`|
## Configuration
Configuration is not required to watch stock price but is helpful when always watching the same stocks. Configuration can also be used to set cost basis lots which will in turn be used to show total gain orExcerpt of 13,927 characters
Read on GitHub452
4
Anthony Buchholz · Perficient, Inc.
2
Craig P Jolicoeur · MojoTech · United States
1
Enes Çakır · @ubicloud
1
1
1
Priyanshu Shekhar · Equal Experts
1
1
1
1
1
1
1
Herby Gillot
1
1
Adao · United States
1
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:6284ce6042324fa1, topic:trading