Lookup Filing

Lookup Filing Python API Documentation

Returns the Filing with the given `identifier`

API Class:
FilingApi
Instance Method:
get_filing_by_id()

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)
id = 'fil_7Kn2P6'
response = intrinio.FilingApi().get_filing_by_id(id)
print(response)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
idstrThe Intrinio ID of the Filing 


Return Type

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