AgentSkillsCN

sec-10q-analysis

利用Octagon MCP分析上市公司的10-Q季度报告。当您需要从SEC 10-Q文件中提取季度业绩指标、营收构成、营业利润率、各细分领域的表现,以及中期财务更新时,此技能将助您一臂之力。

SKILL.md
--- frontmatter
name: sec-10q-analysis
description: Analyze 10-Q quarterly filings for public companies using Octagon MCP. Use when extracting quarterly performance metrics, revenue breakdown, operating margins, segment performance, and interim financial updates from SEC 10-Q filings.

SEC 10-Q Analysis

Analyze quarterly 10-Q filings for public companies to extract quarterly performance metrics, segment breakdown, and interim financial updates 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 for installation instructions.

Workflow

1. Identify Analysis Parameters

Determine the following before querying:

  • Ticker: Stock symbol (e.g., AAPL, MSFT, GOOGL)
  • Quarter (optional): Specific quarter if not latest (Q1, Q2, Q3)
  • Focus Areas (optional): Revenue, margins, segment performance, etc.

2. Execute Query via Octagon MCP

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

code
Analyze the latest 10-Q filing for <TICKER> and extract quarterly performance metrics.

MCP Call Format:

json
{
  "server": "octagon-mcp",
  "toolName": "octagon-agent",
  "arguments": {
    "prompt": "Analyze the latest 10-Q filing for AAPL and extract quarterly performance metrics."
  }
}

3. Expected Output

The agent returns comprehensive 10-Q analysis including:

Quarterly Metrics:

  • Total Revenue (with YoY comparison)
  • Net Income
  • Basic and Diluted EPS
  • Operating Income and Margin
  • Segment Revenue Breakdown

Balance Sheet Updates:

  • Cash and Equivalents
  • Long-term Debt
  • Liquidity Position

Source Citations:

  • Specific page references from the 10-Q filing

Data Sources: octagon-financials-agent, octagon-sec-agent

4. Interpret Results

See references/interpreting-results.md for guidance on:

  • Understanding quarterly vs annual comparisons
  • Analyzing segment performance
  • Identifying sequential trends
  • Comparing to analyst expectations

Example Queries

Standard 10-Q Analysis:

code
Analyze the latest 10-Q filing for AAPL and extract quarterly performance metrics.

Segment Performance:

code
Extract product segment revenue breakdown from AAPL's latest 10-Q filing.

Margin Analysis:

code
Analyze operating and gross margins from MSFT's Q2 2024 10-Q filing.

YoY Comparison:

code
Compare GOOGL's Q3 2024 quarterly metrics to Q3 2023 from 10-Q filings.

Cash Flow Focus:

code
Extract quarterly cash flow metrics from AMZN's latest 10-Q filing.

Guidance Updates:

code
Extract any updated guidance or outlook from META's latest 10-Q filing.

10-Q Filing Structure

SectionContent
Part I, Item 1Financial Statements (Unaudited)
Part I, Item 2MD&A (Management Discussion & Analysis)
Part I, Item 3Quantitative & Qualitative Disclosures
Part I, Item 4Controls and Procedures
Part II, Item 1Legal Proceedings
Part II, Item 1ARisk Factors (Updates)
Part II, Item 2Unregistered Sales of Equity
Part II, Item 6Exhibits

Key Quarterly Metrics

MetricDescriptionComparison
RevenueQuarterly salesYoY and QoQ
Net IncomeQuarterly profitYoY and QoQ
EPS (Basic)Earnings per sharevs Estimates
EPS (Diluted)Diluted EPSvs Estimates
Operating IncomeIncome from operationsMargin trend
Gross MarginGross profit / Revenuevs Prior quarter
Operating MarginOperating income / Revenuevs Prior quarter

Segment Analysis

Common segment breakdowns in 10-Q filings:

CompanyTypical Segments
AAPLiPhone, Mac, iPad, Services, Wearables
MSFTProductivity, Intelligent Cloud, Personal Computing
GOOGLGoogle Services, Google Cloud, Other Bets
AMZNNorth America, International, AWS
METAFamily of Apps, Reality Labs

10-Q vs 10-K Differences

Aspect10-Q10-K
FrequencyQuarterly (Q1, Q2, Q3)Annual
FinancialsUnauditedAudited
Detail LevelSummaryComprehensive
Risk FactorsUpdates onlyFull disclosure
MD&AQuarterly focusAnnual review

Analysis Tips

  1. Sequential comparison: Compare Q2 to Q1 (QoQ) not just YoY for trend insights.

  2. Seasonality awareness: Some businesses have strong seasonal patterns - compare to same quarter prior year.

  3. Guidance updates: Check MD&A for any updated full-year guidance.

  4. Risk factor changes: Part II Item 1A only includes changes - review for new concerns.

  5. Segment mix shifts: Watch for changes in segment contribution to total revenue.

  6. Margin trends: Operating margin changes can signal pricing or cost pressures.

Use Cases

  • Earnings analysis: Detailed breakdown after quarterly earnings
  • Trend tracking: Monitor sequential quarter performance
  • Estimate validation: Compare actual results to analyst estimates
  • Guidance monitoring: Track any guidance updates or revisions
  • Competitive tracking: Compare quarterly performance across peers