v1

latestOpenAPI 3.0.1Apache-2.02026-07-17105189262.9 KB
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

symbolstring

Company symbol.

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
    }
  ]
}