price-target-consensus

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Price Target Consensus

共识目标价查询

Retrieve consensus price target metrics including average, median, high, and low targets using the Octagon MCP server.
使用Octagon MCP服务器获取共识目标价指标,包括平均、中位数、最高和最低目标价。

Prerequisites

前提条件

Ensure Octagon MCP is configured in your AI agent (Cursor, Claude Desktop, Windsurf, etc.). See references/mcp-setup.md for installation instructions.
确保你的AI Agent(Cursor、Claude Desktop、Windsurf等)中已配置Octagon MCP。安装说明请参考references/mcp-setup.md

Workflow

操作流程

1. Identify the Stock

1. 确定股票

Determine the ticker symbol for the company you want to analyze (e.g., AAPL, MSFT, GOOGL).
确定你要分析的公司的股票代码(例如AAPL、MSFT、GOOGL)。

2. Execute Query via Octagon MCP

2. 通过Octagon MCP执行查询

Use the
octagon-agent
tool with a natural language prompt:
Retrieve consensus price targets for the stock symbol <TICKER>.
MCP Call Format:
json
{
  "server": "octagon-mcp",
  "toolName": "octagon-agent",
  "arguments": {
    "prompt": "Retrieve consensus price targets for the stock symbol AAPL."
  }
}
使用
octagon-agent
工具,配合自然语言提示词:
Retrieve consensus price targets for the stock symbol <TICKER>.
MCP调用格式:
json
{
  "server": "octagon-mcp",
  "toolName": "octagon-agent",
  "arguments": {
    "prompt": "Retrieve consensus price targets for the stock symbol AAPL."
  }
}

3. Expected Output

3. 预期输出

The agent returns consensus price target data:
MetricValue
Consensus Target$303.11
Median Target$315.00
Target High$350.00
Target Low$220.00
Data Sources: octagon-stock-data-agent
Agent会返回共识目标价数据:
指标数值
共识目标价$303.11
中位数目标价$315.00
最高目标价$350.00
最低目标价$220.00
数据来源:octagon-stock-data-agent

4. Interpret Results

4. 解读结果

See references/interpreting-results.md for guidance on:
  • Understanding consensus vs. median
  • Analyzing the target range
  • Calculating upside/downside
  • Evaluating analyst agreement
关于以下内容的指导,请参考references/interpreting-results.md
  • 理解共识价与中位数的区别
  • 分析目标价区间
  • 计算涨跌幅度
  • 评估分析师共识度

Example Queries

示例查询

Basic Query:
Retrieve consensus price targets for the stock symbol AAPL.
With Price Context:
What is the consensus price target for TSLA and how does it compare to current price?
Range Focus:
What are the highest and lowest analyst price targets for NVDA?
Comparison:
Compare consensus price targets for AAPL, MSFT, and GOOGL.
Upside Analysis:
What upside does the consensus target imply for AMZN?
基础查询:
Retrieve consensus price targets for the stock symbol AAPL.
带价格上下文的查询:
What is the consensus price target for TSLA and how does it compare to current price?
聚焦区间的查询:
What are the highest and lowest analyst price targets for NVDA?
对比查询:
Compare consensus price targets for AAPL, MSFT, and GOOGL.
上涨潜力分析:
What upside does the consensus target imply for AMZN?

Understanding the Metrics

指标说明

Consensus Target

共识目标价

AspectDescription
DefinitionAverage of all analyst targets
CalculationSum of targets / Number of analysts
UseGeneral market expectation
LimitationSkewed by outliers
维度说明
定义所有分析师目标价的平均值
计算方式目标价总和 / 分析师数量
用途代表市场普遍预期
局限性会被极端值影响

Median Target

中位数目标价

AspectDescription
DefinitionMiddle value of all targets
Calculation50th percentile
UseCentral tendency, outlier-resistant
AdvantageLess affected by extremes
维度说明
定义所有目标价的中间值
计算方式第50百分位数
用途代表集中趋势,不受极端值干扰
优势受极端值影响较小

Target High

最高目标价

AspectDescription
DefinitionMost bullish analyst target
RepresentsBest-case scenario
UseMaximum upside potential
CautionMay be overly optimistic
维度说明
定义最乐观的分析师给出的目标价
代表最佳情景
用途评估最大上涨潜力
注意事项可能过于乐观

Target Low

最低目标价

AspectDescription
DefinitionMost bearish analyst target
RepresentsWorst-case scenario
UseDownside risk assessment
CautionMay be overly pessimistic
维度说明
定义最悲观的分析师给出的目标价
代表最差情景
用途评估下跌风险
注意事项可能过于悲观

Calculating Potential

潜力计算

Upside/Downside Formulas

涨跌幅度公式

Consensus Upside = (Consensus Target - Current Price) / Current Price × 100%
Maximum Upside = (Target High - Current Price) / Current Price × 100%
Downside Risk = (Target Low - Current Price) / Current Price × 100%
Consensus Upside = (Consensus Target - Current Price) / Current Price × 100%
Maximum Upside = (Target High - Current Price) / Current Price × 100%
Downside Risk = (Target Low - Current Price) / Current Price × 100%

Example Calculations

计算示例

If AAPL trades at $270.01:
MetricTargetPotential
Consensus$303.11+12.3% upside
Median$315.00+16.7% upside
High$350.00+29.6% upside
Low$220.00-18.5% downside
若AAPL当前股价为$270.01:
指标目标价涨跌潜力
共识价$303.11+12.3% 上涨
中位数$315.00+16.7% 上涨
最高价$350.00+29.6% 上涨
最低价$220.00-18.5% 下跌

Range Analysis

区间分析

Spread Calculation

区间差值计算

