Get Social Sentiment
Stock Alternative
Social Sentiment
Retrieve social sentiment metrics for a symbol. Optional date range (from, to) for time-bounded analysis.
Use Case: Display sentiment gauges or buzz scores for a stock based on social and news signals.
GET
Get Social Sentiment
Query parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
symbol | string | Yes | Stock ticker symbol (e.g. AAPL). |
from | string | No | From date YYYY-MM-DD (optional). |
to | string | No | To date YYYY-MM-DD (optional). |
Response
Success returns200 OK with a JSON object containing social sentiment data (structure and fields may vary by provider).
Errors: 400 when symbol is missing, 401 unauthorized, 404 when no data found, 500 server error.Authorizations
OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.
Query Parameters
Stock ticker to query. Send the plain uppercase symbol exactly as you'd type it on a brokerage screen, e.g. AAPL, MSFT.
Example:
"AAPL"
Start of the date window, inclusive. Format: YYYY-MM-DD (e.g. 2024-01-01).
End of the date window, inclusive. Format: YYYY-MM-DD (e.g. 2024-12-31).