Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
octagonai avatar

Financial Metrics Analysis

  • 333 installs
  • 129 repo stars
  • Updated June 5, 2026
  • octagonai/skills

financial-metrics-analysis is a Claude Code finance skill that helps developers calculate and explain core financial metrics—growth, margins, returns, and per-share figures—from statements to bootstrap models and peer co

About

financial-metrics-analysis is a finance analysis skill from octagonai/skills for turning income statements, balance sheets, and cash-flow data into interpretable metrics during company research. It calculates growth rates, profitability margins, return ratios, and per-share figures, then frames outputs for bootstrap financial models and peer comparison tables. Developers building fintech research tools, internal diligence dashboards, or agent-driven equity screens reach for financial-metrics-analysis when they need standardized metric definitions and explainable outputs from raw filings rather than ad-hoc spreadsheet formulas.

  • Normalizes revenue and margin trends
  • Computes ROIC, ROE, and FCF yield
  • Explains YoY and QoQ deltas
  • Builds peer metric comparison grids
  • Flags accounting-driven distortions

Financial Metrics Analysis by the numbers

  • 333 all-time installs (skills.sh)
  • +8 installs in the week ending Aug 4, 2026 (Skillselion tracking)
  • Ranked #326 of 1,106 Finance & Trading skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/octagonai/skills --skill financial-metrics-analysis

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs333
repo stars129
Last updatedJune 5, 2026
Repositoryoctagonai/skills

How do you calculate key financial metrics from statements?

Calculate and explain core financial metrics—growth, margins, returns, and per-share figures—from statements to bootstrap models and peer comparison tables during company discovery.

Who is it for?

Developers building company research, fintech analytics, or diligence features who need standardized metrics from raw financial statements.

Skip if: Developers seeking live market data feeds or automated trading execution without fundamental statement parsing.

When should I use this skill?

User needs growth, margin, return, or per-share metrics derived from financial statements for models or peer tables.

What you get

Metric calculation worksheet, peer comparison table, and model-ready growth, margin, and return figures

  • metrics-worksheet
  • peer-comparison-table
  • model-input-metrics

Files

SKILL.mdMarkdownGitHub ↗

Financial Metrics Analysis

Retrieve and analyze year-over-year growth in key income statement items for public companies 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)
  • Records: Number of periods to retrieve (e.g., 5 years)
  • Period: FY (fiscal year) or Q (quarterly)

2. Execute Query via Octagon MCP

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

Retrieve year-over-year growth in key income-statement items for <TICKER>, limited to <N> records and filtered by period <FY|Q>.

MCP Call Format:

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

3. Expected Output

The agent returns a tabular response with YoY growth percentages:

YearRevenue GrowthCost of Revenue GrowthGross Profit GrowthOperating Income GrowthNet Income Growth
20242.0%1.5%3.1%5.2%4.8%
2023-2.8%-1.2%-4.5%-8.1%-10.2%
..................

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

4. Interpret Results

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

  • Reading growth percentages
  • Identifying trends and inflection points
  • Spotting operating leverage signals
  • Comparing to industry benchmarks

Example Queries

Basic YoY Analysis:

Retrieve year-over-year growth in key income-statement items for AAPL, limited to 5 records and filtered by period FY.

Quarterly Analysis:

Retrieve year-over-year growth in key income-statement items for TSLA, limited to 8 records and filtered by period Q.

Extended Historical View:

Retrieve year-over-year growth in key income-statement items for MSFT, limited to 10 records and filtered by period FY.

Key Metrics Explained

MetricDefinition
Revenue GrowthYoY change in total revenue/sales
Cost of Revenue GrowthYoY change in direct costs (COGS)
Gross Profit GrowthYoY change in Revenue minus COGS
Operating Income GrowthYoY change in income from operations
Net Income GrowthYoY change in bottom-line profit

Analysis Tips

1. Revenue vs Net Income divergence: If Net Income grows faster than Revenue, the company is improving margins or reducing costs.

2. Operating leverage: When Operating Income grows faster than Revenue, fixed costs are being spread over more sales.

3. Margin compression: If Cost of Revenue grows faster than Revenue, margins are declining.

4. Consistency: Look for companies with consistent positive growth across all metrics.

5. Trend reversals: A switch from negative to positive growth often signals a turnaround.

Related skills

How it compares

Use financial-metrics-analysis for statement-derived fundamentals and peer tables, not for portfolio tax optimization or trade execution workflows.

FAQ

What metrics does financial-metrics-analysis compute?

financial-metrics-analysis computes core fundamentals including growth rates, profitability margins, return ratios, and per-share figures from financial statements, formatted for bootstrap models and peer comparison tables.

When should developers use financial-metrics-analysis?

Use financial-metrics-analysis during company discovery when building research agents, diligence dashboards, or fintech features that need standardized, explainable metrics derived from income, balance sheet, and cash-flow data.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.