get_news
Fetch news articles about stocks. Optionally filter by ticker symbol, date range, and set pagination.
Instructions
Recent news articles, optionally filtered by ticker.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | No | Optional symbol filter (e.g. "AAPL"). | |
| published_utc_gte | No | Inclusive lower bound on publish time ("YYYY-MM-DD" or RFC3339). | |
| published_utc_lte | No | Inclusive upper bound. | |
| limit | No | Max articles. Default 10. | |
| cursor | No | Pagination cursor. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||