news_sentiment_by_ticker
Get normalized news sentiment scores for any stock ticker, with optional date range filtering and JSON or CSV output. Track sentiment trends to inform trading decisions.
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 |