Returns a complete list of SEC filings for the Company with the given `identifier`
Name | Type | Description | Notes |
---|---|---|---|
identifier | str | A Company identifier (Ticker, CIK, LEI, Intrinio ID) | |
report_type | str | Filter by report type. Separate values with commas to return multiple report types. | [optional] |
start_date | date | Filed on or after the given date | [optional] |
end_date | date | Filed before or after the given date | [optional] |
thea_enabled | bool | Return filings that have been read by our Thea NLP and are ready for our answers endpoint | [optional] |
page_size | int | The number of results to return | [optional] [default to 100] |
next_page | str | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
filings | list[FilingSummary] | |
company | CompanySummary | |
next_page | str | The token required to request the next page of the data. If null, no further results are available. |
Name | Type | Description |
---|---|---|
id | str | The Intrinio ID of the Filing |
filing_date | date | The date when the filing was submitted to the SEC by the company |
accepted_date | datetime | The date and time when the filing was accepted by SEC |
period_end_date | date | The ending date of the fiscal period for the filing |
report_type | str | The filing report type |
sec_unique_id | str | A unique identifier for the filing provided by the SEC |
filing_url | str | The URL to the filing page on the SEC site |
report_url | str | The URL to the actual report on the SEC site |
instance_url | str | The URL for the XBRL filing for the report |
Name | Type | Description |
---|---|---|
id | str | The Intrinio ID of the company |
ticker | str | The stock market ticker symbol associated with the company's common stock securities |
name | str | The company's common name |
lei | str | The Legal Entity Identifier (LEI) assigned to the company |
cik | str | The Central Index Key (CIK) assigned to the company |