Filing Answers

Filing Answers R API Documentation

API Class:
IntrinioSDK::FilingApi
Instance Method:
get_filing_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
FilingApi <- IntrinioSDK::FilingApi$new(client)
# Required params
identifier <- "fil_B73xBG"
query <- "What do they believe in?"
response <- FilingApi$get_filing_answers(identifier, query)
print(response)
print(response$content)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
identifierCharacterA Filing identifier 
queryCharacterThe query to ask the Thea API 


Return Type

object
IntrinioSDK::ApiResponseFilingAnswers

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 Filing 
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::Filing

Properties

NameTypeDescription
idCharacterThe Intrinio ID of the Filing  
filing_dateDateThe date when the filing was submitted to the SEC by the company  
accepted_datePOSIXltThe date and time when the filing was accepted by SEC  
period_end_dateDateThe ending date of the fiscal period for the filing  
report_typeCharacterThe filing report type  
sec_unique_idCharacterA unique identifier for the filing provided by the SEC  
filing_urlCharacterThe URL to the filing page on the SEC site  
report_urlCharacterThe URL to the actual report on the SEC site  
instance_urlCharacterThe URL for the XBRL filing for the report  
industry_categoryCharacterThe company's operating industry category  
industry_groupCharacterThe company's operating industry group  
word_countIntegerThe number of words in the filing  
companyCompanySummary 
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