All Filings

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

Stock Price Code Example

Use my API Key
client <- IntrinioSDK::ApiClient$new()
# Configure API key authorization: ApiKeyAuth
client$configuration$apiKey <- "YOUR_API_KEY"
#Configure retries
client$configuration$allowRetries <- TRUE
# Setup API with client
FilingApi <- IntrinioSDK::FilingApi$new(client)
# Optional params
opts <- list(
company = "AAPL",
report_type = "10-Q",
start_date = as.Date("2015-01-01"),
end_date = NULL,
industry_category = NULL,
industry_group = NULL,
thea_enabled = NULL,
earnings_release = NULL,
page_size = 100,
next_page = NULL
)
response <- FilingApi$get_all_filings(opts)
print(response)
print(response$content)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
companyCharacterFilings for the given `company` identifier (ticker, CIK, LEI, Intrinio ID)[optional]  
report_typeCharacterFilter 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_categoryCharacterReturn companies in the given industry category[optional]  
industry_groupCharacterReturn companies in the given industry group[optional]  
thea_enabledLogicalReturn filings that have been read by our Thea NLP and are ready for our answers endpoint[optional]  
earnings_releaseLogicalReturn 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_pageCharacterGets the next page of data from a previous API call[optional]  


Return Type

object
IntrinioSDK::ApiResponseFilings

Properties

NameTypeDescription
filingsList of Filing 
filings_data_frameData FrameData frame representation of filings
next_pageCharacterThe token required to request the next page of the data. If null, no further results are available.  
object
IntrinioSDK::Filing

Properties

NameTypeDescription
idCharacterThe Intrinio ID of the Filing  
filing_dateDateThe date when the filing was submitted to the SEC by the company  
accepted_datePOSIXltThe date and time when the filing was accepted by SEC  
period_end_dateDateThe ending date of the fiscal period for the filing  
report_typeCharacterThe filing report type  
sec_unique_idCharacterA unique identifier for the filing provided by the SEC  
filing_urlCharacterThe URL to the filing page on the SEC site  
report_urlCharacterThe URL to the actual report on the SEC site  
instance_urlCharacterThe URL for the XBRL filing for the report  
industry_categoryCharacterThe company's operating industry category  
industry_groupCharacterThe company's operating industry group  
word_countIntegerThe number of words in the filing  
companyCompanySummary 
object
IntrinioSDK::CompanySummary

Properties

NameTypeDescription
idCharacterThe Intrinio ID of the company  
tickerCharacterThe stock market ticker symbol associated with the company's common stock securities  
nameCharacterThe company's common name  
leiCharacterThe Legal Entity Identifier (LEI) assigned to the company  
cikCharacterThe Central Index Key (CIK) assigned to the company