Filing Answers

Filing Answers Javascript API Documentation

API Class:
FilingApi
Instance Method:
getFilingAnswers()

Stock Price Code Example

Use my API Key
var intrinioSDK = require('intrinio-sdk');
intrinioSDK.ApiClient.instance.authentications['ApiKeyAuth'].apiKey = "YOUR_API_KEY";
intrinioSDK.ApiClient.instance.enableRetries = true;
var filing = new intrinioSDK.FilingApi();
var identifier = "fil_B73xBG";
var query = "What do they believe in?";
filing.getFilingAnswers(identifier, query).then(function(data) {
data = JSON.stringify(data, null, 2)
console.log(data);
}, function(error) {
console.error(error);
});
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
identifierStringA Filing identifier 
queryStringThe query to ask the Thea API 


Return Type

object
ApiResponseFilingAnswers

Properties

NameTypeDescription
sourceStringThe organziation the answer data was sourced from  
queryStringThe query posed to the Thea API  
answers[TheaEntityAnswer] 
companies[Filing] 
object
TheaEntityAnswer

Properties

NameTypeDescription
answerStringThe summarized answer returned from Thea  
contentStringThe underlying content the answer was sourced from  
sourceDocuments[TheaSourceDocument]The documents from which Thea answer data is sourced  
object
TheaSourceDocument

Properties

NameTypeDescription
idStringThe unique id for the Thea source document  
dateTimeDateThe date at which the document was created  
tags[Object]Entity identifying tags associated with the source document  
object
Filing

Properties

NameTypeDescription
idStringThe Intrinio ID of the Filing  
filingDateDateThe date when the filing was submitted to the SEC by the company  
acceptedDateDateThe date and time when the filing was accepted by SEC  
periodEndDateDateThe ending date of the fiscal period for the filing  
reportTypeStringThe filing report type  
secUniqueIdStringA unique identifier for the filing provided by the SEC  
filingUrlStringThe URL to the filing page on the SEC site  
reportUrlStringThe URL to the actual report on the SEC site  
instanceUrlStringThe URL for the XBRL filing for the report  
industryCategoryStringThe company's operating industry category  
industryGroupStringThe company's operating industry group  
wordCountNumberThe number of words in the filing  
companyCompanySummary 
object
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