All Companies daily metrics

All Companies daily metrics Javascript API Documentation

Returns the company metrics for a date.

API Class:
CompanyApi
Instance Method:
getAllCompaniesDailyMetrics()

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 = {
'onDate': new Date("2013-10-20"),
'pageSize': 100,
'nextPage': null,
'nextPage2': null
};
company.getAllCompaniesDailyMetrics(opts).then(function(data) {
data = JSON.stringify(data, null, 2)
console.log(data);
}, function(error) {
console.error(error);
});
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
onDateDateDate of the metric[optional]  
pageSizeNumberThe number of results to return[optional] [default to 100]  
nextPageStringGets the next page of data from a previous API call[optional]  
nextPage2StringGets the next page of data from a previous API call[optional]  


Return Type

object
ApiResponseCompanyDailyMetrics

Properties

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

Properties

NameTypeDescription
dateDateThe date of the metric  
enterpriseValueNumberThe enterprise value.  
evToEbitNumberThe enterprise value to earnings before interest and taxes ratio.  
evToEbitdaNumberThe enterprise value to earnings before interest, taxes, depreciation, and amoritization ratio.  
marketCapNumberThe market cap.  
priceToBookNumberThe price to book ratio.  
priceToEarningsNumberThe price to earnings ratio.  
priceToRevenueNumberThe price to revenue ratio.  
priceToTangibleBookNumberThe price to tangible book ratio.  
dividendYieldNumberThe dividend yield.  
earningsYieldNumberThe earnings yield.  
evToInvestedCapitalNumberThe enterprise value to invested capital ratio.  
evToRevenueNumberThe enterprise value to revenue ratio.  
evToNopatNumberThe enterprise value to normalized operating profit after tax ratio.  
evToOcfNumberThe enterprise value to operating cash flow ratio.  
evToFcffNumberThe enterprise value to free cash flow to the firm ratio.  
companyCompanySummary 
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