get_news
Retrieve stock and crypto news articles filtered by symbols, date range, and sort order. Get headlines, summaries, URLs, and associated tickers.
Instructions
Retrieves news articles for stocks and crypto. Filter by symbols, date range, and sort order. Returns headlines, summaries, URLs, and associated ticker symbols.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | The inclusive end of the interval. Format: RFC-3339 or YYYY-MM-DD. Default: the current time if the user has a real-time access for the feed, otherwise 15 minutes before the current time. | |
| sort | No | Sort articles by updated date. | desc |
| limit | No | Limit of news items to be returned for a result page. | |
| start | No | The inclusive start of the interval. Format: RFC-3339 or YYYY-MM-DD. Default: the beginning of the current day, but at least 15 minutes ago if the user doesn't have real-time access for the feed. | |
| symbols | No | A comma-separated list of symbols for which to query news. | |
| page_token | No | The pagination token from which to continue. The value to pass here is returned in specific requests when more data is available, usually because of a response result limit. | |
| include_content | No | Boolean indicator to include content for news articles (if available). | |
| exclude_contentless | No | Boolean indicator to exclude news articles that do not contain content. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||