Skill-Details

price-target-summary

Analyst-sentiment component for stock analysis.

ÜbereinstimmungMöglichGeprüft für aktienanalyse
Quelleoctagonai/skillsExterne Quelle
Gemeldete Installationen237Nur Popularitätssignal

Vor Nutzung prüfen

Die automatische Prüfung bewertet Relevanz, nicht Sicherheit oder Empfehlung. Lies vor der Nutzung die Quellanweisungen.

Gespeicherte Quellvorschau

SKILL.md

Dieser Auszug wurde bei der Prüfung gespeichert. Die externe Quelle enthält die vollständige und aktuelle Version.

---
name: price-target-summary
description: Retrieve analysts' price target summary for any stock using Octagon MCP. Use when evaluating analyst sentiment, upside/downside potential, consensus expectations, and tracking target trends over time.
---

# Price Target Summary

Retrieve aggregated analyst price target data across multiple timeframes using the Octagon MCP server.

## Prerequisites

Ensure Octagon MCP is configured in your AI agent (Cursor, Claude Desktop, Windsurf, etc.). See [references/mcp-setup.md](references/mcp-setup.md) for installation instructions.

## Workflow

### 1. Identify the Stock

Determine the ticker symbol for the company you want to analyze (e.g., AAPL, MSFT, GOOGL).

### 2. Execute Query via Octagon MCP

Use the `octagon-agent` tool with a natural language prompt:

```
Retrieve the analysts' price-target summary for the stock symbol <TICKER>.
```

**MCP Call Format:**

```json
{
  "server": "octagon-mcp",
  "toolName": "octagon-agent",
  "arguments": {
    "prompt": "Retrieve the analysts' price-target summary for the stock symbol AAPL."
  }
}
```

### 3. Expected Output

The agent returns price target data across timeframes:

| Timeframe | Number of Analysts | Average Price Target |
|-----------|-------------------|---------------------|
| Last Month | 9 | $305.72 |
| Last Quarter | 16 | $312.80 |
| Last Year | 48 | $282.91 |
| All Time | 229 | $219.71 |

**Key Insights**: Trend analysis comparing timeframes

**Data Sources**: octagon-stock-data-agent (aggregating StreetInsider, TheFly, Benzinga, etc.)

### 4. Interpret Results

See [references/interpreting-results.md](references/interpreting-results.md) for guidance on:
- Analyzing target trends
- Calculating upside/downside potential
- Understanding analyst coverage
- Evaluating consensus strength

## Example Queries

**Basic Query:**
```
Retrieve the analysts' price-target summary for the stock symbol AAPL.
```

**With Current Price Context:**
```
What are the analyst price targets for TSLA compared to its current price?
```

**Trend Focus:**
```
How have analyst price targets for NVDA changed over the past year?
```

**Coverage Analysis:**
```
How many analysts cover Microsoft and what are their price targets?
```

**Range Request:**
```
What are the highest and lowest analyst price targets for AMZN?
```

## Understanding Price Targets

### What Price Targets Represent

| Aspect | Description |
|--------|-------------|
| Definition | Analyst's expected stock price |
| Timeframe | Typically 12 months forward |
| Basis | Fundamental and technical analysis |
| Purpose | Guide for fair value |

### Types of Price Targets

| Type | Description |
|------|-------------|
| Average | Mean of all targets |
| Median | Middle value |
| High | Most bullish target |
| Low | Most bearish target |
| Consensus | Weighted average |

## Timeframe Analysis

### Understanding Timeframes

| Timeframe | What It Shows |
|-----------|---------------|
| Last Month | Most recent sentiment |
| Last Quarter | Near-term trend |
| Last Year | Annual evolution |
| All Time | Historical context |

### Trend Interpretation

| Pattern | Interpretation |
|---------|----------------|
| Rising targets | Growing optimism |
| Falling targets | Increasing concern |
| Stable targets | Consensus maintained |
| Diverging targets | Uncertainty/debate |

## Calculating Potential

### Upside/Downside

```
Upside = (Target Price - Current Price) / Current Price × 100%
```

### Example Calculation

- Current Price: $270.01
- Average Target: $312.80
- Upside: ($312.80 - $270.01) / $270.01 = 15.8%

### Interpreting Potential

| Upside | Interpretation |
|--------|----------------|
| >20% | Significant upside expected |
| 10-20% | Moderate upside |
| 0-10% | Near fair value |
| <0% | Downside risk |

## Analyst Coverage

### Coverage Levels

| Analysts | Coverage Level |
|----------|----------------|
| 30+ | Heavily covered |
| 15-30 | Well covered |
| 5-15 | Moderate coverage |
| <5 | Limite
Vollständige Quelle auf GitHub lesen (öffnet externe Seite)
Kontext

Verwandte Arbeit