| name | balance-sheet-growth |
| description | 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. |
Balance Sheet Growth
Retrieve and analyze year-over-year growth in key balance sheet items for public companies using the Octagon Claude plugin.
Prerequisites
Ensure the Octagon Claude plugin is installed and configured in Claude Code before invoking this skill.
Query Format
Retrieve year-over-year growth in key balance-sheet items for <TICKER>, limited to <N> records and filtered by period <FY|Q>.
MCP Call:
{
"server": "octagon-claude-plugin",
"toolName": "octagon-agent",
"arguments": {
"prompt": "Retrieve year-over-year growth in key balance-sheet items for AAPL, limited to 5 records and filtered by period FY"
}
}
Output Format
The agent returns a table with YoY growth percentages:
| Fiscal Year | Total Assets Growth (%) | Total Liabilities Growth (%) |
|---|