Returns the company metrics for a date.
Name | Type | Description | Notes |
---|---|---|---|
on_date | Date | Date of the metric | [optional] |
page_size | Integer | The number of results to return | [optional] [default to 100] |
next_page | Character | Gets the next page of data from a previous API call | [optional] |
next_page2 | Character | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
daily_metrics | List of CompanyDailyMetric | |
daily_metrics_data_frame | Data Frame | Data frame representation of daily_metrics |
next_page | Character | The token required to request the next page of the data. If null, no further results are available. |
Name | Type | Description |
---|---|---|
date | POSIXlt | The date of the metric |
enterprise_value | Numeric | The enterprise value. |
ev_to_ebit | Numeric | The enterprise value to earnings before interest and taxes ratio. |
ev_to_ebitda | Numeric | The enterprise value to earnings before interest, taxes, depreciation, and amoritization ratio. |
market_cap | Numeric | The market cap. |
price_to_book | Numeric | The price to book ratio. |
price_to_earnings | Numeric | The price to earnings ratio. |
price_to_revenue | Numeric | The price to revenue ratio. |
price_to_tangible_book | Numeric | The price to tangible book ratio. |
dividend_yield | Numeric | The dividend yield. |
earnings_yield | Numeric | The earnings yield. |
ev_to_invested_capital | Numeric | The enterprise value to invested capital ratio. |
ev_to_revenue | Numeric | The enterprise value to revenue ratio. |
ev_to_nopat | Numeric | The enterprise value to normalized operating profit after tax ratio. |
ev_to_ocf | Numeric | The enterprise value to operating cash flow ratio. |
ev_to_fcff | Numeric | The enterprise value to free cash flow to the firm ratio. |
company | CompanySummary |
Name | Type | Description |
---|---|---|
id | Character | The Intrinio ID of the company |
ticker | Character | The stock market ticker symbol associated with the company's common stock securities |
name | Character | The company's common name |
lei | Character | The Legal Entity Identifier (LEI) assigned to the company |
cik | Character | The Central Index Key (CIK) assigned to the company |