Skip to content

InsightsAPI (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-insights

Utility

Operations

tickers

Operations

themes

Operations

sectors

Operations

Get Contextual Notes for Sector Aggregates

Request

Provides qualitative contextual notes and narratives that explain recent aggregate movements in the specified sector.

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

Responses

Successful Response

Bodyapplication/json
entityIdstring(Entityid)required
entityTypestring(Entitytype)required
notesArray of objects(Notes)required
notes[].​datestring(date)(Date)required
notes[].​titlestring(Title)required
notes[].​contentstring(Content)required
notes[].​sourceSource (string) or Source (null)(Source)
Any of:
string(Source)
Response
application/json
{ "entityId": "string", "entityType": "string", "notes": [ {} ] }