-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
The current /stock commands is limited to ticker symbols, hindering user experience. It needs an update to allow input of stock names in addition to ticker symbols for more intuitive and flexible use.
Command Syntax: /stockinfo [ticker_symbol or stock_name]
Example: /stockinfo 2330 or /stockinfo 台積電.
Expected Output:
- Stock Name and Ticker Symbol: To confirm to the user which stock they are viewing.
- Current Price/Close Price: If the market is open, show the current trading price. If the market is closed, show the last closing price.
- 52-Week High: The highest price at which the stock has traded during the last 52 weeks.
- 52-Week Low: The lowest price at which the stock has traded during the last 52 weeks.
Reactions are currently unavailable