# Get Ticker Key Highlights and Unusual Flow Events Retrieves key qualitative highlights and flags unusual flow events for the specified ticker. Endpoint: GET /insights/ticker/{symbol} Version: 0.1.0 Security: HTTPBearer ## Path parameters: - `symbol` (string, required) ## Response 200 fields (application/json): - `symbol` (string, required) - `highlights` (array, required) - `highlights.date` (string, required) - `highlights.title` (string, required) - `highlights.summary` (string, required) - `highlights.tags` (array) - `flow_events` (array, required) ## Response 422 fields (application/json): - `detail` (array) - `detail.loc` (array, required) - `detail.msg` (string, required) - `detail.type` (string, required)