All Companies

All Companies R API Documentation

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

API Class:
IntrinioSDK::CompanyApi
Instance Method:
get_all_companies()

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
CompanyApi <- IntrinioSDK::CompanyApi$new(client)
# Optional params
opts <- list(
latest_filing_date = NULL,
sic = NULL,
template = NULL,
sector = NULL,
industry_category = NULL,
industry_group = NULL,
has_fundamentals = TRUE,
has_stock_prices = TRUE,
thea_enabled = NULL,
page_size = 100,
next_page = NULL
)
response <- CompanyApi$get_all_companies(opts)
print(response)
print(response$content)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
latest_filing_dateDateReturn companies whose latest 10-Q or 10-K was filed on or after this date[optional]  
sicCharacterReturn companies with the given Standard Industrial Classification code[optional]  
templateCharacterReturn companies with the given financial statement template[optional]  
sectorCharacterReturn companies in the given industry sector[optional]  
industry_categoryCharacterReturn companies in the given industry category[optional]  
industry_groupCharacterReturn companies in the given industry group[optional]  
has_fundamentalsLogicalReturn only companies that have fundamentals when TRUE[optional]  
has_stock_pricesLogicalReturn only companies that have stock prices when TRUE[optional]  
thea_enabledLogicalReturn companies whose have been read by our Thea NLP and are ready for our company answers endpoint[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::ApiResponseCompanies

Properties

NameTypeDescription
companiesList of CompanySummary 
companies_data_frameData FrameData frame representation of companies
next_pageCharacterThe token required to request the next page of the data. If null, no further results are available.  
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