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.
| 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). |
200 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.OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.
Stock ticker symbol. Required.
"AAPL"
Start date (YYYY-MM-DD)
End date (YYYY-MM-DD)
Social sentiment data.
The response is of type object.