get_blogger_sentiment
Returns the financial-blogger consensus for a stock plus the underlying blogger articles.
Distinct from get_recent_analyst_ratings (Wall Street analysts) and
get_investor_sentiment (TipRanks crowd positioning).
Args:
ticker: Stock ticker (e.g. 'AAPL')
limit: Max blogger articles to return (default 20, max 50)
Returns JSON: {ticker, company, consensus, articles}.
- consensus: {bullish_pct, bearish_pct, neutral_pct, bullish_count,
bearish_count, neutral_count, score, avg}.
- articles: [{blogger, title, url, site, date}] (newest first).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| ticker | Yes |