Skip to main content

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

Project description

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
    

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

NepalStockTracker-0.4.0.tar.gz (1.3 MB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page