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

Get Sector-Level Breadth Indicators

Request

Returns key technical breadth indicators (e.g., Advance/Decline Line, Stocks above 50-day SMA) for the specified sector.

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

Responses

Successful Response

Bodyapplication/jsonArray [
indicator_namestring(Indicator Name)required
valuenumber(Value)required
descriptionDescription (string) or Description (null)(Description)
Any of:
string(Description)
]
Response
application/json
[ { "indicator_name": "string", "value": 0, "description": "string" } ]

summary

Operations

topFlows

Operations