All Filings by Company

All Filings by Company Python API Documentation

Returns a complete list of SEC filings for the Company with the given `identifier`

API Class:
CompanyApi
Instance Method:
get_company_filings()

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 = 'AAPL'
report_type = ''
start_date = '2015-01-01'
end_date = ''
thea_enabled = ''
page_size = 100
next_page = ''
response = intrinio.CompanyApi().get_company_filings(identifier, report_type=report_type, start_date=start_date, end_date=end_date, thea_enabled
  =thea_enabled, page_size=page_size, next_page=next_page)
print(response)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
identifierstrA Company identifier (Ticker, CIK, LEI, Intrinio ID) 
report_typestrFilter by report type. Separate values with commas to return multiple report types.[optional]  
start_datedateFiled on or after the given date[optional]  
end_datedateFiled before or after the given date[optional]  
thea_enabledboolReturn filings that have been read by our Thea NLP and are ready for our answers endpoint[optional]  
page_sizeintThe number of results to return[optional] [default to 100]  
next_pagestrGets the next page of data from a previous API call[optional]  


Return Type

object
ApiResponseCompanyFilings

Properties

NameTypeDescription
filingslist[FilingSummary] 
companyCompanySummary 
next_pagestrThe token required to request the next page of the data. If null, no further results are available.  
object
FilingSummary

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