get_stock_profile
Fetch company sector, industry, summary and governance data by stock symbol. Retrieve executive officers and structured JSON output for a full company overview.
Instructions
Returns company profile (sector, industry, summary, governance). Use for company overview; set include_officers=true for executives. Text default; set format=json for structured data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format (default: text) | |
| symbols | Yes | Stock symbol(s), space-separated | |
| include_officers | No | Include company officers list (default: false) |