Discord Bot which gives information about stocks listed in the Indian Stock Exchange
!test: gives a recommendation of a bluechip stock you should invest in.
!growth: gives a recommendation of a growth stock you should invest in.
!returns: Enter the price you bought a stock at and the current price and it will calculate the profit% 🧾.
!price: Enter the BSE code of the stock and it will display the price, name and change% 📈.
To run this program, you will need to:
Install discord.py
Install bsedata
library
You can do this using:
$ pip install discord.py
$ pip install bsedata