Returns answers for a question about the Company with the given `identifier`
Name | Type | Description | Notes |
---|---|---|---|
identifier | Character | A Company identifier (Ticker, CIK, LEI, Intrinio ID) | |
query | Character | The query to ask the Thea API |
Name | Type | Description |
---|---|---|
source | Character | The organziation the answer data was sourced from |
query | Character | The query posed to the Thea API |
answers | List of TheaEntityAnswer | |
answers_data_frame | Data Frame | Data frame representation of answers |
companies | List of CompanySummary | |
companies_data_frame | Data Frame | Data frame representation of companies |
Name | Type | Description |
---|---|---|
answer | Character | The summarized answer returned from Thea |
content | Character | The underlying content the answer was sourced from |
source_documents | List of TheaSourceDocument | The documents from which Thea answer data is sourced |
source_documents_data_frame | Data Frame | Data frame representation of source_documents |
Name | Type | Description |
---|---|---|
id | Character | The unique id for the Thea source document |
date_time | Date | The date at which the document was created |
tags | List of TODO_OBJECT_MAPPING | Entity identifying tags associated with the source document |
tags_data_frame | Data Frame | Data frame representation of tags |
Name | Type | Description |
---|---|---|
id | Character | The Intrinio ID of the company |
ticker | Character | The stock market ticker symbol associated with the company's common stock securities |
name | Character | The company's common name |
lei | Character | The Legal Entity Identifier (LEI) assigned to the company |
cik | Character | The Central Index Key (CIK) assigned to the company |