Default
Social Sentiment
Get social sentiment for stocks on Reddit and Twitter.
get/stock/social-sentiment
Query parameters
symbolstring required
Company symbol.
fromstring date
From date <code>YYYY-MM-DD</code>.
tostring date
To date <code>YYYY-MM-DD</code>.
Response
successful operation
Example response
{
"symbol": "symbol",
"data": [
{
"positiveMention": 6,
"atTime": "atTime",
"score": 2.302136,
"positiveScore": 5.962134,
"negativeMention": 1,
"negativeScore": 5.637377,
"mention": 0
},
{
"positiveMention": 6,
"atTime": "atTime",
"score": 2.302136,
"positiveScore": 5.962134,
"negativeMention": 1,
"negativeScore": 5.637377,
"mention": 0
}
]
}