IDX Ticker
fork from ASX Ticker A terminal app to view the latest IDX (Indonesia stock exchange) stock prices.
Demo
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