get_sector_overview
Get a heatmap of sector or industry performance and valuation by combining daily returns and P/E ratios. Filter by sector, date, or compare specific symbols.
Instructions
Get sector or industry performance and valuation overview.
Combines daily performance snapshot and P/E ratio snapshot into a unified heatmap view. Supports both sector-level and industry-level granularity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Snapshot date in YYYY-MM-DD format (optional, defaults to latest). | |
| level | No | Granularity level: - "sector": GICS sector level (default, ~11 sectors) - "industry": More granular industry level | sector |
| format | No | Output format: - "summary": Sector heatmap with performance + valuation - "full": Complete raw data from all endpoints | summary |
| sector | No | Filter to one sector or industry (e.g., "Technology", "Energy", "Healthcare"). If not provided, returns all sectors/industries. | |
| symbols | No | Optional symbols as JSON array or comma-separated string for per-stock P/E comparison mode. Example: '["AAPL","MSFT","NVDA"]' or "AAPL,MSFT,NVDA". Cannot be combined with `sector`. | |
| use_cache | No | Use cached data when available (default: True). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||