Discord News Bot - Getting Started
Our stock market news bot gives you access to all relevant news in real-time.
- The news query commands allow you to query the most recent news for any ticker.
- The
autopost
commands automatically post news in real-time to your channel as soon as published.
Adding The Bot To Your Server
Click the link below to add our news bot to your server:
https://discord.com/oauth2/authorize?client_id=675379969601437696&scope=bot
Commands
/news
/news TICKER
Returns the 5 latest news articles for TICKER
from all supported sources.
Example:
/news tsla
/news TICKER SOURCE
Only return news from a specific source for TICKER
. See here for a list of supported news sources: https://developers.newsfilter.io/docs/news-sources.html
Example: Return most recent SEC filings for TSLA
/news tsla sec
/news TICKER NUMBER_ARTICLES
Return a specific number of articles. Max: 50. We cap the response to 2000 characters to adhere to Discord rules.
Example: Return 10 most recent articles for TSLA
/news tsla 10
Example: Return 10 most recent SEC filings for TSLA
/news tsla sec 10
/twitter TICKER
Returns the 5 latest trending tweets on Twitter for TICKER
.
Example:
/twitter tsla
/autopost
/autopost TOPIC ON|OFF
Activate or deactivate auto posting news to a channel.
Supported topics:
analyst-ratings
earnings
insider-transactions
all-news
Examples:
/autopost analyst-ratings on
/autopost analyst-ratings off
/autopost status
/autopost status
lists all topics your channel is subscribed to.
/watchlist
Subscribe your Discord channel to real-time company updates and news.
/watchlist add TICKER
/watchlist add
followed by a ticker or multiple tickers subscribes your channel to company updates. News mentioning a ticker on your watchlist are posted in real-time to your channel. All our news sources are covered.
Example: /watchlist add TSLA MSFT AAPL
/watchlist remove TICKER
/watchlist remove
followed by a ticker or multiple tickers unsubscribes your channel from company updates.
Example: /watchlist remove TSLA
/watchlist status
/watchlist status
shows all the tickers the channel is currently subscribed to.
/watchlist help
/watchlist help
shows the help manual.
/sources
/sources
Returns the link to all supported news sources: https://developers.newsfilter.io/docs/news-sources.html
/help
/help
Returns a link to this documentation and contact details for feedback and questions.
Feedback
Send us an email at discord@newsfilter.io if you like us to add more commands. We are always happy to hear your thoughts.