financial-growth

Retrieve comprehensive year-over-year growth in key financial metrics including Revenue, Gross Profit, Operating Income, Net Income, EPS, and Free Cash Flow. Use when analyzing overall company financial performance trends across income statement and cash flow.

27 stars

Best use case

financial-growth is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Retrieve comprehensive year-over-year growth in key financial metrics including Revenue, Gross Profit, Operating Income, Net Income, EPS, and Free Cash Flow. Use when analyzing overall company financial performance trends across income statement and cash flow.

Teams using financial-growth 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/financial-growth/SKILL.md --create-dirs "https://raw.githubusercontent.com/OctagonAI/skills/main/skills/financial-growth/SKILL.md"

Manual Installation

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

How financial-growth Compares

Feature / Agentfinancial-growthStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Retrieve comprehensive year-over-year growth in key financial metrics including Revenue, Gross Profit, Operating Income, Net Income, EPS, and Free Cash Flow. Use when analyzing overall company financial performance trends across income statement and cash flow.

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

# Financial Growth

Retrieve and analyze comprehensive year-over-year growth in key financial metrics 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](references/mcp-setup.md) for installation instructions.

## Query Format

```
Retrieve year-over-year growth in key financial metrics 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 financial metrics for AAPL, limited to 5 records and filtered by period FY"
  }
}
```

## Output Format

The agent returns a comprehensive table with YoY growth percentages:

| Fiscal Year | Revenue Growth (%) | Gross Profit Growth (%) | Operating Income Growth (%) | Net Income Growth (%) | EPS Growth (%) | Free Cash Flow Growth (%) |
|-------------|-------------------|------------------------|----------------------------|----------------------|----------------|--------------------------|
| 2025 | 6.43% | 8.04% | 7.98% | 19.50% | 22.59% | -5.73% |
| 2024 | 2.02% | 6.82% | 7.80% | -3.36% | -0.81% | 6.98% |
| 2023 | -2.80% | -0.96% | -4.30% | -2.81% | 0.16% | -10.64% |
| 2022 | 7.79% | 11.74% | 9.63% | 5.41% | 8.47% | 19.89% |
| 2021 | 33.26% | 45.62% | 64.36% | 64.92% | 71.30% | 26.70% |

**Data Source:** octagon-financials-agent

## Key Insights Pattern

After receiving data, generate insights:

1. **Peak performance years**: Identify years with highest growth across all metrics
2. **Earnings vs cash flow divergence**: Compare Net Income growth to FCF growth
3. **Margin trends**: Compare Gross Profit and Operating Income growth to Revenue
4. **EPS enhancement**: Note when EPS growth exceeds Net Income growth (buybacks)
5. **Challenging periods**: Flag years with broad-based declines

## Metrics Reference

| Metric | Definition |
|--------|------------|
| Revenue Growth | YoY change in total sales |
| Gross Profit Growth | YoY change in Revenue minus COGS |
| Operating Income Growth | YoY change in income from operations |
| Net Income Growth | YoY change in bottom-line profit |
| EPS Growth | YoY change in earnings per share |
| Free Cash Flow Growth | YoY change in operating cash flow minus capex |

## Analysis Tips

### Exceptional Growth Years
When all metrics show double-digit growth:
- Identify specific drivers (new products, markets, pricing)
- Assess sustainability of growth rate
- Compare to industry and competitors

### Earnings Quality Check
When Net Income Growth >> Free Cash Flow Growth:
- Potential working capital build
- Aggressive revenue recognition
- One-time items boosting earnings
- Investigate cash conversion

### Share Buyback Impact
When EPS Growth > Net Income Growth:
- Active share repurchase program
- Check shares outstanding trend
- Assess capital allocation priorities

### Margin Expansion
When Operating Income Growth > Revenue Growth:
- Operating leverage at work
- Cost discipline showing results
- Pricing power in action

### Contraction Periods
When multiple metrics decline:
- Identify root cause (demand, competition, costs)
- Check if industry-wide or company-specific
- Look for recovery signals in subsequent periods

## Follow-up Queries

Based on results, suggest deeper analysis:

- "What factors contributed to the significant [YEAR] growth spike?"
- "How did the [YEAR] downturn impact [COMPANY]'s long-term strategy?"
- "What explains the [YEAR] net income growth despite lower free cash flow?"
- "Compare [COMPANY]'s growth metrics to [PEER1] and [PEER2]"

Related Skills

income-statement-growth

27
from OctagonAI/skills

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.

historical-financial-ratings

27
from OctagonAI/skills

Retrieve historical financial ratings and key metric scores over time using Octagon MCP. Use when analyzing overall ratings, return on assets, return on equity, discounted cash flow scores, debt-to-equity scores, and letter grades (A+, A, B, etc.) for any public company.

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.

financial-health-scores

27
from OctagonAI/skills

Retrieve financial health scores including Altman Z-Score and Piotroski Score for public companies. Use when assessing bankruptcy risk, financial strength, value investing screening, or credit quality analysis.

financial-analyst-master

27
from OctagonAI/skills

Comprehensive equity research analyst skill that orchestrates all Octagon financial analysis skills. Use when conducting full company analysis, writing initiation of coverage reports, performing due diligence, or creating investment recommendations with quantitative support.

earnings-financial-guidance

27
from OctagonAI/skills

Extract and analyze financial guidance and forward-looking statements from earnings transcripts, including segment guidance, risk factors, and guidance vs. actuals comparison.

cash-flow-growth

27
from OctagonAI/skills

Retrieve year-over-year growth in cash flow metrics including Operating Cash Flow, Free Cash Flow, and Net Cash Flow. Use when analyzing company cash generation trends, capital allocation efficiency, or liquidity trajectory.

balance-sheet-growth

27
from OctagonAI/skills

Retrieve year-over-year growth in balance sheet items including Total Assets, Total Liabilities, Shareholders Equity, Cash, and Inventories. Use when analyzing company financial position trends, capital structure changes, or liquidity management.

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.

stock-performance

27
from OctagonAI/skills

Retrieve stock price data and performance metrics using Octagon MCP. Use when analyzing daily closing prices, trading volume, price trends, historical performance, and comparing stock movements over specific time periods.

stock-historical-index

27
from OctagonAI/skills

Retrieve full historical end-of-day price data for market indices using Octagon MCP. Use when analyzing index performance over time, tracking market trends, calculating returns, and understanding market context for individual stock analysis.