Returns answers for a question about the Company with the given `identifier`
Name | Type | Description | Notes |
---|---|---|---|
identifier | str | A Company identifier (Ticker, CIK, LEI, Intrinio ID) | |
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[CompanySummary] |
Name | Type | Description |
---|---|---|
answer | str | The summarized answer returned from Thea |
content | str | The underlying content the answer was sourced from |
source_documents | list[TheaSourceDocument] | The documents from which Thea answer data is sourced |
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 |