Returns the latest company metrics.
Name | Type | Description | Notes |
---|---|---|---|
identifier | String | A Company identifier (Ticker, CIK, LEI, Intrinio ID) | |
onDate | LocalDate | Date of the metric | [optional] |
pageSize | Integer | The number of results to return | [optional] [default to 100] |
nextPage | String | Gets the next page of data from a previous API call | [optional] |
nextPage2 | String | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
dailyMetrics | List | |
nextPage | String | The token required to request the next page of the data. If null, no further results are available. |
Name | Type | Description |
---|---|---|
date | OffsetDateTime | The date of the metric |
enterpriseValue | BigDecimal | The enterprise value. |
evToEbit | BigDecimal | The enterprise value to earnings before interest and taxes ratio. |
evToEbitda | BigDecimal | The enterprise value to earnings before interest, taxes, depreciation, and amoritization ratio. |
marketCap | BigDecimal | The market cap. |
priceToBook | BigDecimal | The price to book ratio. |
priceToEarnings | BigDecimal | The price to earnings ratio. |
priceToRevenue | BigDecimal | The price to revenue ratio. |
priceToTangibleBook | BigDecimal | The price to tangible book ratio. |
dividendYield | BigDecimal | The dividend yield. |
earningsYield | BigDecimal | The earnings yield. |
evToInvestedCapital | BigDecimal | The enterprise value to invested capital ratio. |
evToRevenue | BigDecimal | The enterprise value to revenue ratio. |
evToNopat | BigDecimal | The enterprise value to normalized operating profit after tax ratio. |
evToOcf | BigDecimal | The enterprise value to operating cash flow ratio. |
evToFcff | BigDecimal | The enterprise value to free cash flow to the firm ratio. |
company | CompanySummary |
Name | Type | Description |
---|---|---|
id | String | The Intrinio ID of the company |
ticker | String | The stock market ticker symbol associated with the company's common stock securities |
name | String | The company's common name |
lei | String | The Legal Entity Identifier (LEI) assigned to the company |
cik | String | The Central Index Key (CIK) assigned to the company |