Search Over SEC Filings with Sonar

Finance with Perplexity Sonar just got a whole lot better.

You can now search over SEC filings and get real-time stock data all in a single API request. Market insights, earnings, and disclosures are delivered instantly, ready to use.

completion = client.chat.completions.create(
    model="sonar-pro",
    messages=[{"role": "user", "content": "Apple 10-K filing latest revenue breakdown"}],
    search_mode="sec"
)

Docs: SEC Guide