Welcome to “The Quant Station”, this bot will allow you to fetch last close price of any stock on the exchange. Powered by pytorch tensors and neural networks. Use “!help” to find a list of useful commands such as price, cashflow, and descriptive statistics. For a list of tickers supported check yahoo ticker search and make sure you typed the correct values, spx is listed as “^spx”, not “spx”.
Commands are as follows -
**Available Commands:**
**!price <ticker>** - Fetches the latest close price for the given ticker.
**!history <ticker> [period]** - Fetches historical data for the given ticker and period (e.g., '1d', '1mo', '1y').
**!average <ticker> [period]** - Fetches the average closing price for the given ticker and period.
**!chart <ticker> [period]** - Fetches a candlestick chart with a dark background and custom colors.
**!financials <ticker>** - Fetches and summarizes financials for the given ticker.
**!balance_sheet <ticker>** - Fetches and summarizes the balance sheet data for the given ticker.
**!cashflow <ticker>** - Fetches and summarizes the cash flow statement for the given ticker.
**!sustainability <ticker>** - Fetches and summarizes sustainability data for the given ticker.
**!recommendations <ticker>** - Fetches and summarizes recommendations for the given ticker.
**!correlation <ticker> <ticker>** - Fetches the correlation coefficient between the closing prices of two tickers.
*Use the commands with the appropriate ticker symbol and optional period (e.g., '1d', '1mo', '1y').*```