reddit_mentions_by_ticker
Track Reddit mentions for any stock ticker with daily counts per subreddit. Get JSON or CSV series to measure social sentiment over time.
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 |