Introduce Finance Search in Agent API
TL;DR
A new Finance Search capability has been added to the Agent API, enabling developers to integrate specialized financial data retrieval into their agentic workflows.
## What changed Perplexity added Finance Search to its Agent API on May 6, 2026. The feature lets developers pull specialized financial data directly into agent workflows without separate data sources.
The update targets agentic setups that need stock prices, filings, or market summaries on demand.
## Why it matters This move positions Perplexity as a data layer for finance-focused agents rather than a general search tool. It pressures competitors who still route financial queries through generic web results.
Solo builders gain a shortcut for tasks like earnings analysis or portfolio checks, but the bet assumes Perplexity's finance index stays current and accurate enough to replace manual checks.
## How to use it Sign up for Perplexity API access at perplexity.ai and generate a key in the developer dashboard. Pass the finance search parameter in your Agent API calls to route queries through the new endpoint.
Test first on a free tier, then move to paid usage once volume exceeds the included calls. Combine the output with Zapier or Make to push results into Notion databases or spreadsheets.
## Watch for Usage logs showing repeated finance calls will confirm adoption. Inaccurate or delayed data on earnings releases would break trust fast. Expect Perplexity to add similar vertical searches for legal or medical domains next.
Harsh’s take
For a solo operator running client work or side tools in 2026 this adds one more paid API hop instead of a true replacement for manual data pulls. The real trade-off is speed versus control: you avoid scraping but now depend on Perplexity's coverage gaps and rate limits during market hours.
Most vibe builders will over-estimate how often they actually need live finance data and under-estimate the cost of cleaning the output before it hits client reports.
Do this now: wire a single test call into your existing Zapier flow and measure both accuracy and latency on three real queries before committing budget.
by Harsh Desai
About Perplexity
View the full Perplexity page →All Perplexity updatesGo deeper
More AI news
- FeatureHermes Agent verifies work with completion contracts and evidence ledgers
Hermes Agent records verification evidence for coding tasks. The /goal command uses completion contracts to judge success against test runs rather than model assertions.
- FeatureCursor adds cloud agent management to the Agents window
Cursor sets up cloud development environments in under 10 minutes, spins up isolated cloud subagents using /in-cloud, and hands off sessions between local and cloud.
- FeatureCursor introduces /automate skill for automating repetitive tasks
Cursor's new /automate skill creates automations from plain language. Workflows trigger via Slack emojis or GitHub events while cloud agents access virtual computers.