sec-10q-analysis

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.

27 stars

Best use case

sec-10q-analysis is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

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.

Teams using sec-10q-analysis should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/sec-10q-analysis/SKILL.md --create-dirs "https://raw.githubusercontent.com/OctagonAI/skills/main/skills/sec-10q-analysis/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/sec-10q-analysis/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How sec-10q-analysis Compares

Feature / Agentsec-10q-analysisStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

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.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# 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](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:

```
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](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:**
```
Analyze the latest 10-Q filing for AAPL and extract quarterly performance metrics.
```

**Segment Performance:**
```
Extract product segment revenue breakdown from AAPL's latest 10-Q filing.
```

**Margin Analysis:**
```
Analyze operating and gross margins from MSFT's Q2 2024 10-Q filing.
```

**YoY Comparison:**
```
Compare GOOGL's Q3 2024 quarterly metrics to Q3 2023 from 10-Q filings.
```

**Cash Flow Focus:**
```
Extract quarterly cash flow metrics from AMZN's latest 10-Q filing.
```

**Guidance Updates:**
```
Extract any updated guidance or outlook from META's latest 10-Q filing.
```

## 10-Q Filing Structure

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

## Key Quarterly Metrics

| Metric | Description | Comparison |
|--------|-------------|------------|
| Revenue | Quarterly sales | YoY and QoQ |
| Net Income | Quarterly profit | YoY and QoQ |
| EPS (Basic) | Earnings per share | vs Estimates |
| EPS (Diluted) | Diluted EPS | vs Estimates |
| Operating Income | Income from operations | Margin trend |
| Gross Margin | Gross profit / Revenue | vs Prior quarter |
| Operating Margin | Operating income / Revenue | vs Prior quarter |

## Segment Analysis

Common segment breakdowns in 10-Q filings:

| Company | Typical Segments |
|---------|------------------|
| AAPL | iPhone, Mac, iPad, Services, Wearables |
| MSFT | Productivity, Intelligent Cloud, Personal Computing |
| GOOGL | Google Services, Google Cloud, Other Bets |
| AMZN | North America, International, AWS |
| META | Family of Apps, Reality Labs |

## 10-Q vs 10-K Differences

| Aspect | 10-Q | 10-K |
|--------|------|------|
| Frequency | Quarterly (Q1, Q2, Q3) | Annual |
| Financials | Unaudited | Audited |
| Detail Level | Summary | Comprehensive |
| Risk Factors | Updates only | Full disclosure |
| MD&A | Quarterly focus | Annual 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

Related Skills

sec-proxy-analysis

27
from OctagonAI/skills

Analyze proxy statements (DEF 14A) to extract executive compensation, governance information, and shareholder voting matters using Octagon MCP. Use when researching CEO pay, board composition, say-on-pay votes, and corporate governance practices.

sec-mda-analysis

27
from OctagonAI/skills

Analyze Management Discussion and Analysis (MD&A) sections from SEC filings using Octagon MCP. Use when extracting strategic initiatives, financial performance commentary, macroeconomic challenges, and forward-looking statements from 10-K and 10-Q filings.

sec-footnotes-analysis

27
from OctagonAI/skills

Analyze footnotes and accounting policies from SEC filings using Octagon MCP. Use when researching revenue recognition policies, critical estimates, lease obligations, pension assumptions, stock compensation, contingencies, and new accounting pronouncements.

sec-business-desc-analysis

27
from OctagonAI/skills

Extract and analyze business descriptions and competitive landscape from SEC filings using Octagon MCP. Use when researching company business models, market positioning, competitive advantages, industry dynamics, and strategic focus areas from Item 1 disclosures.

sec-8k-analysis

27
from OctagonAI/skills

Analyze 8-K filings to extract material events and corporate changes using Octagon MCP. Use when tracking real-time corporate disclosures, M&A announcements, leadership changes, earnings releases, and other material events requiring immediate investor attention.

sec-10k-analysis

27
from OctagonAI/skills

Analyze 10-K annual filings for public companies using Octagon MCP. Use when extracting key financial metrics, risk factors, business overview, management discussion, and regulatory disclosures from SEC 10-K filings.

prediction-markets-analysis

27
from OctagonAI/skills

Generate deep research reports on prediction market events using the Octagon Prediction Markets Agent. Combines real-time Kalshi market data with AI-driven analysis to surface price drivers, compare market vs. model probabilities, and identify potential mispricings across 120+ active markets.

financial-metrics-analysis

27
from OctagonAI/skills

Analyze year-over-year growth in income statement items and financial metrics using Octagon MCP. Use when retrieving YoY Revenue Growth, Cost of Revenue Growth, Gross Profit Growth, Operating Income Growth, Net Income Growth, or comparing financial performance across fiscal periods for any public company.

earnings-qa-analysis

27
from OctagonAI/skills

Analyze the Q&A section of earnings call transcripts for strategic insights, analyst concerns, and management responses on key topics.

earnings-call-analysis

27
from OctagonAI/skills

Analyze earnings call transcripts to extract forward-looking guidance, strategic focus areas, supply chain insights, and generate follow-up questions for deeper analysis.

stock-quote

27
from OctagonAI/skills

Retrieve real-time stock quotes using Octagon MCP. Use when you need current price, day range, 52-week range, volume, market cap, and moving averages for any publicly traded stock.

stock-price-change

27
from OctagonAI/skills

Retrieve stock price change statistics across multiple time periods using Octagon MCP. Use when analyzing short-term and long-term returns, comparing performance across timeframes, and evaluating momentum and historical growth.