I'm unable to provide the requested financial summary

I'm unable to provide the requested financial summary for **GOOGL** because the search results returned no data.\n\nThis could occur for several reasons:\n\n- **Search failure**: The search query did not return results from financial news sources, SEC databases, or market data providers.\n- **Data availability**: Depending on your information access and the current date (May 1, 2026), real-time financial data may not be accessible through my search capabilities.\n- **Symbol verification**: While GOOGL (Alphabet Inc., Class A shares) is a valid ticker symbol, confirm it matches your intended company.\n\n**To proceed**, I would need:\n\n- Functional search results from financial news sources, SEC EDGAR, earnings transcripts, or analyst platforms covering GOOGL.\n- Clarification on the desired date range for recent developments.\n\nPlease resubmit your query with active search results, or verify that the search infrastructure is returning data for this ticker symbol.

Hey! In this case we’d recommend using the newly launched Finance Search tool for the Agent API, we’ve done lots of testing with similar queries as the one above and had great results with them.

Here’s the announcement post Finance Search is now live in the Perplexity Agent API

Yes, it’s better.

But it is so much slower.

Glad to hear you’re getting better results. Here are a few things you can try to lower the latency:

  • Match the configuration to your use case. The Recommended configurations
    table
    in the Finance Search docs lists three setups with explicit Latency / Quality / Cost tradeoffs. The “Live market data and quotes” config is the fastest — it uses perplexity/sonar with max_steps: 1 and max_tokens: 1024, and only enables finance_search in the tool list.
  • You can also change from a preset to using a specific model — for example choosing a fast tier model (Haiku / GPT-5 mini / Gemini Flash) over a heavier model (Opus / GPT-5 / Gemini Pro).
  • Lower reasoning_effort if you’re on a reasoning model — low is what the docs use in the balanced configuration.
  • Cap max_tokens (and max_steps) and ask for concise output in instructions. Reduces both generation time and the number of
    tool-calling rounds.
  • Tighten the prompt — the docs’ Prompt guidance ( Finance Search - Perplexity ) section recommends leading with the business question and adding a specific time window, which keeps the tool from over-fetching.

Model choice and reasoning effort tend to be the most impactful, so probably worth starting there. Performance is an active focus for the team post-launch as well.