balance_sheet
Retrieve company balance sheet data to analyze financial position, assets, liabilities, and equity for investment research and financial analysis.
Instructions
Fetch company balance sheet
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes |
Input Schema (JSON Schema)
{
"properties": {
"symbol": {
"type": "string"
}
},
"required": [
"symbol"
],
"type": "object"
}