income-statement-growth

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Income Statement Growth

利润表增长数据获取与分析

Retrieve and analyze year-over-year growth in key income statement items 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 year-over-year growth in key income-statement items for <TICKER>, limited to <N> records and filtered by period <FY|Q>.
MCP Call:
json
{
  "server": "octagon-mcp",
  "toolName": "octagon-agent",
  "arguments": {
    "prompt": "Retrieve year-over-year growth in key income-statement items for AAPL, limited to 5 records and filtered by period FY"
  }
}
Retrieve year-over-year growth in key income-statement items for <TICKER>, limited to <N> records and filtered by period <FY|Q>.
MCP调用:
json
{
  "server": "octagon-mcp",
  "toolName": "octagon-agent",
  "arguments": {
    "prompt": "Retrieve year-over-year growth in key income-statement items for AAPL, limited to 5 records and filtered by period FY"
  }
}

Output Format

输出格式

The agent returns a table with YoY growth percentages:
Fiscal YearRevenue Growth (%)Gross Profit Growth (%)Operating Income Growth (%)Net Income Growth (%)EPS Diluted Growth (%)
20256.438.047.9819.5022.70
20242.026.827.80-3.36-0.82
2023-2.80-0.96-4.30-2.810.33
20227.7911.749.635.418.91
Data Source: octagon-financials-agent
Agent会返回包含同比增长百分比的表格:
财年营收同比增长(%)毛利润同比增长(%)营业利润同比增长(%)净利润同比增长(%)摊薄每股收益(EPS Diluted)同比增长(%)
20256.438.047.9819.5022.70
20242.026.827.80-3.36-0.82
2023-2.80-0.96-4.30-2.810.33
20227.7911.749.635.418.91
数据来源: octagon-financials-agent

Key Observations Pattern

关键观察要点模板

After receiving data, generate observations:
  1. Growth acceleration: Identify years with strong growth across all metrics
  2. Margin divergence: Note when Net Income growth differs significantly from Revenue growth
  3. EPS vs Net Income: Compare EPS growth to Net Income growth (share buybacks impact)
  4. Contraction periods: Flag years with negative growth and potential causes
获取数据后,可生成以下观察结论:
  1. 增长加速:识别所有指标均呈现强劲增长的年份
  2. 利润率背离:注意净利润增长与营收增长存在显著差异的情况
  3. 每股收益与净利润对比:对比每股收益增长与净利润增长(受股票回购影响)
  4. 收缩期:标记出现负增长的年份并分析潜在原因

Follow-up Queries

后续查询建议

Based on results, suggest deeper analysis:
  • "What factors contributed to the significant net income growth in [YEAR] despite moderate revenue growth?"
  • "Why did net income decline in [YEAR] despite positive operating income growth?"
  • "How did [COMPANY]'s cost management strategies impact gross profit trends?"
基于分析结果,可提出以下深度分析问题:
  • "在[年份]营收增长平缓的情况下,是什么因素推动了净利润的大幅增长?"
  • "为何[年份]营业利润增长为正,但净利润却出现下滑?"
  • "[公司]的成本管理策略对毛利润趋势有何影响?"

Metrics Reference

指标参考

MetricDefinition
Revenue GrowthYoY change in total sales
Gross Profit GrowthYoY change in Revenue minus Cost of Goods Sold
Operating Income GrowthYoY change in income from core operations
Net Income GrowthYoY change in bottom-line profit after all expenses
EPS Diluted GrowthYoY change in earnings per share (fully diluted)
指标定义
营收同比增长总销售额的同比变化
毛利润同比增长营收减去销货成本后的同比变化
营业利润同比增长核心业务产生的利润的同比变化
净利润同比增长扣除所有费用后的最终利润的同比变化
摊薄每股收益(EPS Diluted)同比增长完全摊薄后的每股收益的同比变化

Analysis Tips

分析技巧

  1. EPS outpacing Net Income: Indicates share buyback activity reducing share count
  2. Gross Profit > Revenue growth: Margin expansion from pricing power or cost efficiency
  3. Operating Income > Gross Profit growth: Operating leverage from fixed cost management
  4. Net Income volatility: Often driven by one-time items, taxes, or interest expenses
  1. 每股收益增速超过净利润:表明公司通过股票回购减少了流通股数量
  2. 毛利润增速高于营收增速:体现公司的定价能力或成本效率提升带来的利润率扩张
  3. 营业利润增速高于毛利润增速:体现公司通过固定成本管理实现了经营杠杆效应
  4. 净利润波动:通常由一次性项目、税收或利息支出驱动