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.
API token from the dashboard
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"
Successful Response