View source: R/get_peg_ratio.R
get_peg_ratio | R Documentation |
Wrapper function for fetching data from gurufocus.com.
get_peg_ratio(df)
df |
data.frame. Data frame with column 'symbol' containing at least one valid stock ticker symbol. |
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.
Input data.frame supplemented by the company's available Price-Earnings-Growth Ratio data.
df <- data.frame('symbol' = 'AAPL') res <- get_peg_ratio(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.