Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Real-time stock tickers from the command-line.

Usage

# Single symbol:
$ ./stock-term.sh sz000034

# Multiple symbols:
$ ./stock-term.sh sz000034 sz000592 sh600297

# Update every five seconds:
$ watch -n 5 -t -c ./stock-term.sh sz000034 sz000592 sh600297
# Or if `watch` is not available:
$ while true; do clear; ./stock-term.sh sz000034 sz000592 sh600297; sleep 5; done

About

Real-time stock tickers from the command-line.

Resources

Stars

34 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages