All Filings by Company

All Filings by Company Javascript API Documentation

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

API Class:
CompanyApi
Instance Method:
getCompanyFilings()

Stock Price Code Example

Use my API Key
var intrinioSDK = require('intrinio-sdk');
intrinioSDK.ApiClient.instance.authentications['ApiKeyAuth'].apiKey = "YOUR_API_KEY";
intrinioSDK.ApiClient.instance.enableRetries = true;
var company = new intrinioSDK.CompanyApi();
var identifier = "AAPL";
var opts = {
'reportType': null,
'startDate': new Date("2015-01-01"),
'endDate': null,
'theaEnabled': null,
'pageSize': 100,
'nextPage': null
};
company.getCompanyFilings(identifier, opts).then(function(data) {
data = JSON.stringify(data, null, 2)
console.log(data);
}, function(error) {
console.error(error);
});
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

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


Return Type

object
ApiResponseCompanyFilings

Properties

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

Properties

NameTypeDescription
idStringThe Intrinio ID of the Filing  
filingDateDateThe date when the filing was submitted to the SEC by the company  
acceptedDateDateThe date and time when the filing was accepted by SEC  
periodEndDateDateThe ending date of the fiscal period for the filing  
reportTypeStringThe filing report type  
secUniqueIdStringA unique identifier for the filing provided by the SEC  
filingUrlStringThe URL to the filing page on the SEC site  
reportUrlStringThe URL to the actual report on the SEC site  
instanceUrlStringThe URL for the XBRL filing for the report  
object
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