All Filings

All Filings Ruby 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:
Intrinio::FilingApi
Instance Method:
get_all_filings()

Stock Price Code Example

Use my API Key
# Load the gem
require 'intrinio-sdk'
require 'pp'
# Setup authorization
Intrinio.configure do |config|
config.api_key['api_key'] = 'YOUR_API_KEY'
config.allow_retries = true
end
filing_api = Intrinio::FilingApi.new
opts = {
company: "AAPL",
report_type: "10-Q",
start_date: Date.parse("2015-01-01"),
end_date: nil,
industry_category: nil,
industry_group: nil,
thea_enabled: nil,
earnings_release: nil,
page_size: 100,
next_page: nil
}
result = filing_api.get_all_filings(opts)
pp result
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
companyStringFilings for the given `company` identifier (ticker, CIK, LEI, Intrinio ID)[optional]  
report_typeStringFilter 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_categoryStringReturn companies in the given industry category[optional]  
industry_groupStringReturn companies in the given industry group[optional]  
thea_enabledBOOLEANReturn filings that have been read by our Thea NLP and are ready for our answers endpoint[optional]  
earnings_releaseBOOLEANReturn filings that have been tagged as having Results of Operations and Financial Conditions[optional]  
page_sizeIntegerThe number of results to return[optional] [default to 100]  
next_pageStringGets the next page of data from a previous API call[optional]  

Return Type

object
Intrinio::ApiResponseFilings

Properties

NameTypeDescription
filingsArray 
next_pageStringThe token required to request the next page of the data. If null, no further results are available.  
object
Intrinio::Filing

Properties

NameTypeDescription
idStringThe 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_typeStringThe filing report type  
sec_unique_idStringA unique identifier for the filing provided by the SEC  
filing_urlStringThe URL to the filing page on the SEC site  
report_urlStringThe URL to the actual report on the SEC site  
instance_urlStringThe URL for the XBRL filing for the report  
industry_categoryStringThe company's operating industry category  
industry_groupStringThe company's operating industry group  
word_countIntegerThe number of words in the filing  
companyCompanySummary 
object
Intrinio::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