balance-sheet
ActiveTool of The Stall
Quarterly or annual balance sheet history for any US public stock. Returns cash & equivalents, short-term investments, total assets, total debt, net debt, total liabilities, stockholders' equity, book value, retained earnings, goodwill & intangibles, tangible book value, working capital, and shares outstanding. Quarterly default (up to 8 periods); annual returns up to 4 fiscal years. Critical for EV calculation (market cap + net debt), leverage screening, and distress analysis. Pairs with income-statements (P&L + cash flow) to complete the financial statement trilogy. Source: Yahoo Finance fundamentals timeseries (free, no API key required).
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"limit": {
"type": "integer",
"description": "Max periods to return (1–8 for quarterly; 1–4 for annual). Default: 4."
},
"period": {
"type": "string",
"description": "Period type. Default: 'quarterly' (up to 8 recent quarters). 'annual' returns up to 4 fiscal years."
},
"ticker": {
"type": "string",
"description": "US equity ticker symbol (e.g. 'AAPL', 'MSFT', 'NVDA', 'TSLA')."
}
},
"additionalProperties": false
}Parent server
The Stall
1/7 registries