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.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Stock ticker symbol
From date (YYYY-MM-DD)
To date (YYYY-MM-DD)