get_sector_overview
Retrieve overview data for a named sector, including its performance and key statistics.
Instructions
Retrieve overview information for a specific sector.
Args: sector (str): The name of the sector. Returns: SectorOverview: Overview data for the sector.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sector | 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 |