income_statement
Retrieve company income statements to analyze financial performance, track revenue, expenses, and profitability for investment research and financial analysis.
Instructions
Fetch company income statement
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes |
Input Schema (JSON Schema)
{
"properties": {
"symbol": {
"type": "string"
}
},
"required": [
"symbol"
],
"type": "object"
}