This may likely work with Python 2, but are strongly recommended not to use Python 2.
This package contains all the utility code that can be used by other packages.
TODO : Update this list
The term API is being used very 'loosely' here. Mostly to document what users should expect.
NSE Utils provides following Main APIs
nse_get_all_stocks_list- Returns a generator of all stocksnse_get_sym_change_tuples- Returns a tuple of name changes of the form(old, new, date)- ScripInfoOHLCVD - A named tuple containing the OHLCVD data for a day
- ScripBaseinfoNSE - A named tuple for info about scrip on NSE
bse_get_all_stocks_list- Returns a generator of all stocksScripBaseinfoBSE- A named tuple for info about a scrip on BSE