Skip to content

A terminal app to view the latest IDX stock prices.

Notifications You must be signed in to change notification settings

dwedaz/idxticker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IDX Ticker

fork from ASX Ticker A terminal app to view the latest IDX (Indonesia stock exchange) stock prices.

Demo

Alt text

Installation

Simply run npm i -g idxticker to install idxticker globally.

Once installed you can run the following commands:

# show top 20 idx stocks
idx

# query single idx stock
idx -c BBCA

# query multiple idx stocks
idx -c BBCA,ASII,TLKM

Cron

*/5 * * * * /path/to/stock_alert.sh "<" BBRI 5000
*/5 * * * * /path/to/stock_alert.sh ">" BBRI 3000
*/5 * * * * /path/to/stock_alert.sh "=" BBRI 3000

About

A terminal app to view the latest IDX stock prices.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 79.3%
  • Shell 20.7%