AgentSkillsCN

income-statement-growth

获取营收、毛利润、营业利润、净利润与稀释后每股收益等损益表项目的同比增速。当您需要分析公司财务增长趋势、对比各财年的业绩表现,或寻找盈利拐点时,此技能将为您提供有力支持。

SKILL.md
--- frontmatter
name: income-statement-growth
description: Retrieve year-over-year growth in income statement items including Revenue, Gross Profit, Operating Income, Net Income, and EPS Diluted. Use when analyzing company financial growth trends, comparing fiscal year performance, or identifying profitability inflection points.

Income Statement Growth

Retrieve and analyze year-over-year growth in key income statement items for public companies using 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.

Query Format

code
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"
  }
}

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

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

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)

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