income-statements
ActiveTool of The Stall
Full income statement + cash flow history for any US public stock. Returns quarterly (default, up to 8 periods) or annual (up to 4 years): revenue, COGS, gross profit, R&D, SG&A, operating income, EBITDA, pretax income, tax, net income, EPS (basic/diluted), operating cash flow, capex, free cash flow. 40% below stablefinance.dev/api/financials/income-statements ($0.020). 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": "Stock ticker symbol (e.g. 'AAPL', 'MSFT', 'NVDA', 'TSLA')."
}
},
"additionalProperties": false
}Parent server
The Stall
1/7 registries