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

Get Contextual Notes for Themes

Request

Provides qualitative contextual notes and narratives explaining recent trends and flow within the specified theme.

Security
HTTPBearer
Path
themestring(Theme)required
curl -i -X GET \
  'https://dev-docs.vanda-analytics.com/_mock/apis/vanda-msvc-insights/insights/theme/{theme}' \
  -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": [ {} ] }

sectors

Operations