get_ev_to_revenue: Get Enterprise-Value-to-Revenue Ratio

View source: R/get_ev_to_revenue.R

get_ev_to_revenueR Documentation

Get Enterprise-Value-to-Revenue Ratio

Description

Wrapper function for fetching data from gurufocus.com.

Usage

get_ev_to_revenue(df)

Arguments

df

data.frame. Data frame with column 'symbol' containing at least one valid stock ticker symbol.

Details

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.

Value

Input data.frame supplemented by the company's available Enterprise-Value-to-Revenue Ratio data.

Examples

df <- data.frame('symbol' = 'AAPL')
res <- get_ev_to_revenue(df)


OliverHennhoefer/quant documentation built on Sept. 18, 2022, 5:50 p.m.