Filing Answers

Filing Answers Python API Documentation

API Class:
FilingApi
Instance Method:
get_filing_answers()

Stock Price Code Example

Use my API Key
from __future__ import print_function
import time
import intrinio_sdk as intrinio
from intrinio_sdk.rest import ApiException
intrinio.ApiClient().set_api_key('YOUR_API_KEY')
intrinio.ApiClient().allow_retries(True)
identifier = 'fil_B73xBG'
query = 'What do they believe in?'
response = intrinio.FilingApi().get_filing_answers(identifier, query)
print(response)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
identifierstrA Filing identifier 
querystrThe query to ask the Thea API 


Return Type

object
ApiResponseFilingAnswers

Properties

NameTypeDescription
sourcestrThe organziation the answer data was sourced from  
querystrThe query posed to the Thea API  
answerslist[TheaEntityAnswer] 
companieslist[Filing] 
object
TheaEntityAnswer

Properties

NameTypeDescription
answerstrThe summarized answer returned from Thea  
contentstrThe underlying content the answer was sourced from  
source_documentslist[TheaSourceDocument]The documents from which Thea answer data is sourced  
object
TheaSourceDocument

Properties

NameTypeDescription
idstrThe unique id for the Thea source document  
date_timedateThe date at which the document was created  
tagslist[object]Entity identifying tags associated with the source document  
object
Filing

Properties

NameTypeDescription
idstrThe 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_typestrThe filing report type  
sec_unique_idstrA unique identifier for the filing provided by the SEC  
filing_urlstrThe URL to the filing page on the SEC site  
report_urlstrThe URL to the actual report on the SEC site  
instance_urlstrThe URL for the XBRL filing for the report  
industry_categorystrThe company's operating industry category  
industry_groupstrThe company's operating industry group  
word_countintThe number of words in the filing  
companyCompanySummary 
object
CompanySummary

Properties

NameTypeDescription
idstrThe Intrinio ID of the company  
tickerstrThe stock market ticker symbol associated with the company's common stock securities  
namestrThe company's common name  
leistrThe Legal Entity Identifier (LEI) assigned to the company  
cikstrThe Central Index Key (CIK) assigned to the company