Perplexity launched Finance Search in its Agent API on May 6, 2026 — a single tool call that returns licensed financial datasets, real-time market data, and cited web sources for AI agents that need current, verifiable financial answers. Perplexity Finance Search bundles licensed data feeds (prices, fundamentals, transcripts, estimates, filings, ETF holdings, market activity) with retrieval against the broader web, eliminating the need for developers to integrate each licensed financial data provider separately. Pricing is $5 per 1,000 invocations, billed separately from model tokens. The launch positions Perplexity’s Agent API as a competitive option for builders of financial AI applications who previously had to assemble data feeds from Bloomberg, Refinitiv, FactSet, and other providers — each with its own contract, integration, and licensing complexity.
What’s actually new
Finance Search consolidates several distinct capabilities into a single tool call accessible from the Perplexity Agent API. The capabilities span structured market data (real-time prices, historical data, technical indicators, options data), fundamental data (financial statements, ratios, estimates, ownership), corporate actions and events (earnings, dividends, splits, M&A), and unstructured financial content (filings, earnings call transcripts, analyst reports, financial news with citations). The single-tool-call abstraction is the key product innovation — agents request what they need in plain language and get structured, citable results.
The pricing structure is competitive. $5 per 1,000 invocations sits well below the licensed-data-provider equivalents that financial-services customers typically pay. Bloomberg Terminal subscriptions run thousands of dollars per user per month; Refinitiv and FactSet contracts run hundreds of thousands to millions for enterprise access; specialized data feeds for retail-facing applications carry usage-based licensing that can quickly become substantial. Perplexity’s pricing democratizes access for smaller developers and consumer-facing applications that couldn’t justify the enterprise data licensing costs.
The Agent API surface itself has matured. Perplexity’s API extends beyond search to a structured agent-tool-use model where developers compose agents from primitives like Finance Search, Web Search, structured retrieval, and standard model inference. Finance Search joins the catalog as a domain-specific tool. The API’s documentation, SDKs, and developer experience are competitive with the major foundation-model APIs in 2026.
The licensing arrangements behind Finance Search matter. Perplexity has acquired or licensed access to multiple licensed financial data providers; Finance Search abstracts the licensing complexity from developers. Developers using Finance Search are licensed to use the data through Perplexity’s terms; they don’t need separate contracts with the underlying data providers. This is a meaningful abstraction — it lets developers ship financial AI applications without the legal and procurement work that historically delayed launches.
The cited-source pattern is essential for financial use cases. Every Finance Search result includes citations to the underlying data sources, which lets agents produce auditable outputs. The citation pattern has been a Perplexity hallmark since the consumer product launched; bringing it to the API makes it accessible to developers building applications where source attribution matters — investor-facing tools, regulated financial communications, and similar contexts.
Why it matters
- Financial AI just got cheaper to build. The historical cost barrier of licensing financial data feeds individually has shut out smaller developers and consumer-facing applications. $5 per 1K calls is accessible enough that hobbyist developers, small startups, and mid-market companies can build financial AI applications without enterprise-scale data budgets.
- The financial AI app surface expands. When a single API call replaces months of vendor-specific integration work, applications that wouldn’t have been viable become economic. Expect a wave of new financial AI products from indie developers and small teams through Q3-Q4 2026.
- Bloomberg, Refinitiv, and FactSet face pressure. The traditional financial data oligopoly has been resilient because their licensing terms shut out competitors. Perplexity’s aggregation undermines that moat. Whether the incumbents respond with their own AI-friendly APIs or maintain the high-friction enterprise licensing model is the strategic question.
- Anthropic‘s financial agents get a complement. Anthropic’s 10 financial-services agents launched May 5 need data feeds; Finance Search is a natural complement. Builders combining Anthropic agents with Perplexity Finance Search produce capable financial-AI workflows faster than either alone.
- The cited-source pattern moves further into financial workflows. Citations matter in financial contexts both for compliance (regulatory expectations on source attribution) and for trust (financial advice or analysis without sources is increasingly unacceptable). Finance Search’s citation-by-default reinforces this norm.
- Perplexity’s strategic position evolves. The company has been positioned primarily as a consumer search alternative to Google. The Agent API and Finance Search position Perplexity as serious infrastructure for AI builders, particularly in financial applications. The broader Agent API strategy makes Perplexity a meaningful competitor to OpenAI’s API, Anthropic’s API, and Google’s Gemini API in specific domains.
How to use Perplexity Finance Search today
Three steps put a developer on Finance Search.
- Get an API key. Sign up at perplexity.ai/api and provision an API key. The Agent API is generally available; no waitlist as of mid-May 2026. Add billing for production use.
- Read the Agent API docs. The documentation at docs.perplexity.ai includes the Finance Search tool’s parameters, response formats, and example usage patterns. Specific attention to the citation format and licensing terms is worth the time before substantial integration.
- Integrate the tool into your agent. The Agent API uses standard tool-use patterns; Finance Search is one tool among others. Compose with model inference, web search, and other tools as needed for your application.
A reference integration in Python: