get_recent_analyst_ratings
Recent Wall Street analyst rating actions on a single stock, covering the trailing 12 months (newest first).
Each row carries the analyst's name and firm, the rating (Buy/Hold/Sell),
the action (initiated/upgraded/downgraded/reiterated/maintained), the price
target, and the analyst's TipRanks credibility (numOfStars 0-5, rank,
success rate, average return) plus the source article title/quote.
For the aggregate consensus and average/best price target, use
get_assets_data instead.
Args:
ticker: Stock ticker (e.g. 'NVDA', 'AAPL').
Returns: a list of rating actions. recommendationDate is a 'MM/DD/YYYY'
string; numOfStars is the analyst's 0-5 TipRanks star rating.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes |