perception_get_analyst_ratings
Get Wall Street analyst ratings, price targets, and recent upgrades/downgrades for a crypto-related public company.
WHEN TO USE:
"What do analysts think about Coinbase?"
"What's the price target for MSTR?"
"Any recent upgrades or downgrades for MARA?"
"Show me the analyst consensus on RIOT"
Any question about sell-side research, analyst recommendations, or price targets for Bitcoin/crypto stocks
COVERAGE: 70 US-listed digital asset companies — miners (MARA, RIOT, CLSK, HUT), exchanges (COIN), Bitcoin treasury (MSTR, TSLA, GME), fintech (HOOD, XYZ, MELI), and more.
DATA: Consensus ratings (Strong Buy/Buy/Hold/Sell/Strong Sell counts), price targets (high/low/mean/median), and individual firm actions (Goldman Sachs, JP Morgan, etc.) with dates.
BEST PRACTICES:
Combine with search_companies to see how media coverage aligns with analyst sentiment
Use alongside get_market for full market context
Always mention the number of analysts covering the stock for credibility
Cite specific firms and their ratings when available
PERSONALIZATION: If the user has shared investment context or portfolio details, pass relevant details in the context parameter. Perception will frame analyst data in terms of what matters to them — for example, how ratings compare to their current positions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Stock ticker symbol to look up analyst ratings for (e.g., COIN, MSTR, MARA, TSLA, HOOD). Must be a US-listed ticker. | |
| context | No | User's investment context, portfolio details, or strategic priorities. If the user has provided background information (e.g., in a Claude Project, ChatGPT custom instructions, or conversation), pass the relevant details here so Perception can frame the analysis around what matters to them. | |
| include_actions | No | Include recent individual analyst upgrades/downgrades/initiations (default: true) |