get_peg_ratio: Get Price-Earnings-Growth Ratio

View source: R/get_peg_ratio.R

get_peg_ratioR Documentation

Get Price-Earnings-Growth Ratio

Description

Wrapper function for fetching data from gurufocus.com.

Usage

get_peg_ratio(df)

Arguments

df

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

Details

The Asset-Turnover-Ratio is defined by the Price-to-Earnings Ratio (without NRI) divided by the 5-Year EBITDA growth rate. A PEG Ratio >1 may indicate overvaluation of a stock, whereas as PEG Ratio <1 may indicate undervaluation.

Value

Input data.frame supplemented by the company's available Price-Earnings-Growth Ratio data.

Examples

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


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