Company metrics by Company

Company metrics by Company Java API Documentation

Returns the latest company metrics.

API Class:
CompanyApi
Instance Method:
getCompanyDailyMetrics()

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();
String identifier = "AAPL";
LocalDate onDate = LocalDate.of();
Integer pageSize = 100;
String nextPage = null;
String nextPage2 = null;
ApiResponseCompanyDailyMetrics result = companyApi.getCompanyDailyMetrics(identifier, onDate, pageSize, nextPage, nextPage2);
System.out.println(result);
}
}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Parameters

NameTypeDescriptionNotes
identifierStringA Company identifier (Ticker, CIK, LEI, Intrinio ID) 
onDateLocalDateDate of the metric[optional]  
pageSizeIntegerThe 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
dailyMetricsList 
nextPageStringThe token required to request the next page of the data. If null, no further results are available.  
object
CompanyDailyMetric

Properties

NameTypeDescription
dateOffsetDateTimeThe date of the metric  
enterpriseValueBigDecimalThe enterprise value.  
evToEbitBigDecimalThe enterprise value to earnings before interest and taxes ratio.  
evToEbitdaBigDecimalThe enterprise value to earnings before interest, taxes, depreciation, and amoritization ratio.  
marketCapBigDecimalThe market cap.  
priceToBookBigDecimalThe price to book ratio.  
priceToEarningsBigDecimalThe price to earnings ratio.  
priceToRevenueBigDecimalThe price to revenue ratio.  
priceToTangibleBookBigDecimalThe price to tangible book ratio.  
dividendYieldBigDecimalThe dividend yield.  
earningsYieldBigDecimalThe earnings yield.  
evToInvestedCapitalBigDecimalThe enterprise value to invested capital ratio.  
evToRevenueBigDecimalThe enterprise value to revenue ratio.  
evToNopatBigDecimalThe enterprise value to normalized operating profit after tax ratio.  
evToOcfBigDecimalThe enterprise value to operating cash flow ratio.  
evToFcffBigDecimalThe 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