View source: R/get_ev_to_revenue.R
get_ev_to_revenue | R Documentation |
Wrapper function for fetching data from gurufocus.com.
get_ev_to_revenue(df)
df |
data.frame. Data frame with column 'symbol' containing at least one valid stock ticker symbol. |
The Enterprise-Value-to-Revenue Ratio is calculated as the company's enterprise value relative to its revenue. Often used to value a company that does not generate income/profits yet.
Input data.frame supplemented by the company's available Enterprise-Value-to-Revenue Ratio data.
df <- data.frame('symbol' = 'AAPL') res <- get_ev_to_revenue(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.