fundamentalData_balanceSheet
Retrieve detailed balance sheet data (annual or quarterly) by inputting a stock symbol. Access essential financial insights with this premium endpoint on MCP Avantage.
Instructions
Fetches balance sheet data (annual/quarterly). Premium endpoint.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
symbol | Yes | The stock symbol (e.g., "IBM"). |
Input Schema (JSON Schema)
{
"additionalProperties": false,
"description": "Parameter schema requiring only a stock symbol.",
"properties": {
"symbol": {
"description": "The stock symbol (e.g., \"IBM\").",
"type": "string"
}
},
"required": [
"symbol"
],
"type": "object"
}