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

Balance Sheet

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

Parse and analyze company balance sheets to assess liquidity, leverage, working capital, and financial health for investment, vendor, or partnership decisions.

About

Balance-sheet skill helps agents read and analyze corporate balance sheets: assets, liabilities, equity, liquidity ratios, and leverage for SaaS, API, and ecommerce ventures validating financial health, pricing assumptions, and counterparty risk.

  • Assets, liabilities, and equity structure parsing
  • Liquidity and leverage ratio calculations
  • Working capital and solvency interpretation
  • Comparable financial health benchmarking

Balance Sheet by the numbers

  • 274 all-time installs (skills.sh)
  • +5 installs in the week ending Aug 4, 2026 (Skillselion tracking)
  • Ranked #345 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 balance-sheet

Add your badge

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

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

What it does

Parse and analyze company balance sheets to assess liquidity, leverage, working capital, and financial health for investment, vendor, or partnership decisions.

Files

SKILL.mdMarkdownGitHub ↗

Balance Sheet

Retrieve detailed balance sheet statement data 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

Retrieve detailed balance sheet statement data for <TICKER>, limited to <N> records and filtered by period <FY|Q>.

MCP Call:

{
  "server": "octagon-mcp",
  "toolName": "octagon-agent",
  "arguments": {
    "prompt": "Retrieve detailed balance sheet statement data for AAPL, limited to 5 records and filtered by period FY"
  }
}

Output Format

The agent returns a table with absolute financial figures:

Fiscal YearTotal Assets (USD)Total Current Assets (USD)Total Non-Current Assets (USD)Total Liabilities (USD)Total Equity (USD)Net Debt (USD)
2025359,241.00 million147,957.00 million211,284.00 million285,508.00 million73,733.00 million89,749.00 million
2024364,980.00 million152,987.00 million211,993.00 million308,030.00 million56,950.00 million89,116.00 million
2023352,583.00 million143,566.00 million209,017.00 million290,437.00 million62,146.00 million93,965.00 million
2022352,755.00 million135,405.00 million217,350.00 million302,083.00 million50,672.00 million108,834.00 million
2021351,002.00 million134,836.00 million216,166.00 million287,912.00 million63,090.00 million101,582.00 million

Data Source: octagon-financials-agent

Key Observations Pattern

After receiving data, generate observations:

1. Asset base changes: Track total assets trajectory over time 2. Asset composition: Analyze current vs non-current asset mix 3. Equity trends: Monitor shareholders' equity changes 4. Leverage position: Track net debt levels and direction 5. Capital structure: Compare liabilities to equity ratios

Metrics Reference

MetricDefinition
Total AssetsAll resources owned by the company
Total Current AssetsAssets convertible to cash within 1 year
Total Non-Current AssetsLong-term assets (PP&E, intangibles, investments)
Total LiabilitiesAll obligations and debts
Total EquityNet worth (Assets - Liabilities)
Net DebtTotal debt minus cash and equivalents

Analysis Tips

Asset Composition

  • Current Assets: Liquidity and working capital
  • Non-Current Assets: Long-term investments and capacity
  • Shift toward current = more liquid
  • Shift toward non-current = more invested

Capital Structure Ratios

Calculate from the data:

Debt-to-Equity = Total Liabilities / Total Equity
Equity Ratio = Total Equity / Total Assets

Net Debt Analysis

  • Declining Net Debt = deleveraging
  • Negative Net Debt = net cash position
  • Compare to EBITDA for leverage context

Equity Trends

Rising equity from:

  • Retained earnings (profitable operations)
  • Stock issuance
  • Other comprehensive income

Declining equity from:

  • Net losses
  • Share buybacks
  • Dividends exceeding earnings

Working Capital

Working Capital = Current Assets - Current Liabilities

Positive = can meet short-term obligations

Follow-up Queries

Based on results, suggest deeper analysis:

  • "What factors contributed to the decline in total assets in [YEAR] compared to [PRIOR YEAR]?"
  • "How has [COMPANY]'s capital allocation strategy evolved between [YEAR1] and [YEAR2]?"
  • "What specific components of non-current assets grew between [YEAR1] and [YEAR2]?"
  • "Compare [COMPANY]'s leverage ratios to [PEER1] and [PEER2]"

Related skills

Finance & Tradingfinancepricing

This week in AI coding

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

unsubscribe anytime.