reddit_sentiment
Analyze Reddit sentiment for any stock ticker by searching key subreddits. Returns bullish, bearish, and neutral counts along with sample posts to gauge market mood.
Instructions
Get sentiment analysis for a stock ticker from Reddit discussions. Searches r/wallstreetbets, r/stocks, r/investing, and r/options, then scores each post using keyword matching (bullish terms like 'moon', 'calls', 'breakout' vs bearish terms like 'crash', 'puts', 'dump'). Returns bullish/bearish/neutral counts, average sentiment score, and sample posts. Limitation: keyword-based scoring, not NLP — sarcasm and context may be missed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Stock ticker symbol (e.g. AAPL, TSLA, GME) | |
| limit | No | Maximum posts to analyze per subreddit (default: 50) |