get_latest_news
Latest TipRanks news articles (newest first) from TipRanks's own editorial/wire feed — each with a text excerpt, unlike get_assets_news.
Use for general market news (no ticker), news on a specific stock with a
short summary of each story, or to browse a news category. This is also the
tool for news from a specific PAST date range — pass from_date AND to_date
together; the archive holds years of stories, so a past window is answerable
here even though get_assets_news only reaches recent articles.
Args:
tickers: Optional comma-separated tickers to filter by (e.g. 'NVDA,AAPL').
Omit for general market news.
category: Optional single category (see the field description).
from_date: Optional 'YYYY-MM-DD' recency floor.
limit: Max articles to return (default 20).
to_date: Optional 'YYYY-MM-DD' inclusive upper bound. Results are
newest-first, so from_date alone returns today's news rather
than news from around that date — add to_date to scope a window.
Returns a JSON list of {id, title, excerpt, author, category, date, url,
tickers}. To read a full article, pass its url or id to get_article.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| tickers | No | ||
| to_date | No | Optional 'YYYY-MM-DD' upper bound on the publish date, inclusive of that whole day. Pair with from_date to read a specific past window; from_date on its own returns the newest stories since that date. | |
| category | No | Optional single category: 'news', 'the-fly', 'blurbs', 'catalyst', 'ratings', 'cryptocurrencies', 'insider-trading', 'newswire', 'private-companies', 'company-announcements'. Omitted = editorial/wire feed (excludes auto-ingested company-announcements). | |
| from_date | No |