πSocial
The Sentiment API returns social insights such as likes, impressions, sentiment, and user posted comments (mentions) on social media sources such as Reddit, Twitter, & Stocktwits.
// GET SENTIMENT
https://cloud.utradea.com/v1/get-socialEndpoints
/get-social
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
statusCode: 200,
output:
[
{
"stocktwitsPosts": 1,
"stocktwitsComments": 15,
"stocktwitsLikes": 72,
"stocktwitsImpressions": 3,
"symbol": "PLTR",
"timestamp": "2021-11-07T22:00:00.000Z"
},
{
"stocktwitsPosts": 2,
"stocktwitsComments": 0,
"stocktwitsLikes": 0,
"stocktwitsImpressions": 378,
"symbol": "PLTR",
"timestamp": "2021-11-07T22:15:00.000Z"
},
{
"stocktwitsPosts": 2,
"stocktwitsComments": 0,
"stocktwitsLikes": 0,
"stocktwitsImpressions": 166,
"symbol": "PLTR",
"timestamp": "2021-11-07T22:30:00.000Z"
}
]
}Field Mappings
Field Name
Type
Description
Last updated