get_sector_overview_for_ticker
Retrieve an overview of the sector associated with a stock ticker to understand industry context for investment decisions.
Instructions
Retrieve overview information for a specific sector based on a stock ticker.
Args: ticker (str): The stock ticker symbol. Returns: SectorOverview: Overview data for the sector associated with the ticker.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| companies_count | Yes | Number of companies in the sector | |
| market_cap | Yes | Total market capitalization of the sector | |
| message_board_id | Yes | Message board identifier | |
| description | Yes | Sector description | |
| industries_count | Yes | Number of industries in the sector | |
| market_weight | Yes | Market weight of the sector | |
| employee_count | Yes | Total number of employees in the sector |