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