Name | Type | Description | Notes |
---|---|---|---|
identifier | str | A Filing identifier | |
query | str | The query to ask the Thea API |
Name | Type | Description |
---|---|---|
source | str | The organziation the answer data was sourced from |
query | str | The query posed to the Thea API |
answers | list[TheaEntityAnswer] | |
companies | list[Filing] |
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 |
industry_category | str | The company's operating industry category |
industry_group | str | The company's operating industry group |
word_count | int | The number of words in the filing |
company | CompanySummary |
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 |