Skip to content

A NSE stock watcher written in Python using curses, to show stock prices and holding profit/loss updated in real time

License

Notifications You must be signed in to change notification settings

akashnag/scripwatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NSE Scrip Watch

A console-based application (written in Python, using the curses library, for Linux) to track NSE stock prices and your holding for a particular scrip. The scripcode and optionally the quantity, rate and brokerage, can be passed as arguments to the application.

Usage example

To track the price for Infosys Ltd. (code: INFY) where you have bought 200 shares @ Rs.975.25 each, with brokerage charged @0.01%, execute the following in the terminal:

$ python3 scripwatch.py INFY 200@975.25 0.01

The following will be displayed and updated in real-time:

Screenshot

Press Ctrl + C to close the application.

License

The application is licensed under the MIT License. Copyright © Akash Nag.

About

A NSE stock watcher written in Python using curses, to show stock prices and holding profit/loss updated in real time

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages