Returns a complete list of SEC filings for the Company with the given `identifier`
Name | Type | Description | Notes |
---|---|---|---|
identifier | String | A Company identifier (Ticker, CIK, LEI, Intrinio ID) | |
reportType | String | Filter by report type. Separate values with commas to return multiple report types. | [optional] |
startDate | LocalDate | Filed on or after the given date | [optional] |
endDate | LocalDate | Filed before or after the given date | [optional] |
theaEnabled | Boolean | Return filings that have been read by our Thea NLP and are ready for our answers endpoint | [optional] |
pageSize | Integer | The number of results to return | [optional] [default to 100] |
nextPage | String | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
filings | List | |
company | CompanySummary | |
nextPage | String | The token required to request the next page of the data. If null, no further results are available. |
Name | Type | Description |
---|---|---|
id | String | The Intrinio ID of the Filing |
filingDate | LocalDate | The date when the filing was submitted to the SEC by the company |
acceptedDate | OffsetDateTime | The date and time when the filing was accepted by SEC |
periodEndDate | LocalDate | The ending date of the fiscal period for the filing |
reportType | String | The filing report type |
secUniqueId | String | A unique identifier for the filing provided by the SEC |
filingUrl | String | The URL to the filing page on the SEC site |
reportUrl | String | The URL to the actual report on the SEC site |
instanceUrl | String | The URL for the XBRL filing for the report |
Name | Type | Description |
---|---|---|
id | String | The Intrinio ID of the company |
ticker | String | The stock market ticker symbol associated with the company's common stock securities |
name | String | The company's common name |
lei | String | The Legal Entity Identifier (LEI) assigned to the company |
cik | String | The Central Index Key (CIK) assigned to the company |