analyst-estimates
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseAnalyst Estimates
分析师预估
Retrieve analyst financial estimates for public companies using Octagon MCP.
使用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。
Query Format
查询格式
Retrieve analyst financial estimates for <TICKER> for the annual period, limited to <N> records on page 0.MCP Call:
json
{
"server": "octagon-mcp",
"toolName": "octagon-agent",
"arguments": {
"prompt": "Retrieve analyst financial estimates for AAPL for the annual period, limited to 10 records on page 0"
}
}Retrieve analyst financial estimates for <TICKER> for the annual period, limited to <N> records on page 0.MCP调用:
json
{
"server": "octagon-mcp",
"toolName": "octagon-agent",
"arguments": {
"prompt": "Retrieve analyst financial estimates for AAPL for the annual period, limited to 10 records on page 0"
}
}Output Format
输出格式
The agent returns a table with analyst estimates across future periods:
| Fiscal Year Ending | Revenue Estimate (Low to High) | Revenue Avg | EPS Estimate (Low to High) | EPS Avg | # Revenue Analysts | # EPS Analysts |
|---|---|---|---|---|---|---|
| 2030-09-27 | $540.64B - $600.88B | $566.24B | $12.01 - $13.78 | $12.77 | 9 | 6 |
| 2029-09-27 | $520.95B - $578.99B | $545.62B | $10.62 - $12.17 | $11.28 | 13 | 6 |
| 2028-09-27 | $515.19B - $520.48B | $517.84B | $8.96 - $11.18 | $10.20 | 18 | 15 |
| 2027-09-27 | $474.27B - $531.94B | $490.97B | $8.41 - $9.77 | $9.23 | 31 | 30 |
| 2026-09-27 | $445.03B - $483.54B | $460.35B | $7.84 - $8.92 | $8.42 | 24 | 29 |
Data Source: octagon-financials-agent
Agent会返回包含各未来周期分析师预估数据的表格:
| 财年结束日期 | 营收预估(高低区间) | 平均营收预估 | EPS预估(高低区间) | 平均EPS预估 | 营收分析师数量 | EPS分析师数量 |
|---|---|---|---|---|---|---|
| 2030-09-27 | $540.64B - $600.88B | $566.24B | $12.01 - $13.78 | $12.77 | 9 | 6 |
| 2029-09-27 | $520.95B - $578.99B | $545.62B | $10.62 - $12.17 | $11.28 | 13 | 6 |
| 2028-09-27 | $515.19B - $520.48B | $517.84B | $8.96 - $11.18 | $10.20 | 18 | 15 |
| 2027-09-27 | $474.27B - $531.94B | $490.97B | $8.41 - $9.77 | $9.23 | 31 | 30 |
| 2026-09-27 | $445.03B - $483.54B | $460.35B | $7.84 - $8.92 | $8.42 | 24 | 29 |
数据来源: octagon-financials-agent
Key Observations Pattern
核心分析要点模板
After receiving data, generate observations:
- Growth trajectory: Calculate implied revenue and EPS CAGR
- Estimate dispersion: Analyze spread between low and high estimates
- Analyst coverage: Note number of analysts covering each period
- Near vs far-term: Compare confidence in near-term vs long-term estimates
- Historical comparison: Compare estimates to actual historical performance
获取数据后,生成以下分析要点:
- 增长轨迹:计算隐含的营收和EPS复合年增长率(CAGR)
- 预估离散度:分析高低预估之间的差距
- 分析师覆盖度:记录各周期的分析师覆盖数量
- 短期vs长期:对比短期与长期预估的可信度
- 历史对比:将预估数据与实际历史业绩进行对比
Metrics Reference
指标参考
| Metric | Definition |
|---|---|
| Revenue Estimate (Low to High) | Range of analyst revenue projections |
| Revenue Avg | Consensus average revenue estimate |
| EPS Estimate (Low to High) | Range of analyst EPS projections |
| EPS Avg | Consensus average EPS estimate |
| # Revenue Analysts | Number of analysts providing revenue estimates |
| # EPS Analysts | Number of analysts providing EPS estimates |
| 指标 | 定义 |
|---|---|
| 营收预估(高低区间) | 分析师给出的营收预测范围 |
| 平均营收预估 | 分析师一致认可的平均营收预估 |
| EPS预估(高低区间) | 分析师给出的EPS预测范围 |
| 平均EPS预估 | 分析师一致认可的平均EPS预估 |
| 营收分析师数量 | 提供营收预估的分析师人数 |
| EPS分析师数量 | 提供EPS预估的分析师人数 |
Analysis Tips
分析技巧
Implied Growth Rate
隐含增长率
Implied CAGR = (Future Estimate / Current)^(1/Years) - 1Example: ($566B / $416B)^(1/5) - 1 = 6.4% revenue CAGR
Implied CAGR = (Future Estimate / Current)^(1/Years) - 1示例:($566B / $416B)^(1/5) - 1 = 6.4% 的营收复合年增长率(CAGR)
Estimate Dispersion
预估离散度
Dispersion = (High - Low) / Average × 100- Narrow dispersion (<10%) = High consensus
- Wide dispersion (>20%) = Significant uncertainty
Dispersion = (High - Low) / Average × 100- 离散度窄(<10%)= 高度共识
- 离散度宽(>20%)= 存在显著不确定性
Analyst Coverage Quality
分析师覆盖质量
- More analysts = more reliable consensus
- Declining coverage = less institutional interest
- <5 analysts = thin coverage, use caution
- 分析师数量越多 = 一致预估越可靠
- 覆盖度下降 = 机构关注度降低
- 分析师数量<5 = 覆盖度不足,需谨慎使用
Forward P/E Calculation
预期市盈率(Forward P/E)计算
Forward P/E = Current Price / EPS EstimateUse for valuation relative to growth expectations.
Forward P/E = Current Price / EPS Estimate用于结合增长预期进行估值。
Estimate Revisions (with follow-up)
预估修正(可跟进)
Track changes over time:
- Upward revisions = positive momentum
- Downward revisions = negative momentum
- Frequency of revisions matters
跟踪随时间的变化:
- 向上修正 = 正面趋势
- 向下修正 = 负面趋势
- 修正频率至关重要
Valuation Applications
估值应用场景
DCF Inputs
DCF模型输入
Use estimates for:
- Revenue projections
- Margin assumptions (with historical data)
- Terminal growth rate guidance
可将预估数据用于:
- 营收预测
- 利润率假设(结合历史数据)
- 终值增长率参考
Relative Valuation
相对估值
Compare:
- Forward P/E to historical average
- Forward P/E to peers
- PEG ratio (P/E / Growth rate)
对比:
- 预期市盈率(Forward P/E)与历史平均值
- 预期市盈率(Forward P/E)与同行企业
- PEG比率(市盈率/增长率)
Earnings Surprise Potential
盈利超预期潜力
Compare estimates to:
- Management guidance
- Historical beat/miss rate
- Recent operating trends
将预估数据与以下内容对比:
- 管理层指引
- 历史盈利达标/未达标率
- 近期运营趋势
Confidence Assessment
可信度评估
High Confidence Estimates
高可信度预估
- Near-term (1-2 years out)
- Many analysts covering
- Narrow dispersion
- Stable business model
- 短期(1-2年内)
- 大量分析师覆盖
- 离散度窄
- 稳定的商业模式
Low Confidence Estimates
低可信度预估
- Long-term (5+ years out)
- Few analysts covering
- Wide dispersion
- Rapidly changing industry
- 长期(5年以上)
- 分析师覆盖少
- 离散度宽
- 行业变化快速
Follow-up Queries
跟进查询建议
Based on results, suggest deeper analysis:
- "What factors are driving the projected revenue growth from [YEAR1] to [YEAR2]?"
- "How do these estimates compare to [COMPANY]'s historical financial performance?"
- "What are the key risks to achieving the upper end of these revenue estimates?"
- "Retrieve analyst price targets and ratings for [TICKER]"
根据结果,建议进行更深入的分析:
- "推动[年份1]至[年份2]营收增长预测的因素有哪些?"
- "这些预估数据与[公司]的历史财务业绩相比如何?"
- "达成营收预估上限的主要风险有哪些?"
- "获取[TICKER]的分析师目标价及评级"