All Companies daily metrics

All Companies daily metrics R API Documentation

Returns the company metrics for a date.

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

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(
on_date = as.Date("2013-10-20"),
page_size = 100,
next_page = NULL,
next_page2 = NULL
)
response <- CompanyApi$get_all_companies_daily_metrics(opts)
print(response)
print(response$content)
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
on_dateDateDate of the metric[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]  
next_page2CharacterGets the next page of data from a previous API call[optional]  


Return Type

object
IntrinioSDK::ApiResponseCompanyDailyMetrics

Properties

NameTypeDescription
daily_metricsList of CompanyDailyMetric 
daily_metrics_data_frameData FrameData frame representation of daily_metrics
next_pageCharacterThe token required to request the next page of the data. If null, no further results are available.  
object
IntrinioSDK::CompanyDailyMetric

Properties

NameTypeDescription
datePOSIXltThe date of the metric  
enterprise_valueNumericThe enterprise value.  
ev_to_ebitNumericThe enterprise value to earnings before interest and taxes ratio.  
ev_to_ebitdaNumericThe enterprise value to earnings before interest, taxes, depreciation, and amoritization ratio.  
market_capNumericThe market cap.  
price_to_bookNumericThe price to book ratio.  
price_to_earningsNumericThe price to earnings ratio.  
price_to_revenueNumericThe price to revenue ratio.  
price_to_tangible_bookNumericThe price to tangible book ratio.  
dividend_yieldNumericThe dividend yield.  
earnings_yieldNumericThe earnings yield.  
ev_to_invested_capitalNumericThe enterprise value to invested capital ratio.  
ev_to_revenueNumericThe enterprise value to revenue ratio.  
ev_to_nopatNumericThe enterprise value to normalized operating profit after tax ratio.  
ev_to_ocfNumericThe enterprise value to operating cash flow ratio.  
ev_to_fcffNumericThe enterprise value to free cash flow to the firm ratio.  
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