---
title: "Social Sentiment"
method: GET
path: "/stock/social-sentiment"
tags: ["Default"]
---

# Social Sentiment

`GET /stock/social-sentiment`

Get social sentiment for stocks on Reddit and Twitter.

## Query parameters

- `symbol` string, required
- `from` string, date
- `to` string, date

## Response `200`

successful operation

- SocialSentiment
  - `symbol` string — Company symbol.
  - `data` SentimentContent[] — Sentiment data.
    - `mention` integer — Number of mentions
    - `positiveMention` integer — Number of positive mentions
    - `negativeMention` integer — Number of negative mentions
    - `positiveScore` number, float — Positive score. Range 0-1
    - `negativeScore` number, float — Negative score. Range 0-1
    - `score` number, float — Final score. Range: -1 to 1 with 1 is very positive and -1 is very negative
    - `atTime` string — Period.

---

[API](https://skmtc.net/finnhub-stock-api/apis/finnhub-api.md) · [All operations](https://skmtc.net/finnhub-stock-api/apis/finnhub-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/finnhub-stock-api/finnhub-api/revisions/415b27331384/schema)
