View source: R/get_pe_ratio_nri.R
get_pe_ratio_nri | R Documentation |
Wrapper function for fetching data from gurufocus.com.
get_pe_ratio_nri(df)
df |
data.frame. Data frame with column 'symbol' containing at least one valid stock ticker symbol. |
The Asset-Turnover-Ratio gives the price to earnings ratio without the potentially misleading effects if non-recurring items (e.g. sale of a major asset). The ratio only considers regular operating income.
Input data.frame supplemented by the company's available Price Earnings Ratio with Non-Recurring Items data.
df <- data.frame('symbol' = 'AAPL') res <- get_pe_ratio_nri(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.