Filing Answers

Filing Answers Ruby API Documentation

API Class:
Intrinio::FilingApi
Instance Method:
get_filing_answers()

Stock Price Code Example

Use my API Key
# Load the gem
require 'intrinio-sdk'
require 'pp'
# Setup authorization
Intrinio.configure do |config|
config.api_key['api_key'] = 'YOUR_API_KEY'
config.allow_retries = true
end
filing_api = Intrinio::FilingApi.new
identifier = "fil_B73xBG"
query = "What do they believe in?"
result = filing_api.get_filing_answers(identifier, query)
pp result
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
identifierStringA Filing identifier 
queryStringThe query to ask the Thea API 

Return Type

object
Intrinio::ApiResponseFilingAnswers

Properties

NameTypeDescription
sourceStringThe organziation the answer data was sourced from  
queryStringThe query posed to the Thea API  
answersArray 
companiesArray 
object
Intrinio::TheaEntityAnswer

Properties

NameTypeDescription
answerStringThe summarized answer returned from Thea  
contentStringThe underlying content the answer was sourced from  
source_documentsArrayThe documents from which Thea answer data is sourced  
object
Intrinio::TheaSourceDocument

Properties

NameTypeDescription
idStringThe unique id for the Thea source document  
date_timeDateThe date at which the document was created  
tagsArrayEntity identifying tags associated with the source document  
object
Intrinio::Filing

Properties

NameTypeDescription
idStringThe Intrinio ID of the Filing  
filing_dateDateThe date when the filing was submitted to the SEC by the company  
accepted_dateDateTimeThe date and time when the filing was accepted by SEC  
period_end_dateDateThe ending date of the fiscal period for the filing  
report_typeStringThe filing report type  
sec_unique_idStringA unique identifier for the filing provided by the SEC  
filing_urlStringThe URL to the filing page on the SEC site  
report_urlStringThe URL to the actual report on the SEC site  
instance_urlStringThe URL for the XBRL filing for the report  
industry_categoryStringThe company's operating industry category  
industry_groupStringThe company's operating industry group  
word_countIntegerThe number of words in the filing  
companyCompanySummary 
object
Intrinio::CompanySummary

Properties

NameTypeDescription
idStringThe Intrinio ID of the company  
tickerStringThe stock market ticker symbol associated with the company's common stock securities  
nameStringThe company's common name  
leiStringThe Legal Entity Identifier (LEI) assigned to the company  
cikStringThe Central Index Key (CIK) assigned to the company