reddit_mentions_by_ticker
Fetch Reddit mention counts for a stock ticker by subreddit and date. Specify a date range to analyze social media trends.
Instructions
Reddit mention counts across subreddits for a single ticker:
{
format: "json",
ticker, name,
series: [{date, subreddit, mentions}, ...],
series_count, series_total
}
CSV returns the sliced series.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| req | Yes |