BSE
Repository to access information of stocks in Bombay Stock Exchange.
The code in this repository uses BSE API and conclusions made using the code in this repository are purely based on some properties of stock and are not professional advice.
bse.py
This code can be used to get full information about the stock
bseadvice.py
This code returns stock name from stock code and returns advice whether to buy or sell depending on the weighted average price of stock.
bseall.py
This code returns information and advice of all BSE stocks in a single click! The file of stock codes is given in this repository as BSE.csv
How to use?
In your terminal,
first run pip install bsedata
Now run, pip install numpy
Now run pip install pandas