get_eps_ex_nri: Get Earnings per Share without Non-recurrent Items

View source: R/get_eps_ex_nri.R

get_eps_ex_nriR Documentation

Get Earnings per Share without Non-recurrent Items

Description

Wrapper function for fetching data from gurufocus.com.

Usage

get_eps_ex_nri(df)

Arguments

df

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

Details

The Earnings per Share without Non-recurrent Items is calculated by subtracting non-recurring items, the dividends of preferred stocks and non-operating income from the total net income. With that the measure gives a better impression about the real earnings power of a company.

Value

Input data.frame supplemented by the company's available Earnings per Share ex Non-recurrent Items data.

Examples

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


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