All Companies

All Companies Java 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
import com.intrinio.api.*;
import com.intrinio.models.*;
import com.intrinio.invoker.*;
import com.intrinio.invoker.auth.*;
import org.threeten.bp.*;
import java.math.BigDecimal;
import java.util.*;
public class Main {
public static void main(String[] args) throws Exception {
ApiClient defaultClient = Configuration.getDefaultApiClient();
ApiKeyAuth auth = (ApiKeyAuth) defaultClient.getAuthentication("ApiKeyAuth");
auth.setApiKey("YOUR_API_KEY");
defaultClient.setAllowRetries(true);
CompanyApi companyApi = new CompanyApi();
LocalDate latestFilingDate = null;
String sic = null;
String template = null;
String sector = null;
String industryCategory = null;
String industryGroup = null;
Boolean hasFundamentals = true;
Boolean hasStockPrices = true;
Boolean theaEnabled = null;
Integer pageSize = 100;
String nextPage = null;
ApiResponseCompanies result = companyApi.getAllCompanies(latestFilingDate, sic, template, sector, industryCategory, industryGroup, hasFundamentals
      , hasStockPrices, theaEnabled, pageSize, nextPage);
System.out.println(result);
}
}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
latestFilingDateLocalDateReturn 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] [enum: indu, fin]  
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]  
pageSizeIntegerThe 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
companiesList 
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