/sec/search/companies
SEC
/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.
POST
/sec/search/companies
Authorizations
API token from the dashboard
Headers
Body
application/json
Payload for SEC company search.
Maximum number of results to return
Required range:
x <= 100Max scrapping execution timeout (in seconds)
Required range:
20 <= x <= 1500Company name or ticker symbol to search for
Examples:
"apple"
"AAPL"
List of form types to filter by. Prefix with '-' to exclude (e.g., ['-3', '-4', '-5'])
Example:
["10-K", "10-Q", "8-K"]State codes to filter by (e.g., ['CA', 'NY'])
Example:
["CA"]Start date in YYYY-MM-DD format
Example:
"2024-01-01"
End date in YYYY-MM-DD format
Example:
"2024-12-31"
Response
Successful Response