Live India Stock Market Indices on your Terminal

Live BSE and NSE index on your bash terminal

stockmarketindia

The script get the live index from BSE and NSE stock market.

How to Use

  • Download the script from github stockmarketindia.py
  • Copy the file into /usr/bin folder.
  • Run stockmarketindia anywhere from terminal.
wget --no-check-certificate https://gist.githubusercontent.com/arulrajnet/21addbacdbdfd6e190f4/raw/stockmarketindia.py
chmod +x stockmarketindia.py
sudo cp stockmarketindia.py /usr/bin/stockmarketindia

API Used

The python script using google finance API. http://finance.google.com/finance/info?client=ig&q=INDEXBOM:SENSEX

Indexes are Included

BSE

INDEXBOM:SENSEX
INDEXBOM:BSE-100
INDEXBOM:BSE-200
INDEXBOM:BSE-500
INDEXBOM:BSE-SMLCAP
INDEXBOM:BSE-MIDCAP

NSE

NSE:NIFTY
NSE:NIFTYJR
Show Comments