Returns answers for a question about the Company with the given `identifier`
| Name | Description | Example |
|---|---|---|
|
identifier
* required
|
A Company identifier (Ticker, CIK, LEI, Intrinio ID) | AAPL |
|
query
* required
|
The query to ask the Thea API | What do they believe in? |
|
identifier
* required
A Company identifier (Ticker, CIK, LEI, Intrinio ID)
|
||
|
query
* required
The query to ask the Thea API
|
| Name | Description | Type |
|---|---|---|
| source | The organziation the answer data was sourced from | string |
| query | The query posed to the Thea API | string |
| answers | array | |
|
answer
|
The summarized answer returned from Thea | string |
|
content
|
The underlying content the answer was sourced from | string |
|
source_documents
|
The documents from which Thea answer data is sourced | array |
|
id
|
The unique id for the Thea source document | string |
|
date_time
|
The date at which the document was created | date |
|
tags
|
Entity identifying tags associated with the source document | array |
|
key
|
Defintes whether the tag is a key or a value | string |
|
value
|
The value of the tag | string |
| companies | array | |
|
id
|
The Intrinio ID of the company | string |
|
ticker
|
The stock market ticker symbol associated with the company's common stock securities | string |
|
name
|
The company's common name | string |
|
lei
|
The Legal Entity Identifier (LEI) assigned to the company | string |
|
cik
|
The Central Index Key (CIK) assigned to the company | string |
|
source
The organziation the answer data was sourced from
|
||
|
query
The query posed to the Thea API
|
||
|
answers
|
||
|
companies
|