get_news
Fetch news for a stock symbol, or leave empty for market headlines. Set the count parameter to limit the number of articles.
Instructions
Get news for a symbol or market.
Provide symbol for stock news; leave empty for market headlines. get_news(symbol="000001.SZ", count=5)
Args: symbol: Stock symbol (optional; empty = market headlines) count: Number of articles (default 10)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| symbol | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| hint | No | ||
| error | No | ||
| cached | No | ||
| source | No | ||
| status | Yes | ||
| updated_at | No |