Documentation Index
Fetch the complete documentation index at: https://docs.perplexity.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
finance_search lets the model pull structured financial and market data for public companies, ETFs, and related instruments. The model decides which fields to fetch based on your prompt.
Use it when one answer needs more than one type of financial data, such as valuation, earnings, and context for the same company or list of companies.
Capabilities
| Data area | What it includes |
|---|---|
| Company basics | Quotes, profiles, peers, and market metadata |
| Financials | Income statement, balance sheet, cash flow (quarterly and annual), key ratios |
| Valuation and pricing | Current/near-real-time pricing, 1-minute to 1-month OHLCV ranges, pre-market and after-hours data |
| Earnings | Last earnings call transcript, report filings, beat/miss history, guidance discussion |
| Segment and KPI tracking | Revenue/profit by segment, geography, ARPU, subscriber counts, GMV, and other operating metrics |
| Analyst coverage | Forward revenue and EPS estimates, cover count, historical estimate changes |
| Market activity | Top gainers, top losers, and most active symbols |
| Ownership and corporate actions | Insider activity, ticker-level metadata, splits, and related market events |
| ETF and index details | Top constituents, shares, weights, and market values |
Quickstart
Addfinance_search to the tools array.
Response
Response
Example prompts
- Full company brief: “Give me a complete NVIDIA snapshot: valuation, segment revenue for the latest quarter, and management’s latest commentary on margins guidance.”
- Compare companies in one request: “Compare Apple, Microsoft, and Alphabet on revenue growth, operating margin, and forward P/E for the latest fiscal year.”
- Earnings + reaction context: “Summarize Tesla’s last earnings call, include actual vs consensus, and describe how the stock and analyst targets moved after publication.”
Prompt guidance
finance_search works best when the prompt states the outcome, not the data shape.
- Start with the business question first, then include the company or ticker.
- Add time windows when relevant (
latest quarter,fiscal year to date,last 30 days). - Let the tool decide which specific report fields to retrieve.
Recommended configurations
Start with the configuration that matches the shape of the finance question. The YAML blocks use eval-config style; in SDK calls,model_args.tools maps to top-level tools, model_args.max_steps maps to top-level max_steps, and token and reasoning settings map to their matching request fields.
| Configuration | Best for | Latency | Quality | Cost |
|---|---|---|---|---|
| Live market data and quotes | Real-time prices, quotes, and latest figures | Fast | Good | Low |
| Single-company historical lookups | Basic historical financials for one company or ticker | Balanced | High | Medium |
| Multi-step financial research | Cross-company comparisons and complex financial analysis | Thorough | Highest | High |
Live market data and quotes
Use this for time-sensitive answers that depend on real-time prices, quotes, or the latest market figures. It is the cheapest and fastest option while maintaining strong quality for live data lookups.Response
Response
Single-company historical lookups
Use this for a single company’s historical figures or basic questions that benefit from both structured finance data and web context. GPT-5.5 is strong at simple web search and token-efficient for historical lookups.Response
Response
Multi-step financial research
Use this for cross-company comparisons, longer historical investigations, and analysis that needs several tool calls across financial statements, filings, transcripts, and web sources. Opus performs best on complex multi-step reasoning when paired with the full tool suite.Response
Response
Pricing
finance_search is billed at $5 per 1,000 invocations. Model token usage is billed separately according to Agent API token pricing.
Pricing follows the same pattern as other tool calls: pay for invocations plus model tokens. See Pricing.
Next Steps
Tools Overview
Review all Agent API tools and when to use each one.
Agent API Quickstart
Get started with the Agent API.