SEC EDGAR Filing Search Sandbox

Interactive sandbox for the Query API. Test live search queries against all 20+ million EDGAR filings from 1993 to today and over 100 million filing exhibits from 1.1M+ SEC-registered entities, across 500+ form types.

Try popular examples like the latest 10-K filings, filings by company ticker, or searching by date range. Click any example in the sidebar to load and test its search expression.

Hit "Search Filings" to execute a query and see the Query API response with up-to-date filing metadata. You can edit and customize any query directly in the editor below.

Latest SEC Form 10-Q Filings

The following example shows how to retrieve the latest 10-Q filings (quarterly reports) published on EDGAR using the search query formType:"10-Q". This query matches all filings whose formType contains 10-Q, including amended filings (10-Q/A) and notices of late filing (NT 10-Q).

The size parameter controls how many filings are returned per request. In this example, it is set to 20, meaning up to 20 filing objects will be included in the response if at least 20 matches are found. The from parameter specifies the starting offset of the result set and is used for pagination. For example, setting from to 100 skips the first 100 matches and returns results 101 through 120.

By default, results are sorted by the date and time the filings were accepted by the EDGAR system, with the most recent filings returned first.

Request

Search Parameters in JSON (editable)