balance-sheet

Retrieve detailed balance sheet statement data including Total Assets, Current Assets, Non-Current Assets, Liabilities, Equity, and Net Debt for public companies. Use when analyzing financial position, capital structure, or leverage metrics.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "balance-sheet" with this command: npx skills add octagonai/skills/octagonai-skills-balance-sheet

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]"

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

commodities-quote

No summary provided by upstream source.

Repository SourceNeeds Review
General

stock-quote

No summary provided by upstream source.

Repository SourceNeeds Review
General

forex-list

No summary provided by upstream source.

Repository SourceNeeds Review
General

market-analyst-master

No summary provided by upstream source.

Repository SourceNeeds Review