news_sentiment_by_ticker
Retrieve normalized news sentiment time series for any stock ticker. Filter by date range and choose JSON or CSV output.
Instructions
Returns normalized sentiment: { format: "json", ticker, name, series: [{date, score}, ...] (paged), series_count, series_total } If format="csv", returns CSV of the sliced series.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| req | Yes |