All Companies

All Companies Javascript API Documentation

Returns all Companies. When parameters are specified, returns matching companies.

API Class:
CompanyApi
Instance Method:
getAllCompanies()

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 opts = {
'latestFilingDate': null,
'sic': null,
'template': null,
'sector': null,
'industryCategory': null,
'industryGroup': null,
'hasFundamentals': true,
'hasStockPrices': true,
'theaEnabled': null,
'pageSize': 100,
'nextPage': null
};
company.getAllCompanies(opts).then(function(data) {
data = JSON.stringify(data, null, 2)
console.log(data);
}, function(error) {
console.error(error);
});
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
latestFilingDateDateReturn companies whose latest 10-Q or 10-K was filed on or after this date[optional]  
sicStringReturn companies with the given Standard Industrial Classification code[optional]  
templateStringReturn companies with the given financial statement template[optional]  
sectorStringReturn companies in the given industry sector[optional]  
industryCategoryStringReturn companies in the given industry category[optional]  
industryGroupStringReturn companies in the given industry group[optional]  
hasFundamentalsBooleanReturn only companies that have fundamentals when true[optional]  
hasStockPricesBooleanReturn only companies that have stock prices when true[optional]  
theaEnabledBooleanReturn companies whose have been read by our Thea NLP and are ready for our company 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
ApiResponseCompanies

Properties

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