All Filings

All Filings Python API Documentation

Returns pertinent filing reference data for a specific company filing or latest filings for all companies. Useful for tracking the latest filings submitted and updating your database accordingly with the new information.

API Class:
FilingApi
Instance Method:
get_all_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)
company = 'AAPL'
report_type = '10-Q'
start_date = '2015-01-01'
end_date = ''
industry_category = ''
industry_group = ''
thea_enabled = ''
earnings_release = ''
page_size = 100
next_page = ''
response = intrinio.FilingApi().get_all_filings(company=company, report_type=report_type, start_date=start_date, end_date=end_date, industry_category
  =industry_category, industry_group=industry_group, thea_enabled=thea_enabled, earnings_release=earnings_release, page_size=page_size, next_page
  =next_page)
print(response)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
companystrFilings for the given `company` identifier (ticker, CIK, LEI, Intrinio ID)[optional]  
report_typestrFilter by report type. Separate values with commas to return multiple The filing report types.[optional]  
start_datedateFiled on or after the given date[optional]  
end_datedateFiled before or after the given date[optional]  
industry_categorystrReturn companies in the given industry category[optional]  
industry_groupstrReturn companies in the given industry group[optional]  
thea_enabledboolReturn filings that have been read by our Thea NLP and are ready for our answers endpoint[optional]  
earnings_releaseboolReturn filings that have been tagged as having Results of Operations and Financial Conditions[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
ApiResponseFilings

Properties

NameTypeDescription
filingslist[Filing] 
next_pagestrThe token required to request the next page of the data. If null, no further results are available.  
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