Search financial data
finance_searchSearch financial data and return an answer with an inline widget.
Covers stocks, macro, forex, crypto, commodities, earnings, technicals,
and related market questions. Pass the user's question in `query` without
rephrasing.
To screen a named watchlist or portfolio, call list_watchlists or
list_portfolios first, then pass the symbols here with filter criteria in
`query`.
Exclusive modes when a Deep Dive exists:
focus=ai + section=… → narrative section
focus=raw + source=… → thin data slice
focus=catalog → list available Deep Dives
Args:
query: The user's financial question
symbols: Optional ticker universe to screen (e.g. from list_watchlists)
section: Optional Deep Dive section (competition, valuation, thesis,
forecast, analyst_consensus, people, financials, earnings,
technicals, overview, moves)
focus: Optional exclusive mode: ai | raw | auto | catalog
source: Optional thin raw slice when focus=raw (comparison_peers,
price_targets, consensus, quote, key_financials, …)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| focus | No | ||
| query | Yes | ||
| source | No | ||
| section | No | ||
| symbols | No |