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 |
Coverage
finance_search coverage depends on the symbol, exchange, asset class, geography, and source data availability.
| Coverage area | Current guidance |
|---|---|
| Ticker and symbol coverage | Publicly traded companies, ETFs, and related instruments when a supported symbol can be resolved. |
| Asset classes | Public equities and ETFs. |
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.| 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
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
type | string | Yes | Must be "finance_search". |
Response Shape
Whenfinance_search runs, the response can include finance_results output items before the final assistant message. Each finance_results item includes the requested finance categories, ticker symbols, structured content, and source URLs when available. The final usage object includes token counts, cost details, and tool_calls_details.finance_search.invocation when tool-call usage is reported.
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.
Limits / Quotas
finance_search uses the same Agent API request flow as other tools. Limits depend on your account tier, request configuration, and the number of tool invocations needed to answer the prompt. See Rate Limits & Usage Tiers for tier-based request limits.
| Limit area | What to expect |
|---|---|
| API rate limits | Agent API rate limits apply to requests that use finance_search. |
| Tool invocations | Each time the model calls finance_search, it counts as one billable tool invocation. Multi-company or multi-step prompts may require more than one invocation. |
| Step limits | Use max_steps to cap multi-step requests that combine finance_search with tools such as web_search and fetch_url. |
| Output limits | Large comparisons, long transcripts, and multi-year financial tables can hit max_output_tokens or response truncation settings. |
| Coverage limits | Some symbols, exchanges, regions, asset classes, or fields may be unavailable depending on source coverage and data freshness. |
Next Steps
Web Search
Search the web for source-grounded context.
Fetch URL Content
Fetch full content from known URLs.
People Search
Search for professionals and employees.
Agent API Quickstart
Get started with the Agent API.