NepalStockTracker

Gets the market details of the provided company. Only for Nepal's stock market


Keywords
get-stock-price, project-gui, python, python-gui, python-project, stock, stock-market, stock-market-nepal, stock-nepal
License
MIT
Install
pip install NepalStockTracker==0.2.0

Documentation

Nepal Stock Tracker

A python script that gets the stock information as per the company symbol provided by the user from Mero Lagani. This script supports for the stock information of Nepal only.

Installation

NepalStockTracker is available on PyPI. You can install it through pip:

pip install NepalStockTracker

Usage

  • If you want a GUI window

    from NepalStockTracker import tracker
    
    window = tracker(show_gui=True)
  • To get data only

    from NepalStockTracker import tracker
    
    data = tracker('Company Symbol', show_gui=False)  # Returns stock information of the given company symbol
    print(data.details)  # Printing the stock information from above returned data