By question
Overview vs. financials
stock_overview and stock_financials overlap on purpose. Reach for:
stock_overviewfor a decision-grade snapshot of one company. It bundles the latest financials, thevaluationblock, and growth rates — and it is the only place market cap and price-based multiples live.stock_financialswhen you need the statements themselves: more periods (periodsup to 20), a specificstatement, quarterly data (period_kind: "quarter"), a specificvintage, or full per-cell provenance (detail: "full").
The typical sequence
For a user-entered symbol, resolve first, then fan out only as far as the question needs:stock_search— resolve and confirmis_covered.stock_overview— one call for most “tell me about X” questions.- Then, only if needed —
stock_financials(deep statements),stock_prices(universal price facts),stock_technicals(specialist analytics), orstock_filings/stock_insider/stock_ownership(SEC activity).
Where the data ends
No tool here returns options, futures, FX, crypto, intraday ticks, analyst consensus, price targets, transcripts, news, or forecasts. If a question needs one of those, say so rather than blending in a guess — the whole point of the API is that it refuses instead of inventing. Every call costs quota, so stop as soon as the question is answered. See Batch workflows for many symbols, and Build an agent to wire this into a function-calling loop.Decision brief
See the search → overview → financials path assembled into one answer.