🟡 🤖 Models Published: · 2 min read ·

Anthropic: Claude API web search tool now returns enriched data from SEC filings

Editorial illustration: Anthropic updated the web search tool in the Claude API to return richer, structured data from SEC filings

On May 18, 2026, Anthropic updated the web search tool in the Claude API to return richer and more structured data from SEC filings — including 10-K, 10-Q and 8-K documents. The upgrade makes it easier to build financial agents for earnings analysis, due-diligence and research with referenced primary sources.

🤖

This article was generated using artificial intelligence from primary sources.

Claude API web search tool gains access to SEC financial data

Anthropic announced on May 18, 2026 an upgrade to the web search tool within the Claude API. The update delivers richer and more structured data from SEC (Securities and Exchange Commission — the US securities and exchange regulator) filings, with particular emphasis on annual 10-K, quarterly 10-Q and urgent 8-K reports from the EDGAR database.

According to the official release notes on the Claude platform, the goal is to “help ground financial research agents, earnings analysis and due-diligence workflows in primary sources with citations.” The upgrade is available to all users of the web_search tool without any code changes.

Why is SEC data critical for financial agents?

A financial agent is an AI system that autonomously researches, analyzes and synthesizes financial information for investors, analysts or business teams. Such agents previously relied on web searches that frequently return journalistic interpretations rather than source data.

EDGAR (Electronic Data Gathering, Analysis, and Retrieval) is the SEC’s public database containing millions of official filings. The 10-K provides an annual overview of risks, revenues, balance sheet and corporate governance; the 10-Q offers a quarterly financial snapshot; the 8-K informs investors about urgent business developments. Accessing these documents directly through the web_search tool means Claude agents can now cite a specific page from an annual report rather than a secondary news article.

How can developers immediately use the new feature?

The upgrade requires no changes to the API integration. Developers who already use the web_search tool in the Messages API automatically receive improved SEC results when Claude recognizes a financial query context.

Practical examples include queries such as “Apple Q3 2025 revenues from the 10-Q filing” or “Nvidia material risks from the annual 10-K report.” Each result comes with a reference to the original SEC document, making it easier for developers to build agents that must satisfy auditability and regulatory compliance requirements.

The update continues Anthropic’s trend of enriching the web_search tool with domain-specific data sources, following the tool’s general availability without beta headers in February 2026.

Frequently Asked Questions

What are SEC filings and what do 10-K, 10-Q and 8-K mean?
The SEC (Securities and Exchange Commission) is the US agency that regulates the securities markets. Companies listed on public exchanges are required to submit standardized financial reports — 10-K is the annual report with complete financial standing, 10-Q is the quarterly review, and 8-K is an urgent notice of materially significant events such as acquisitions, management changes or extraordinary revenues. All documents are available in the EDGAR database.
How is this feature used in the Claude API?
Developers activate the web_search tool in the Messages API — Claude now automatically recognizes queries related to financial data and retrieves structured content from the SEC EDGAR database. Results come with references to source documents, allowing Claude agents to cite the exact origin of data.
For which use cases is this upgrade most useful?
The upgrade is especially useful for automated earnings analysis of publicly listed companies, due-diligence workflows in investment and M&A processes, competitive market research, and building financial AI agents that must cite primary regulatory sources.