Range = Target High - Target Low
Spread % = Range / Consensus Target × 100%
Range = Target High - Target Low
Spread % = Range / Consensus Target × 100%

Interpreting Spread

区间差值解读

Spread %Interpretation
<20%Strong consensus
20-40%Normal range
40-60%Moderate disagreement
>60%High uncertainty
差值占比解读
<20%分析师共识度高
20-40%正常区间
40-60%分析师存在一定分歧
>60%不确定性高

Example Range Analysis

区间分析示例

From AAPL data:
  • High: $350.00
  • Low: $220.00
  • Range: $130.00
  • Consensus: $303.11
  • Spread: 42.9%
Interpretation: Moderate disagreement among analysts, with significant difference between bulls and bears.
以AAPL数据为例:
  • 最高价:$350.00
  • 最低价:$220.00
  • 区间差值:$130.00
  • 共识价:$303.11
  • 差值占比:42.9%
解读:分析师存在一定分歧,乐观派和悲观派的观点差异显著。

Consensus vs. Median

共识价 vs 中位数

When to Use Each

适用场景

ScenarioPrefer
Normal distributionConsensus (average)
Outliers presentMedian
Skewed targetsMedian
General expectationConsensus
场景优先选择
数据呈正态分布共识价(平均值)
存在极端值中位数
目标价分布倾斜中位数
了解普遍预期共识价

Identifying Skew

识别分布倾斜

ConditionIndicates
Consensus > MedianRight skew (bullish outliers)
Consensus < MedianLeft skew (bearish outliers)
Consensus ≈ MedianSymmetric distribution
情况说明
共识价 > 中位数右偏(存在乐观极端值)
共识价 < 中位数左偏(存在悲观极端值)
共识价 ≈ 中位数分布对称

Example

示例

From AAPL data:
  • Consensus: $303.11
  • Median: $315.00
  • Consensus < Median → Left skew (some bearish outliers pulling average down)
以AAPL数据为例:
  • 共识价:$303.11
  • 中位数:$315.00
  • 共识价 < 中位数 → 左偏(部分悲观极端值拉低了平均值)

Bull vs. Bear Cases

乐观 vs 悲观情景

Understanding Extremes

极端值解读

TargetRepresents
HighBull case assumptions
LowBear case assumptions
GapRange of outcomes
目标价代表含义
最高价乐观情景假设
最低价悲观情景假设
差值可能的结果区间

Scenario Analysis

情景分析

ScenarioAssumptions
Bull CaseStrong growth, expanding margins, favorable macro
Base CaseConsensus expectations
Bear CaseChallenges, competition, risks materialize
情景假设条件
乐观情景增长强劲、利润率提升、宏观环境利好
基准情景符合共识预期
悲观情景面临挑战、竞争加剧、风险兑现

Practical Applications

实际应用

Investment Decision

投资决策

FindingConsideration
Price < Low TargetPotential deep value or concerns
Price near ConsensusFairly valued
Price > High TargetPotentially overvalued
发现考量因素
当前价 < 最低目标价可能存在深度价值或潜在风险
当前价接近共识价估值合理
当前价 > 最高目标价可能被高估

Risk Assessment

风险评估

MetricUse For
Downside to LowWorst-case loss
Upside to HighBest-case gain
Risk/RewardLow upside / High downside
指标用途
较最低价的下跌空间评估最差情况下的损失
较最高价的上涨空间评估最佳情况下的收益
风险收益比上涨空间小/下跌空间大

Position Sizing

仓位管理

Consensus ViewPosition Approach
Strong upside, tight rangeLarger position
Moderate upside, wide rangeStandard position
Limited upside, wide rangeSmaller position
共识观点仓位策略
上涨空间大、区间差值小加大仓位
上涨空间适中、区间差值正常标准仓位
上涨空间有限、区间差值大降低仓位

Common Use Cases

常见使用场景

Quick Valuation Check

快速估值检查

Is AAPL fairly valued based on analyst targets?
Is AAPL fairly valued based on analyst targets?

Upside Screening

上涨潜力筛选

Which tech stocks have the highest consensus upside?
Which tech stocks have the highest consensus upside?

Risk Assessment

风险评估

What's the downside risk to the lowest analyst target for TSLA?
What's the downside risk to the lowest analyst target for TSLA?

Sentiment Check

情绪检查

How wide is the range between bull and bear cases for NVDA?
How wide is the range between bull and bear cases for NVDA?

Analysis Tips

分析技巧

  1. Compare to current price: Calculate actual upside/downside.
  2. Use median when skewed: More reliable central tendency.
  3. Analyze the range: Wide = uncertainty, tight = agreement.
  4. Consider timing: Targets are typically 12-month forward.
  5. Track changes: Rising consensus = improving sentiment.
  6. Combine with fundamentals: Targets are opinions, verify with data.
  1. 对比当前股价:计算实际的涨跌幅度。
  2. 数据倾斜时使用中位数:中位数是更可靠的集中趋势指标。
  3. 分析区间差值:差值大代表不确定性高,差值小代表共识度高。
  4. 考虑时间维度:目标价通常是12个月的远期预期。
  5. 追踪变化趋势:共识价上升代表市场情绪改善。
  6. 结合基本面分析:目标价是主观观点,需结合客观数据验证。

Integration with Other Skills

与其他技能的集成

SkillCombined Use
stock-quoteCurrent price for potential calculation
price-target-summaryHistorical target trends
analyst-estimatesEarnings behind the targets
financial-metrics-analysisFundamental validation
技能组合用途
stock-quote获取当前股价用于潜力计算
price-target-summary查看目标价历史趋势
analyst-estimates了解目标价背后的盈利预期
financial-metrics-analysis基本面验证