get_bulls_bears_summary
Returns the discrete bull and bear key points for stocks — the individual sentence bullets TipRanks shows on its stock pages, each tagged with a topic.
Args:
tickers: Comma-separated tickers (e.g. 'AAPL,TSLA')
Returns JSON: {"data": [...one entry per ticker...]}. Each entry has:
- ticker, updatedOn
- bullish: list of bullish point sentences
- bearish: list of bearish point sentences
- key_points: list of {sentiment, topic, point} for the full set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tickers | Yes |