stocks.company.news
Retrieve news articles about a company using its stock ticker symbol, with options to filter by date range for timely financial insights.
Instructions
Latest news articles about a specific company — headline, source, summary, date, image. Filter by date range (Finnhub)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Stock ticker symbol (e.g. "AAPL") | |
| from | No | Start date in YYYY-MM-DD format (default: 7 days ago) | |
| to | No | End date in YYYY-MM-DD format (default: today) |