Company Answers

Company Answers R API Documentation

Returns answers for a question about the Company with the given `identifier`

API Class:
IntrinioSDK::CompanyApi
Instance Method:
get_company_answers()

Stock Price Code Example

Use my API Key
client <- IntrinioSDK::ApiClient$new()
# Configure API key authorization: ApiKeyAuth
client$configuration$apiKey <- "YOUR_API_KEY"
#Configure retries
client$configuration$allowRetries <- TRUE
# Setup API with client
CompanyApi <- IntrinioSDK::CompanyApi$new(client)
# Required params
identifier <- "AAPL"
query <- "What do they believe in?"
response <- CompanyApi$get_company_answers(identifier, query)
print(response)
print(response$content)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
identifierCharacterA Company identifier (Ticker, CIK, LEI, Intrinio ID) 
queryCharacterThe query to ask the Thea API 


Return Type

object
IntrinioSDK::ApiResponseCompanyAnswers

Properties

NameTypeDescription
sourceCharacterThe organziation the answer data was sourced from  
queryCharacterThe query posed to the Thea API  
answersList of TheaEntityAnswer 
answers_data_frameData FrameData frame representation of answers
companiesList of CompanySummary 
companies_data_frameData FrameData frame representation of companies
object
IntrinioSDK::TheaEntityAnswer

Properties

NameTypeDescription
answerCharacterThe summarized answer returned from Thea  
contentCharacterThe underlying content the answer was sourced from  
source_documentsList of TheaSourceDocumentThe documents from which Thea answer data is sourced  
source_documents_data_frameData FrameData frame representation of source_documents
object
IntrinioSDK::TheaSourceDocument

Properties

NameTypeDescription
idCharacterThe unique id for the Thea source document  
date_timeDateThe date at which the document was created  
tagsList of TODO_OBJECT_MAPPINGEntity identifying tags associated with the source document  
tags_data_frameData FrameData frame representation of tags
object
IntrinioSDK::CompanySummary

Properties

NameTypeDescription
idCharacterThe Intrinio ID of the company  
tickerCharacterThe stock market ticker symbol associated with the company's common stock securities  
nameCharacterThe company's common name  
leiCharacterThe Legal Entity Identifier (LEI) assigned to the company  
cikCharacterThe Central Index Key (CIK) assigned to the company