Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 801 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 801 Bytes

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 [email protected] 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.