Skip to content

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

License

Notifications You must be signed in to change notification settings

ghanteyyy/NepalStockTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages