List Company Documents By Ticker
List all documents for a company identified by ticker symbol.
Returns documents in chronological order (newest first).
- ticker: Ticker symbol of the company
- documentTypes: Optional filter for specific document types
- startDate: Optional start date filter (YYYY-MM-DD)
- endDate: Optional end date filter (YYYY-MM-DD)
- limit: Maximum number of results to return (default: 50)
Note: All JSON fields use camelCase naming convention.
Path Parameters |
---|
ticker Ticker — REQUIRED |
Query Parameters |
---|
documentTypes DocumenttypesFilter by document types: '10-K', '10-Q', '8-K', 'transcript', 'DEF 14A' Filter by document types: '10-K', '10-Q', '8-K', 'transcript', 'DEF 14A' |
startDate StartdateFilter documents after this date (YYYY-MM-DD) Filter documents after this date (YYYY-MM-DD) |
endDate EnddateFilter documents before this date (YYYY-MM-DD) Filter documents before this date (YYYY-MM-DD) |
limit LimitMaximum number of records to return Maximum number of records to return |
Responses | |||||||||
---|---|---|---|---|---|---|---|---|---|
200 Successful Response
| |||||||||
422 Validation Error
|