news_by_ticker
Fetch recent news articles for any stock ticker, with date filters and CSV/JSON output. Get headlines, sources, and URLs to analyze market sentiment.
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 |