get_market_news
Fetch market news and sentiment analysis for specific stocks, topics, and time periods to support financial research and decision-making.
Instructions
Get latest market news and sentiment.
Args:
tickers: List of stock symbols (e.g., ["AAPL", "MSFT"])
topics: List of topics (e.g., ["technology", "earnings"])
time_from: Start time in YYYYMMDDTHHMM format
time_to: End time in YYYYMMDDTHHMM format
limit: Maximum number of articles to return (1-50, default: 10)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tickers | No | ||
| topics | No | ||
| time_from | No | ||
| time_to | No | ||
| limit | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| error | No | ||
| success | Yes | ||
| timestamp | No |