get_pe_ratio_nri: Get Price-Earnings Ratio without Non-Recurring Items

View source: R/get_pe_ratio_nri.R

get_pe_ratio_nriR Documentation

Get Price-Earnings Ratio without Non-Recurring Items

Description

Wrapper function for fetching data from gurufocus.com.

Usage

get_pe_ratio_nri(df)

Arguments

df

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

Details

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.

Value

Input data.frame supplemented by the company's available Price Earnings Ratio with Non-Recurring Items data.

Examples

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


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