Returns the latest company metrics.
Name | Type | Description | Notes |
---|---|---|---|
identifier | String | A Company identifier (Ticker, CIK, LEI, Intrinio ID) | |
onDate | Date | Date of the metric | [optional] |
pageSize | Number | 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 | [CompanyDailyMetric] | |
nextPage | String | The token required to request the next page of the data. If null, no further results are available. |
Name | Type | Description |
---|---|---|
date | Date | The date of the metric |
enterpriseValue | Number | The enterprise value. |
evToEbit | Number | The enterprise value to earnings before interest and taxes ratio. |
evToEbitda | Number | The enterprise value to earnings before interest, taxes, depreciation, and amoritization ratio. |
marketCap | Number | The market cap. |
priceToBook | Number | The price to book ratio. |
priceToEarnings | Number | The price to earnings ratio. |
priceToRevenue | Number | The price to revenue ratio. |
priceToTangibleBook | Number | The price to tangible book ratio. |
dividendYield | Number | The dividend yield. |
earningsYield | Number | The earnings yield. |
evToInvestedCapital | Number | The enterprise value to invested capital ratio. |
evToRevenue | Number | The enterprise value to revenue ratio. |
evToNopat | Number | The enterprise value to normalized operating profit after tax ratio. |
evToOcf | Number | The enterprise value to operating cash flow ratio. |
evToFcff | Number | 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 |