news_by_ticker
Retrieve recent news articles for a stock ticker. Filter by date range and select JSON or CSV output format.
Instructions
Returns recent news articles for a ticker: { format: "json", ticker, name, series: [{date, headline, source, url}, ...] (paged), series_count, series_total } If format="csv", returns CSV of the sliced series.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| req | Yes |