get_narratives
Retrieve structured narrative intelligence for stocks: persistent story threads, daily article clusters, and sentiment scores. Identifies key narratives driving stock movements.
Instructions
Get financial narrative intelligence for one or more stocks.
Returns structured narrative data: persistent story threads (global narratives),
daily article clusters, individual articles, and sentiment scores. Use this to
understand what stories are driving a stock and how sentiment is evolving.
Args:
tickers: Comma-separated ticker symbols. Examples: "NVDA" or "NVDA,TSLA,AAPL".
Maximum 10 tickers per request. Free tier: TSLA, NVDA, AAPL, MSFT,
AMZN, GOOGL, META, AMD, NFLX, JPM. Plus/Scale: all 109 tickers.
from_date: Start date in YYYY-MM-DD format. Defaults to 7 days ago.
to_date: End date in YYYY-MM-DD format. Defaults to today.
Returns:
Dict with narrative data per ticker, including global_narratives (persistent story
threads with title, sentiment, and dominance), daily_topics (day-level article
clusters), and articles (individual news items with relevance and sentiment scores).Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tickers | Yes | ||
| from_date | No | ||
| to_date | No |