company_overview
Get detailed company information including business description, financial metrics, and market data for any publicly traded stock using its ticker symbol.
Instructions
Fetch company overview
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes |
Input Schema (JSON Schema)
{
"properties": {
"symbol": {
"type": "string"
}
},
"required": [
"symbol"
],
"type": "object"
}