Skip to content

AggregatesAPI (0.1.0)

A microservice to provide rollups, leaderboards, and breadth metrics across entities.

Languages
Servers
Mock server
https://dev-docs.vanda-analytics.com/_mock/apis/vanda-msvc-aggregates

Utility

Operations

breadth

Operations

summary

Operations

Get Theme-Level Summary Statistics

Request

Returns high-level statistical summaries for a specific investment theme, such as average score, volatility, and top constituent stocks.

Security
HTTPBearer
Path
themestring(Theme)required
curl -i -X GET \
  'https://dev-docs.vanda-analytics.com/_mock/apis/vanda-msvc-aggregates/aggregates/summary/{theme}' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Successful Response

Bodyapplication/json
themeIdstring(Themeid)required
score_avgnumber(Score Avg)required
volatilitynumber(Volatility)required
coverage_countinteger(Coverage Count)required
top_stocksArray of strings(Top Stocks)required
Response
application/json
{ "themeId": "string", "score_avg": 0, "volatility": 0, "coverage_count": 0, "top_stocks": [ "string" ] }

topFlows

Operations