# Get Theme-Level Summary Statistics Returns high-level statistical summaries for a specific investment theme, such as average score, volatility, and top constituent stocks. Endpoint: GET /aggregates/summary/{theme} Version: 0.1.0 Security: HTTPBearer ## Path parameters: - `theme` (string, required) ## Response 200 fields (application/json): - `themeId` (string, required) - `score_avg` (number, required) - `volatility` (number, required) - `coverage_count` (integer, required) - `top_stocks` (array, required) ## Response 422 fields (application/json): - `detail` (array) - `detail.loc` (array, required) - `detail.msg` (string, required) - `detail.type` (string, required)