get_news
Fetch news articles from Tiingo. Filter by tickers, tags, countries, topics, sources, date range, and sort options.
Instructions
Fetches news articles from Tiingo with various filtering options.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Comma-separated tags (optional) | |
| limit | No | Maximum number of articles to return (optional) | |
| sortBy | No | Sort by publishedDate or crawlDate (optional) | |
| topics | No | Comma-separated topics (optional) | |
| endDate | No | End date in YYYY-MM-DD format (optional) | |
| sources | No | Comma-separated news sources (optional) | |
| tickers | No | Comma-separated ticker symbols (optional) | |
| countries | No | Comma-separated country codes (optional) | |
| sortOrder | No | Sort order (asc or desc, optional) | |
| startDate | No | Start date in YYYY-MM-DD format (optional) |