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.
Connector