/sec/search/companies
Search SEC EDGAR companies and filings with filters
Price: 1 credit
💡 AI Hint: Search SEC EDGAR filings by company name or ticker. Filter by form type, date range, and location.
⚠️ Common errors: 422: Invalid search parameters or date format.
Documentation Index
Fetch the complete documentation index at: https://docs.anysite.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API token from the dashboard
Headers
Body
Payload for SEC company search.
Maximum number of results to return
x <= 100Max scrapping execution timeout (in seconds)
20 <= x <= 1500Company name or ticker symbol to search for
"apple"
"AAPL"
List of form types to filter by. Prefix with '-' to exclude (e.g., ['-3', '-4', '-5'])
["10-K", "10-Q", "8-K"]State codes to filter by (e.g., ['CA', 'NY'])
["CA"]Start date in YYYY-MM-DD format
"2024-01-01"
End date in YYYY-MM-DD format
"2024-12-31"
Response
Successful Response