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