# Get Sector-Level Breadth Indicators Returns key technical breadth indicators (e.g., Advance/Decline Line, Stocks above 50-day SMA) for the specified sector. Endpoint: GET /aggregates/breadth/{sector} Version: 0.1.0 Security: HTTPBearer ## Path parameters: - `sector` (string, required) ## Response 200 fields (application/json): - `indicator_name` (string, required) - `value` (number, required) - `description` (any) ## Response 422 fields (application/json): - `detail` (array) - `detail.loc` (array, required) - `detail.msg` (string, required) - `detail.type` (string, required)